Searched refs:_skb (Results 1 – 2 of 2) sorted by relevance
513 struct sk_buff *_skb; in _rtl_rx_pre_process() local522 _skb = skb_dequeue(&rx_queue); in _rtl_rx_pre_process()523 _rtl_usb_rx_process_agg(hw, _skb); in _rtl_rx_pre_process()524 ieee80211_rx(hw, _skb); in _rtl_rx_pre_process()763 struct sk_buff *_skb; in rtl_usb_cleanup() local772 while ((_skb = skb_dequeue(&rtlusb->tx_skb_queue[i]))) { in rtl_usb_cleanup()773 rtlusb->usb_tx_cleanup(hw, _skb); in rtl_usb_cleanup()774 txinfo = IEEE80211_SKB_CB(_skb); in rtl_usb_cleanup()777 ieee80211_tx_status_irqsafe(hw, _skb); in rtl_usb_cleanup()
107 #define IPVL_SKB_CB(_skb) ((struct ipvl_skb_cb *)&((_skb)->cb[0])) argument