Searched refs:WMI_VDEV_PARAM_UNSUPPORTED (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/wireless/ath/ath10k/ |
D | wmi.c | 809 .mcast2ucast_set = WMI_VDEV_PARAM_UNSUPPORTED, 816 WMI_VDEV_PARAM_UNSUPPORTED, 817 .rc_num_retries = WMI_VDEV_PARAM_UNSUPPORTED, 818 .cabq_maxdur = WMI_VDEV_PARAM_UNSUPPORTED, 819 .mfptest_set = WMI_VDEV_PARAM_UNSUPPORTED, 820 .rts_fixed_rate = WMI_VDEV_PARAM_UNSUPPORTED, 821 .vht_sgimask = WMI_VDEV_PARAM_UNSUPPORTED, 822 .vht80_ratemask = WMI_VDEV_PARAM_UNSUPPORTED, 823 .early_rx_adjust_enable = WMI_VDEV_PARAM_UNSUPPORTED, 824 .early_rx_tgt_bmiss_num = WMI_VDEV_PARAM_UNSUPPORTED, [all …]
|
D | wmi-tlv.c | 4510 .rc_num_retries = WMI_VDEV_PARAM_UNSUPPORTED, 4511 .cabq_maxdur = WMI_VDEV_PARAM_UNSUPPORTED, 4512 .mfptest_set = WMI_VDEV_PARAM_UNSUPPORTED, 4513 .rts_fixed_rate = WMI_VDEV_PARAM_UNSUPPORTED, 4514 .vht_sgimask = WMI_VDEV_PARAM_UNSUPPORTED, 4515 .vht80_ratemask = WMI_VDEV_PARAM_UNSUPPORTED, 4516 .early_rx_adjust_enable = WMI_VDEV_PARAM_UNSUPPORTED, 4517 .early_rx_tgt_bmiss_num = WMI_VDEV_PARAM_UNSUPPORTED, 4518 .early_rx_bmiss_sample_cycle = WMI_VDEV_PARAM_UNSUPPORTED, 4519 .early_rx_slop_step = WMI_VDEV_PARAM_UNSUPPORTED, [all …]
|
D | mac.c | 2861 if (WARN_ON(param == WMI_VDEV_PARAM_UNSUPPORTED)) in ath10k_mac_vif_recalc_txbf() 5502 ar->wmi.vdev_param->tx_encap_type == WMI_VDEV_PARAM_UNSUPPORTED || in ath10k_update_vif_offload() 10102 WMI_VDEV_PARAM_UNSUPPORTED) in ath10k_mac_register()
|
D | wmi.h | 5233 #define WMI_VDEV_PARAM_UNSUPPORTED 0 macro
|