Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dsta.h255 __le16 sleep_tx_count; member
341 __le16 sleep_tx_count; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.h385 * @sleep_tx_count: the number of frames that we told the firmware to let out
436 u8 sleep_tx_count; member
H A Dtx.c1832 if (mvmsta->sleep_tx_count) { in iwl_mvm_rx_tx_cmd_single()
1833 mvmsta->sleep_tx_count--; in iwl_mvm_rx_tx_cmd_single()
1834 if (mvmsta->sleep_tx_count && in iwl_mvm_rx_tx_cmd_single()
1858 mvmsta->sleep_tx_count = 0; in iwl_mvm_rx_tx_cmd_single()
H A Dsta.c4094 .sleep_tx_count = cpu_to_le16(cnt), in iwl_mvm_sta_modify_sleep_tx_count()
4116 int sleep_tx_count; in iwl_mvm_sta_modify_sleep_tx_count()
4133 sleep_tx_count = cnt - remaining; in iwl_mvm_sta_modify_sleep_tx_count()
4135 mvmsta->sleep_tx_count = sleep_tx_count; in iwl_mvm_sta_modify_sleep_tx_count()
4138 cmd.sleep_tx_count = cpu_to_le16(sleep_tx_count); in iwl_mvm_rx_eosp_notif()
4088 int sleep_tx_count; iwl_mvm_sta_modify_sleep_tx_count() local
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommands.h1016 __le16 sleep_tx_count; member
1054 __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.c3665 il->stations[sta_id].sta.sleep_tx_count = cpu_to_le16(cnt); in il4965_sta_modify_sleep_tx_count()
/openbmc/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.h869 __le16 sleep_tx_count; member