Home
last modified time | relevance | path

Searched refs:wake_tx_queue (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_80211_macops.c572 if (lhw->ops->wake_tx_queue == NULL) in lkpi_80211_mo_wake_tx_queue()
575 lhw->ops->wake_tx_queue(hw, txq); in lkpi_80211_mo_wake_tx_queue()
/freebsd-13.1/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h762 void (*wake_tx_queue)(struct ieee80211_hw *, struct ieee80211_txq *); member
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c5671 .wake_tx_queue = iwl_mvm_mac_wake_tx_queue,