Home
last modified time | relevance | path

Searched refs:adapter_tx (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/wireless/rtlwifi/
Dcore.c228 rtlpriv->intf_ops->adapter_tx(hw, control->sta, skb, &tcb_desc); in rtl_op_tx()
1022 rtlpriv->intf_ops->adapter_tx(hw, NULL, skb, &tcb_desc); in send_beacon_frame()
Dpci.c556 rtlpriv->intf_ops->adapter_tx(hw, NULL, skb, &tcb_desc); in _rtl_pci_tx_chk_waitq()
2466 .adapter_tx = rtl_pci_tx,
Dusb.c1055 .adapter_tx = rtl_usb_tx,
Dbase.c1861 rtlpriv->intf_ops->adapter_tx(hw, sta, skb, &tcb_desc); in rtl_send_smps_action()
Dwifi.h2196 int (*adapter_tx) (struct ieee80211_hw *hw, member