S2IO_XMIT

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

 

NAME

s2io_xmit - Tx entry point of te driver  

SYNOPSIS

"SYNOPSIS"

int s2io_xmit (struct sk_buff * skb, struct net_device * dev);  

ARGUMENTS

skb
the socket buffer containing the Tx data.
dev
device pointer.
 

DESCRIPTION

This function is the Tx entry point of the driver. S2IO NIC supports certain protocol assist features on Tx side, namely CSO, S/G, LSO.  

NOTE

when device cant queue the pkt,just the trans_start variable will not be upadted.  

RETURN VALUE

0 on success & 1 on failure.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
NOTE
RETURN VALUE

This document was created by man2html, using the manual pages.
Time: 00:02:44 GMT, October 09, 2005