Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/wlags49_h2/
Dwl_netdev.c682 WVLAN_LFRAME *txF = NULL; in wl_send() local
708 txF = (WVLAN_LFRAME * )list_entry( element, WVLAN_LFRAME, node ); in wl_send()
709 if( txF != NULL ) { in wl_send()
710 lp->txF.skb = txF->frame.skb; in wl_send()
711 lp->txF.port = txF->frame.port; in wl_send()
713 txF->frame.skb = NULL; in wl_send()
714 txF->frame.port = 0; in wl_send()
716 list_del( &( txF->node )); in wl_send()
732 if( lp->txF.skb == NULL ) { in wl_send()
738 len = lp->txF.skb->len < ETH_ZLEN ? ETH_ZLEN : lp->txF.skb->len; in wl_send()
[all …]
Dwl_internal.h955 WVLAN_FRAME txF; member
Dwl_main.c773 lp->txF.skb = NULL; in wl_insert()
774 lp->txF.port = 0; in wl_insert()