Searched refs:sleep_tx_count (Results 1 – 9 of 9) sorted by relevance
258 __le16 sleep_tx_count; member344 __le16 sleep_tx_count; member
446 u8 sleep_tx_count; member
1782 if (mvmsta->sleep_tx_count) { in iwl_mvm_rx_tx_cmd_single()1783 mvmsta->sleep_tx_count--; in iwl_mvm_rx_tx_cmd_single()1784 if (mvmsta->sleep_tx_count && in iwl_mvm_rx_tx_cmd_single()1808 mvmsta->sleep_tx_count = 0; in iwl_mvm_rx_tx_cmd_single()
4066 .sleep_tx_count = cpu_to_le16(cnt), in iwl_mvm_sta_modify_sleep_tx_count()4088 int sleep_tx_count; in iwl_mvm_sta_modify_sleep_tx_count() local4105 sleep_tx_count = cnt - remaining; in iwl_mvm_sta_modify_sleep_tx_count()4107 mvmsta->sleep_tx_count = sleep_tx_count; in iwl_mvm_sta_modify_sleep_tx_count()4110 cmd.sleep_tx_count = cpu_to_le16(sleep_tx_count); in iwl_mvm_sta_modify_sleep_tx_count()
1013 __le16 sleep_tx_count; member1051 __le16 sleep_tx_count; member
1713 addsta->sleep_tx_count = cmd->sleep_tx_count; in il4965_build_addsta_hcmd()
3668 il->stations[sta_id].sta.sleep_tx_count = cpu_to_le16(cnt); in il4965_sta_modify_sleep_tx_count()
1421 .sleep_tx_count = cpu_to_le16(cnt), in iwl_sta_modify_sleep_tx_count()
872 __le16 sleep_tx_count; member
Completed in 67 milliseconds