E100_PREPARE_XMIT_BUFF

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

e100_prepare_xmit_buff - prepare a buffer for transmission  

SYNOPSIS

"SYNOPSIS"

tcb_t * e100_prepare_xmit_buff (struct e100_private * bdp, struct sk_buff * skb);  

ARGUMENTS

bdp
atapter's private data struct
skb
skb to send
 

DESCRIPTION

This routine prepare a buffer for transmission. It checks the message length for the appropiate size. It picks up a free tcb from the TCB pool and sets up the corresponding TBD's. If the number of fragments are more than the number of TBD/TCB it copies all the fragments in a coalesce buffer. It returns a pointer to the prepared TCB.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 13:31:27 GMT, October 06, 2005