Searched refs:adapter_tx (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
D | core.c | 203 rtlpriv->intf_ops->adapter_tx(hw, control->sta, skb, &tcb_desc); in rtl_op_tx() 1017 rtlpriv->intf_ops->adapter_tx(hw, NULL, skb, &tcb_desc); in send_beacon_frame()
|
D | pci.c | 521 rtlpriv->intf_ops->adapter_tx(hw, NULL, skb, &tcb_desc); in _rtl_pci_tx_chk_waitq() 2437 .adapter_tx = rtl_pci_tx,
|
D | usb.c | 1001 .adapter_tx = rtl_usb_tx,
|
D | wifi.h | 2343 int (*adapter_tx)(struct ieee80211_hw *hw, member
|
D | base.c | 2504 rtlpriv->intf_ops->adapter_tx(hw, sta, skb, &tcb_desc); in rtl_send_smps_action()
|