Home
last modified time | relevance | path

Searched refs:pm_frame_timeout (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c214 tx_cmd_params->pm_frame_timeout = cpu_to_le16(PM_FRAME_ASSOC); in iwl_mvm_set_tx_cmd()
216 tx_cmd_params->pm_frame_timeout = cpu_to_le16(PM_FRAME_NONE); in iwl_mvm_set_tx_cmd()
218 tx_cmd_params->pm_frame_timeout = cpu_to_le16(PM_FRAME_MGMT); in iwl_mvm_set_tx_cmd()
225 tx_cmd_params->pm_frame_timeout = cpu_to_le16(PM_FRAME_MGMT); in iwl_mvm_set_tx_cmd()
227 tx_cmd_params->pm_frame_timeout = cpu_to_le16(PM_FRAME_NONE); in iwl_mvm_set_tx_cmd()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dtx.h241 __le16 pm_frame_timeout; member
/freebsd/sys/dev/iwm/
H A Dif_iwm.c3823 tx->pm_frame_timeout = htole16(IWM_PM_FRAME_ASSOC); in iwm_tx()
3825 tx->pm_frame_timeout = htole16(IWM_PM_FRAME_NONE); in iwm_tx()
3827 tx->pm_frame_timeout = htole16(IWM_PM_FRAME_MGMT); in iwm_tx()
3830 tx->pm_frame_timeout = htole16(IWM_PM_FRAME_NONE); in iwm_tx()
H A Dif_iwmreg.h4901 * TX command Frame life time in us - to be written in pm_frame_timeout
4970 * @pm_frame_timeout: PM TX frame timeout
5009 uint16_t pm_frame_timeout;
5005 uint16_t pm_frame_timeout; global() member