Home
last modified time | relevance | path

Searched refs:tx_protection (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.h391 * @tx_protection: reference counter for controlling the Tx protection.
442 s8 tx_protection; member
H A Drs.c4200 if (mvmsta->tx_protection == 0) in rs_drv_tx_protection()
4202 mvmsta->tx_protection++; in rs_drv_tx_protection()
4204 mvmsta->tx_protection--; in rs_drv_tx_protection()
4205 if (mvmsta->tx_protection == 0) in rs_drv_tx_protection()
H A Dsta.c1684 mvm_sta->tx_protection = 0; in iwl_mvm_add_sta()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.h377 * @tx_protection: reference counter for controlling the Tx protection.
428 s8 tx_protection; member
H A Drs.c4147 if (mvmsta->tx_protection == 0) in rs_drv_tx_protection()
4149 mvmsta->tx_protection++; in rs_drv_tx_protection()
4151 mvmsta->tx_protection--; in rs_drv_tx_protection()
4152 if (mvmsta->tx_protection == 0) in rs_drv_tx_protection()

Completed in 24 milliseconds