Searched refs:usb_rx_segregate_hdl (Results 1 – 5 of 5) sorted by relevance
143 void (*usb_rx_segregate_hdl)(struct ieee80211_hw *, struct sk_buff *, member
326 rtlusb->usb_rx_segregate_hdl = in _rtl_usb_init_rx()327 rtlpriv->cfg->usb_interface_cfg->usb_rx_segregate_hdl; in _rtl_usb_init_rx()540 if (rtlusb->usb_rx_segregate_hdl) in _rtl_rx_pre_process()541 rtlusb->usb_rx_segregate_hdl(hw, skb, &rx_queue); in _rtl_rx_pre_process()564 if (likely(!rtlusb->usb_rx_segregate_hdl)) { in _rtl_rx_work()
2428 void (*usb_rx_segregate_hdl)(struct ieee80211_hw *, struct sk_buff *, member
180 .usb_rx_segregate_hdl = NULL,
2373 void (*usb_rx_segregate_hdl)(struct ieee80211_hw *hw, member