Home
last modified time | relevance | path

Searched refs:sleep_tx_count (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dsta.h201 * @STA_MODIFY_SLEEPING_STA_TX_COUNT: this command modifies %sleep_tx_count
277 * @sleep_tx_count: number of packets to transmit to station even though it is
308 __le16 sleep_tx_count; member
357 * @sleep_tx_count: number of packets to transmit to station even though it is
394 __le16 sleep_tx_count; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dsta.h148 * @STA_MODIFY_SLEEPING_STA_TX_COUNT: this command modifies %sleep_tx_count
224 * @sleep_tx_count: number of packets to transmit to station even though it is
255 __le16 sleep_tx_count; member
304 * @sleep_tx_count: number of packets to transmit to station even though it is
341 __le16 sleep_tx_count; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.h401 * @sleep_tx_count: the number of frames that we told the firmware to let out
451 u8 sleep_tx_count; member
H A Dsta.c3753 .sleep_tx_count = cpu_to_le16(cnt), in iwl_mvm_sta_modify_sleep_tx_count()
3775 int sleep_tx_count; in iwl_mvm_sta_modify_sleep_tx_count() local
3792 sleep_tx_count = cnt - remaining; in iwl_mvm_sta_modify_sleep_tx_count()
3794 mvmsta->sleep_tx_count = sleep_tx_count; in iwl_mvm_sta_modify_sleep_tx_count()
3797 cmd.sleep_tx_count = cpu_to_le16(sleep_tx_count); in iwl_mvm_sta_modify_sleep_tx_count()
H A Dtx.c1641 if (mvmsta->sleep_tx_count) { in iwl_mvm_rx_tx_cmd_single()
1642 mvmsta->sleep_tx_count--; in iwl_mvm_rx_tx_cmd_single()
1643 if (mvmsta->sleep_tx_count && in iwl_mvm_rx_tx_cmd_single()
1667 mvmsta->sleep_tx_count = 0; in iwl_mvm_rx_tx_cmd_single()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c4062 .sleep_tx_count = cpu_to_le16(cnt), in iwl_mvm_sta_modify_sleep_tx_count()
4084 int sleep_tx_count; in iwl_mvm_sta_modify_sleep_tx_count() local
4101 sleep_tx_count = cnt - remaining; in iwl_mvm_sta_modify_sleep_tx_count()
4103 mvmsta->sleep_tx_count = sleep_tx_count; in iwl_mvm_sta_modify_sleep_tx_count()
4106 cmd.sleep_tx_count = cpu_to_le16(sleep_tx_count); in iwl_mvm_sta_modify_sleep_tx_count()
H A Dtx.c1830 if (mvmsta->sleep_tx_count) { in iwl_mvm_rx_tx_cmd_single()
1831 mvmsta->sleep_tx_count--; in iwl_mvm_rx_tx_cmd_single()
1832 if (mvmsta->sleep_tx_count && in iwl_mvm_rx_tx_cmd_single()
1856 mvmsta->sleep_tx_count = 0; in iwl_mvm_rx_tx_cmd_single()
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
/kernel/linux/linux-5.10/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.c3666 il->stations[sta_id].sta.sleep_tx_count = cpu_to_le16(cnt); in il4965_sta_modify_sleep_tx_count()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A D4965.c1713 addsta->sleep_tx_count = cmd->sleep_tx_count; in il4965_build_addsta_hcmd()
H A Dcommands.h1016 __le16 sleep_tx_count; member
1054 __le16 sleep_tx_count; member
H A D4965-mac.c3665 il->stations[sta_id].sta.sleep_tx_count = cpu_to_le16(cnt); in il4965_sta_modify_sleep_tx_count()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dsta.c1426 .sleep_tx_count = cpu_to_le16(cnt), in iwl_sta_modify_sleep_tx_count()
H A Dcommands.h922 __le16 sleep_tx_count; member
/kernel/linux/linux-6.6/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

Completed in 76 milliseconds