Home
last modified time | relevance | path

Searched refs:sleep_tx_count (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
Dsta.h255 __le16 sleep_tx_count; member
341 __le16 sleep_tx_count; member
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/
Dsta.h436 u8 sleep_tx_count; member
Dtx.c1771 if (mvmsta->sleep_tx_count) { in iwl_mvm_rx_tx_cmd_single()
1772 mvmsta->sleep_tx_count--; in iwl_mvm_rx_tx_cmd_single()
1773 if (mvmsta->sleep_tx_count && in iwl_mvm_rx_tx_cmd_single()
1797 mvmsta->sleep_tx_count = 0; in iwl_mvm_rx_tx_cmd_single()
Dsta.c4058 .sleep_tx_count = cpu_to_le16(cnt), in iwl_mvm_sta_modify_sleep_tx_count()
4080 int sleep_tx_count; in iwl_mvm_sta_modify_sleep_tx_count() local
4097 sleep_tx_count = cnt - remaining; in iwl_mvm_sta_modify_sleep_tx_count()
4099 mvmsta->sleep_tx_count = sleep_tx_count; in iwl_mvm_sta_modify_sleep_tx_count()
4102 cmd.sleep_tx_count = cpu_to_le16(sleep_tx_count); in iwl_mvm_sta_modify_sleep_tx_count()
/Linux-v6.6/drivers/net/wireless/intel/iwlegacy/
Dcommands.h1016 __le16 sleep_tx_count; member
1054 __le16 sleep_tx_count; member
D4965.c1713 addsta->sleep_tx_count = cmd->sleep_tx_count; in il4965_build_addsta_hcmd()
D4965-mac.c3665 il->stations[sta_id].sta.sleep_tx_count = cpu_to_le16(cnt); in il4965_sta_modify_sleep_tx_count()
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/dvm/
Dsta.c1421 .sleep_tx_count = cpu_to_le16(cnt), in iwl_sta_modify_sleep_tx_count()
Dcommands.h869 __le16 sleep_tx_count; member