Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Dhw.h381 #define TARGET_TLV_NUM_VDEVS 4 macro
Dwmi-tlv.c1381 cfg->num_vdevs = __cpu_to_le32(TARGET_TLV_NUM_VDEVS); in ath10k_wmi_tlv_op_gen_init()
1385 cfg->num_offload_peers = __cpu_to_le32(TARGET_TLV_NUM_VDEVS); in ath10k_wmi_tlv_op_gen_init()
1386 cfg->num_offload_reorder_bufs = __cpu_to_le32(TARGET_TLV_NUM_VDEVS); in ath10k_wmi_tlv_op_gen_init()
1403 cfg->bmiss_offload_max_vdev = __cpu_to_le32(TARGET_TLV_NUM_VDEVS); in ath10k_wmi_tlv_op_gen_init()
1404 cfg->roam_offload_max_vdev = __cpu_to_le32(TARGET_TLV_NUM_VDEVS); in ath10k_wmi_tlv_op_gen_init()
Dcore.c1496 ar->max_num_vdevs = TARGET_TLV_NUM_VDEVS; in ath10k_core_init_firmware_features()