Home
last modified time | relevance | path

Searched refs:mgd_complete_tx (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/mac80211/
H A Ddriver-ops.h886 if (local->ops->mgd_complete_tx) in drv_mgd_complete_tx()
887 local->ops->mgd_complete_tx(&local->hw, &sdata->vif, info); in drv_mgd_complete_tx()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_core.c672 ops->mgd_complete_tx = NULL; in mt792x_get_mac80211_ops()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c1122 .mgd_complete_tx = iwl_mvm_mac_mgd_complete_tx,
H A Dmac80211.c6248 .mgd_complete_tx = iwl_mvm_mac_mgd_complete_tx,
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c1379 .mgd_complete_tx = mt7921_mgd_complete_tx,
/openbmc/linux/include/net/
H A Dmac80211.h4521 void (*mgd_complete_tx)(struct ieee80211_hw *hw, member