Searched refs:txF (Results 1 – 3 of 3) sorted by relevance
683 WVLAN_LFRAME *txF = NULL; in wl_send() local709 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 …]
963 WVLAN_FRAME txF; member
774 lp->txF.skb = NULL; in wl_insert()775 lp->txF.port = 0; in wl_insert()