Searched refs:usb_rx_segregate_hdl (Results 1 – 4 of 4) sorted by relevance
147 void (*usb_rx_segregate_hdl)(struct ieee80211_hw *, struct sk_buff *, member
330 rtlusb->usb_rx_segregate_hdl = in _rtl_usb_init_rx()331 rtlpriv->cfg->usb_interface_cfg->usb_rx_segregate_hdl; in _rtl_usb_init_rx()546 if (rtlusb->usb_rx_segregate_hdl) in _rtl_rx_pre_process()547 rtlusb->usb_rx_segregate_hdl(hw, skb, &rx_queue); in _rtl_rx_pre_process()570 if (likely(!rtlusb->usb_rx_segregate_hdl)) { in _rtl_rx_work()
2268 void (*usb_rx_segregate_hdl)(struct ieee80211_hw *, struct sk_buff *, member
178 .usb_rx_segregate_hdl = NULL, /* rtl8192c_rx_segregate_hdl; */