Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dpower.h595 __le32 bf_temp_threshold; member
661 .bf_temp_threshold = cpu_to_le32(IWL_BF_TEMP_THRESHOLD ## mode), \
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dpower.c45 le32_to_cpu(cmd->bf_temp_threshold)); in iwl_mvm_beacon_filter_send_cmd()
789 cmd->bf_temp_threshold = in iwl_mvm_beacon_filter_debugfs_parameters()
790 cpu_to_le32(dbgfs_bf->bf_temp_threshold); in iwl_mvm_beacon_filter_debugfs_parameters()
H A Ddebugfs-vif.c272 dbgfs_bf->bf_temp_threshold = value; in iwl_dbgfs_update_bf()
425 le32_to_cpu(cmd.bf_temp_threshold)); in iwl_dbgfs_bf_params_read()
H A Dmvm.h196 u32 bf_temp_threshold; member
/freebsd/sys/dev/iwm/
H A Dif_iwm_power.c189 le32toh(cmd->bf_temp_threshold)); in iwm_beacon_filter_send_cmd()
H A Dif_iwmreg.h4368 uint32_t bf_temp_threshold; member
4423 .bf_temp_threshold = htole32(IWM_BF_TEMP_THRESHOLD_DEFAULT), \