Searched refs:num_wds_entries (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | core.c | 89 .num_wds_entries = 0x20, 121 .num_wds_entries = 0x20, 154 .num_wds_entries = 0x20, 186 .num_wds_entries = 0x20, 218 .num_wds_entries = 0x20, 250 .num_wds_entries = 0x20, 285 .num_wds_entries = 0x20, 323 .num_wds_entries = 0x20, 366 .num_wds_entries = 0x20, 408 .num_wds_entries = 0x20, [all …]
|
D | hw.h | 573 u32 num_wds_entries; member
|
D | wmi.h | 2427 __le32 num_wds_entries; member 2612 __le32 num_wds_entries; member 2805 __le32 num_wds_entries; member
|
D | wmi-tlv.h | 1668 __le32 num_wds_entries; member
|
D | wmi-tlv.c | 1574 cfg->num_wds_entries = __cpu_to_le32(ar->hw_params.num_wds_entries); in ath10k_wmi_tlv_op_gen_init()
|
D | wmi.c | 6281 config.num_wds_entries = __cpu_to_le32(TARGET_NUM_WDS_ENTRIES); in ath10k_wmi_op_gen_init() 6349 config.num_wds_entries = __cpu_to_le32(TARGET_10X_NUM_WDS_ENTRIES); in ath10k_wmi_10_1_op_gen_init() 6422 config.num_wds_entries = __cpu_to_le32(TARGET_10X_NUM_WDS_ENTRIES); in ath10k_wmi_10_2_op_gen_init() 6503 config.num_wds_entries = __cpu_to_le32(TARGET_10_4_NUM_WDS_ENTRIES); in ath10k_wmi_10_4_op_gen_init()
|