Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c258 tx_cmd->pm_frame_timeout = cpu_to_le16(PM_FRAME_ASSOC); in iwl_mvm_set_tx_cmd()
260 tx_cmd->pm_frame_timeout = cpu_to_le16(PM_FRAME_NONE); in iwl_mvm_set_tx_cmd()
262 tx_cmd->pm_frame_timeout = cpu_to_le16(PM_FRAME_MGMT); in iwl_mvm_set_tx_cmd()
269 tx_cmd->pm_frame_timeout = cpu_to_le16(PM_FRAME_MGMT); in iwl_mvm_set_tx_cmd()
271 tx_cmd->pm_frame_timeout = cpu_to_le16(PM_FRAME_NONE); in iwl_mvm_set_tx_cmd()
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/
H A Dtx.h255 __le16 pm_frame_timeout; member
/freebsd-13.1/sys/dev/iwm/
H A Dif_iwm.c3887 tx->pm_frame_timeout = htole16(IWM_PM_FRAME_ASSOC); in iwm_tx()
3889 tx->pm_frame_timeout = htole16(IWM_PM_FRAME_NONE); in iwm_tx()
3891 tx->pm_frame_timeout = htole16(IWM_PM_FRAME_MGMT); in iwm_tx()
3894 tx->pm_frame_timeout = htole16(IWM_PM_FRAME_NONE); in iwm_tx()
H A Dif_iwmreg.h4570 uint16_t pm_frame_timeout; member