Searched refs:adapter_tx (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/ |
D | core.c | 222 rtlpriv->intf_ops->adapter_tx(hw, control->sta, skb, &tcb_desc); in rtl_op_tx() 1031 rtlpriv->intf_ops->adapter_tx(hw, NULL, skb, &tcb_desc); in send_beacon_frame()
|
D | pci.c | 543 rtlpriv->intf_ops->adapter_tx(hw, NULL, skb, &tcb_desc); in _rtl_pci_tx_chk_waitq() 2463 .adapter_tx = rtl_pci_tx,
|
D | usb.c | 1029 .adapter_tx = rtl_usb_tx,
|
D | base.c | 2520 rtlpriv->intf_ops->adapter_tx(hw, sta, skb, &tcb_desc); in rtl_send_smps_action()
|
D | wifi.h | 2364 int (*adapter_tx) (struct ieee80211_hw *hw, member
|
/Linux-v4.19/drivers/staging/rtlwifi/ |
D | core.c | 169 rtlpriv->intf_ops->adapter_tx(hw, control->sta, skb, &tcb_desc); in rtl_op_tx() 1014 rtlpriv->intf_ops->adapter_tx(hw, NULL, skb, &tcb_desc); in send_beacon_frame()
|
D | pci.c | 549 rtlpriv->intf_ops->adapter_tx(hw, NULL, skb, &tcb_desc); in _rtl_pci_tx_chk_waitq() 2489 .adapter_tx = rtl_pci_tx,
|
D | base.c | 2378 rtlpriv->intf_ops->adapter_tx(hw, sta, skb, &tcb_desc); in rtl_send_smps_action()
|
D | wifi.h | 2309 int (*adapter_tx)(struct ieee80211_hw *hw, member
|