Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dpower.h645 * @bf_debug_flag: beacon filtering debug configuration
667 __le32 bf_debug_flag;
732 .bf_debug_flag = cpu_to_le32(IWL_BF_DEBUG_FLAG ## mode), \
599 __le32 bf_debug_flag; global() member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dpower.c31 IWL_DEBUG_POWER(mvm, "bf_debug_flag is: %d\n", in iwl_mvm_beacon_filter_send_cmd()
32 le32_to_cpu(cmd->bf_debug_flag)); in iwl_mvm_beacon_filter_send_cmd()
811 cmd->bf_debug_flag = cpu_to_le32(dbgfs_bf->bf_debug_flag); in _iwl_mvm_enable_beacon_filter()
H A Ddebugfs-vif.c284 dbgfs_bf->bf_debug_flag = value; in iwl_dbgfs_update_bf()
433 le32_to_cpu(cmd.bf_debug_flag)); in iwl_dbgfs_bf_params_read()
H A Dmvm.h198 u32 bf_debug_flag;
200 u32 bf_debug_flag; global() member
/freebsd/sys/dev/iwm/
H A Dif_iwm_power.c171 le32toh(cmd->bf_debug_flag)); in iwm_beacon_filter_send_cmd()
H A Dif_iwmreg.h4372 uint32_t bf_debug_flag; member
4426 .bf_debug_flag = htole32(IWM_BF_DEBUG_FLAG_DEFAULT), \