Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ethernet-tx.h File Reference

Go to the source code of this file.

Functions

int cvm_oct_xmit (struct sk_buff *skb, struct net_device *dev)
 
int cvm_oct_xmit_pow (struct sk_buff *skb, struct net_device *dev)
 
int cvm_oct_transmit_qos (struct net_device *dev, void *work_queue_entry, int do_free, int qos)
 
void cvm_oct_tx_initialize (void)
 
void cvm_oct_tx_shutdown (void)
 
void cvm_oct_tx_shutdown_dev (struct net_device *dev)
 

Function Documentation

int cvm_oct_transmit_qos ( struct net_device dev,
void work_queue_entry,
int  do_free,
int  qos 
)
void cvm_oct_tx_initialize ( void  )

Definition at line 706 of file ethernet-tx.c.

void cvm_oct_tx_shutdown ( void  )

Definition at line 721 of file ethernet-tx.c.

void cvm_oct_tx_shutdown_dev ( struct net_device dev)

cvm_oct_tx_shutdown_dev - free all skb that are currently queued for TX. : Device being shutdown

Definition at line 670 of file ethernet-tx.c.

int cvm_oct_xmit ( struct sk_buff skb,
struct net_device dev 
)

cvm_oct_xmit - transmit a packet : Packet to send : Device info structure

Returns Always returns NETDEV_TX_OK

Definition at line 148 of file ethernet-tx.c.

int cvm_oct_xmit_pow ( struct sk_buff skb,
struct net_device dev 
)

cvm_oct_xmit_pow - transmit a packet to the POW : Packet to send : Device info structure

Returns Always returns zero

Definition at line 521 of file ethernet-tx.c.