Home
last modified time | relevance | path

Searched refs:usb_tx_post_hdl (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dusb.h109 int (*usb_tx_post_hdl)(struct ieee80211_hw *, member
H A Dusb.c256 rtlusb->usb_tx_post_hdl = in _rtl_usb_init_tx()
257 rtlpriv->cfg->usb_interface_cfg->usb_tx_post_hdl; in _rtl_usb_init_tx()
823 rtlusb->usb_tx_post_hdl(hw, urb, skb); in _usb_tx_post()
H A Dwifi.h2394 int (*usb_tx_post_hdl)(struct ieee80211_hw *, struct urb *,
2396 int (*usb_tx_post_hdl)(struct ieee80211_hw *, struct urb *, global() member
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dsw.c156 .usb_tx_post_hdl = rtl8192c_tx_post_hdl,