Lines Matching refs:_skb
535 struct sk_buff *_skb; in _rtl_rx_pre_process() local
544 _skb = skb_dequeue(&rx_queue); in _rtl_rx_pre_process()
545 _rtl_usb_rx_process_agg(hw, _skb); in _rtl_rx_pre_process()
546 ieee80211_rx(hw, _skb); in _rtl_rx_pre_process()
785 struct sk_buff *_skb; in rtl_usb_cleanup() local
794 while ((_skb = skb_dequeue(&rtlusb->tx_skb_queue[i]))) { in rtl_usb_cleanup()
795 rtlusb->usb_tx_cleanup(hw, _skb); in rtl_usb_cleanup()
796 txinfo = IEEE80211_SKB_CB(_skb); in rtl_usb_cleanup()
799 ieee80211_tx_status_irqsafe(hw, _skb); in rtl_usb_cleanup()
930 struct sk_buff *_skb = NULL; in _rtl_usb_transmit() local
939 _skb = skb; in _rtl_usb_transmit()
940 _urb = _rtl_usb_tx_urb_setup(hw, _skb, ep_num); in _rtl_usb_transmit()