Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dsta.h258 __le16 sleep_tx_count; member
344 __le16 sleep_tx_count; member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.h427 u8 sleep_tx_count; member
H A Dtx.c1748 if (mvmsta->sleep_tx_count) { in iwl_mvm_rx_tx_cmd_single()
1749 mvmsta->sleep_tx_count--; in iwl_mvm_rx_tx_cmd_single()
1750 if (mvmsta->sleep_tx_count && in iwl_mvm_rx_tx_cmd_single()
1774 mvmsta->sleep_tx_count = 0; in iwl_mvm_rx_tx_cmd_single()
H A Dsta.c4061 .sleep_tx_count = cpu_to_le16(cnt), in iwl_mvm_sta_modify_sleep_tx_count()
4083 int sleep_tx_count; in iwl_mvm_sta_modify_sleep_tx_count() local
4100 sleep_tx_count = cnt - remaining; in iwl_mvm_sta_modify_sleep_tx_count()
4102 mvmsta->sleep_tx_count = sleep_tx_count; in iwl_mvm_sta_modify_sleep_tx_count()
4105 cmd.sleep_tx_count = cpu_to_le16(sleep_tx_count); in iwl_mvm_sta_modify_sleep_tx_count()
/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h6263 * @IWM_STA_MODIFY_SLEEPING_STA_TX_COUNT: this command modifies %sleep_tx_count
6362 * @sleep_tx_count: number of packets to transmit to station even though it is
6393 uint16_t sleep_tx_count;
6425 * @sleep_tx_count: number of packets to transmit to station even though it is
6462 uint16_t sleep_tx_count;
6389 uint16_t sleep_tx_count; global() member
6458 uint16_t sleep_tx_count; global() member
/freebsd/sys/dev/iwx/
H A Dif_iwxreg.h7322 * @IWX_STA_MODIFY_SLEEPING_STA_TX_COUNT: this command modifies %sleep_tx_count
7425 * @sleep_tx_count: number of packets to transmit to station even though it is
7462 uint16_t sleep_tx_count; member