Searched refs:usb_rx_segregate_hdl (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
H A D | usb.h | 122 void (*usb_rx_segregate_hdl)(struct ieee80211_hw *, struct sk_buff *, member
|
H A D | usb.c | 304 rtlusb->usb_rx_segregate_hdl = in _rtl_usb_init_rx() 305 rtlpriv->cfg->usb_interface_cfg->usb_rx_segregate_hdl; in _rtl_usb_init_rx() 519 if (rtlusb->usb_rx_segregate_hdl) in _rtl_rx_pre_process() 520 rtlusb->usb_rx_segregate_hdl(hw, skb, &rx_queue); in _rtl_rx_pre_process() 543 if (likely(!rtlusb->usb_rx_segregate_hdl)) { in _rtl_rx_work()
|
H A D | wifi.h | 2407 void (*usb_rx_segregate_hdl)(struct ieee80211_hw *, struct sk_buff *, member
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/ |
H A D | usb.h | 122 void (*usb_rx_segregate_hdl)(struct ieee80211_hw *, struct sk_buff *, member
|
H A D | usb.c | 285 rtlusb->usb_rx_segregate_hdl = in _rtl_usb_init_rx() 286 rtlpriv->cfg->usb_interface_cfg->usb_rx_segregate_hdl; in _rtl_usb_init_rx() 499 if (rtlusb->usb_rx_segregate_hdl) in _rtl_rx_pre_process() 500 rtlusb->usb_rx_segregate_hdl(hw, skb, &rx_queue); in _rtl_rx_pre_process() 523 if (likely(!rtlusb->usb_rx_segregate_hdl)) { in _rtl_rx_work()
|
H A D | wifi.h | 2391 void (*usb_rx_segregate_hdl)(struct ieee80211_hw *, struct sk_buff *, member
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
H A D | sw.c | 155 .usb_rx_segregate_hdl = NULL,
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
H A D | sw.c | 153 .usb_rx_segregate_hdl = NULL,
|
Completed in 54 milliseconds