Home
last modified time | relevance | path

Searched refs:TARGET_TLV_NUM_VDEVS (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhw.h758 #define TARGET_TLV_NUM_VDEVS 4 macro
H A Dwmi-tlv.c1974 cfg->num_vdevs = __cpu_to_le32(TARGET_TLV_NUM_VDEVS); in ath10k_wmi_tlv_op_gen_init()
1984 cfg->num_offload_peers = __cpu_to_le32(TARGET_TLV_NUM_VDEVS); in ath10k_wmi_tlv_op_gen_init()
1985 cfg->num_offload_reorder_bufs = __cpu_to_le32(TARGET_TLV_NUM_VDEVS); in ath10k_wmi_tlv_op_gen_init()
2004 cfg->bmiss_offload_max_vdev = __cpu_to_le32(TARGET_TLV_NUM_VDEVS); in ath10k_wmi_tlv_op_gen_init()
2005 cfg->roam_offload_max_vdev = __cpu_to_le32(TARGET_TLV_NUM_VDEVS); in ath10k_wmi_tlv_op_gen_init()
H A Dcore.c2775 ar->max_num_vdevs = TARGET_TLV_NUM_VDEVS; in ath10k_core_init_firmware_features()