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