Home
last modified time | relevance | path

Searched refs:txF (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/wlags49_h2/
Dwl_netdev.c683 WVLAN_LFRAME *txF = NULL; in wl_send() local
709 txF = (WVLAN_LFRAME * )list_entry( element, WVLAN_LFRAME, node ); in wl_send()
710 if( txF != NULL ) { in wl_send()
711 lp->txF.skb = txF->frame.skb; in wl_send()
712 lp->txF.port = txF->frame.port; in wl_send()
714 txF->frame.skb = NULL; in wl_send()
715 txF->frame.port = 0; in wl_send()
717 list_del( &( txF->node )); in wl_send()
733 if( lp->txF.skb == NULL ) { in wl_send()
739 len = lp->txF.skb->len < ETH_ZLEN ? ETH_ZLEN : lp->txF.skb->len; in wl_send()
[all …]
Dwl_internal.h963 WVLAN_FRAME txF; member
Dwl_main.c774 lp->txF.skb = NULL; in wl_insert()
775 lp->txF.port = 0; in wl_insert()