Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
Transmission

Functions

int SetupNextSend (struct bcm_mini_adapter *Adapter, struct sk_buff *Packet, USHORT Vcid)
 
int tx_pkt_handler (struct bcm_mini_adapter *Adapter)
 

Detailed Description

Queueing

De-Queueing

Function Documentation

int SetupNextSend ( struct bcm_mini_adapter Adapter,
struct sk_buff Packet,
USHORT  Vcid 
)

This function despatches the IP packets with the given vcid to the target via the host h/w interface.

Returns
zero(success) or -ve value(failure)
Parameters
AdapterLogical Adapter
Packetdata buffer

Definition at line 84 of file Transmit.c.

int tx_pkt_handler ( struct bcm_mini_adapter Adapter)

Transmit thread

Parameters
Adapterpointer to adapter object

Definition at line 180 of file Transmit.c.