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.h255 __le16 sleep_tx_count; member
341 __le16 sleep_tx_count; member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.h436 u8 sleep_tx_count; member
H A Dtx.c1776 if (mvmsta->sleep_tx_count) { in iwl_mvm_rx_tx_cmd_single()
1777 mvmsta->sleep_tx_count--; in iwl_mvm_rx_tx_cmd_single()
1778 if (mvmsta->sleep_tx_count && in iwl_mvm_rx_tx_cmd_single()
1802 mvmsta->sleep_tx_count = 0; in iwl_mvm_rx_tx_cmd_single()
H A Dsta.c4066 .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() local
4105 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()
/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h6389 uint16_t sleep_tx_count; member
6458 uint16_t sleep_tx_count; member