Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dsta.h150 * @STA_MODIFY_SLEEPING_STA_TX_COUNT: this command modifies %sleep_tx_count
226 * @sleep_tx_count: number of packets to transmit to station even though it is
257 __le16 sleep_tx_count;
306 * @sleep_tx_count: number of packets to transmit to station even though it is
343 __le16 sleep_tx_count;
255 __le16 sleep_tx_count; global() member
341 __le16 sleep_tx_count; global() member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.h398 * @sleep_tx_count: the number of frames that we told the firmware to let out
449 u8 sleep_tx_count; in iwl_mvm_sta_from_mac80211()
436 u8 sleep_tx_count; global() member
H A Dsta.c4080 .sleep_tx_count = cpu_to_le16(cnt), in iwl_mvm_sta_modify_sleep_tx_count()
4102 int sleep_tx_count; in iwl_mvm_sta_modify_sleep_tx_count()
4119 sleep_tx_count = cnt - remaining; in iwl_mvm_sta_modify_sleep_tx_count()
4121 mvmsta->sleep_tx_count = sleep_tx_count; in iwl_mvm_sta_modify_sleep_tx_count()
4124 cmd.sleep_tx_count = cpu_to_le16(sleep_tx_count); in iwl_mvm_sta_modify_sleep_tx_count()
4088 int sleep_tx_count; iwl_mvm_sta_modify_sleep_tx_count() local
H A Dtx.c1895 if (mvmsta->sleep_tx_count) { in iwl_mvm_rx_tx_cmd_single()
1896 mvmsta->sleep_tx_count--; in iwl_mvm_rx_tx_cmd_single()
1897 if (mvmsta->sleep_tx_count && in iwl_mvm_rx_tx_cmd_single()
1921 mvmsta->sleep_tx_count = 0; in iwl_mvm_rx_tx_cmd_single()
/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