Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dpower.h629 * @bf_temp_threshold: This threshold determines the type of temperature
663 __le32 bf_temp_threshold;
729 .bf_temp_threshold = cpu_to_le32(IWL_BF_TEMP_THRESHOLD ## mode), \
595 __le32 bf_temp_threshold; global() member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dpower.c43 IWL_DEBUG_POWER(mvm, "bf_temp_threshold is: %d\n", in iwl_mvm_beacon_filter_send_cmd()
44 le32_to_cpu(cmd->bf_temp_threshold)); in iwl_mvm_beacon_filter_send_cmd()
802 cmd->bf_temp_threshold = in iwl_mvm_beacon_filter_debugfs_parameters()
803 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.h194 u32 bf_temp_threshold;
196 u32 bf_temp_threshold; global() 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.h4342 * @bf_temp_threshold: This threshold determines the type of temperature
4368 uint32_t bf_temp_threshold; member
4423 .bf_temp_threshold = htole32(IWM_BF_TEMP_THRESHOLD_DEFAULT), \
/freebsd/sys/dev/iwx/
H A Dif_iwxreg.h4759 uint32_t bf_temp_threshold; member
4816 .bf_temp_threshold = htole32(IWX_BF_TEMP_THRESHOLD_DEFAULT), \