Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c4053 .sleep_tx_count = cpu_to_le16(cnt), in iwl_mvm_sta_modify_sleep_tx_count()
4075 int sleep_tx_count; in iwl_mvm_sta_modify_sleep_tx_count() local
4092 sleep_tx_count = cnt - remaining; in iwl_mvm_sta_modify_sleep_tx_count()
4094 mvmsta->sleep_tx_count = sleep_tx_count; in iwl_mvm_sta_modify_sleep_tx_count()
4097 cmd.sleep_tx_count = cpu_to_le16(sleep_tx_count); in iwl_mvm_sta_modify_sleep_tx_count()
/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommands.h1013 __le16 sleep_tx_count; member
1051 __le16 sleep_tx_count; member
H A D4965.c1713 addsta->sleep_tx_count = cmd->sleep_tx_count; in il4965_build_addsta_hcmd()
H A D4965-mac.c3668 il->stations[sta_id].sta.sleep_tx_count = cpu_to_le16(cnt); in il4965_sta_modify_sleep_tx_count()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dsta.c1421 .sleep_tx_count = cpu_to_le16(cnt), in iwl_sta_modify_sleep_tx_count()
H A Dcommands.h872 __le16 sleep_tx_count; member