Searched refs:adapter_tx (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | core.c | 203 rtlpriv->intf_ops->adapter_tx(hw, control->sta, skb, &tcb_desc); in rtl_op_tx() 1018 rtlpriv->intf_ops->adapter_tx(hw, NULL, skb, &tcb_desc); in send_beacon_frame()
|
H A D | usb.c | 981 .adapter_tx = rtl_usb_tx,
|
H A D | pci.c | 476 rtlpriv->intf_ops->adapter_tx(hw, NULL, skb, &tcb_desc); in _rtl_pci_tx_chk_waitq() 2383 .adapter_tx = rtl_pci_tx,
|
H A D | base.c | 2479 rtlpriv->intf_ops->adapter_tx(hw, sta, skb, &tcb_desc); in rtl_send_smps_action()
|
H A D | wifi.h | 2327 int (*adapter_tx)(struct ieee80211_hw *hw, member
|