Lines Matching refs:_skb
541 struct sk_buff *_skb; in _rtl_rx_pre_process() local
550 _skb = skb_dequeue(&rx_queue); in _rtl_rx_pre_process()
551 _rtl_usb_rx_process_agg(hw, _skb); in _rtl_rx_pre_process()
552 ieee80211_rx(hw, _skb); in _rtl_rx_pre_process()
801 struct sk_buff *_skb; in rtl_usb_cleanup() local
810 while ((_skb = skb_dequeue(&rtlusb->tx_skb_queue[i]))) { in rtl_usb_cleanup()
811 rtlusb->usb_tx_cleanup(hw, _skb); in rtl_usb_cleanup()
812 txinfo = IEEE80211_SKB_CB(_skb); in rtl_usb_cleanup()
815 ieee80211_tx_status_irqsafe(hw, _skb); in rtl_usb_cleanup()
936 struct sk_buff *_skb = NULL; in _rtl_usb_transmit() local
946 _skb = skb; in _rtl_usb_transmit()
947 _urb = _rtl_usb_tx_urb_setup(hw, _skb, ep_num); in _rtl_usb_transmit()