Searched refs:WMI_VDEV_PARAM_UNSUPPORTED (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A 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 …]
|
H A D | wmi-tlv.c | 4509 .rc_num_retries = WMI_VDEV_PARAM_UNSUPPORTED, 4510 .cabq_maxdur = WMI_VDEV_PARAM_UNSUPPORTED, 4511 .mfptest_set = WMI_VDEV_PARAM_UNSUPPORTED, 4512 .rts_fixed_rate = WMI_VDEV_PARAM_UNSUPPORTED, 4513 .vht_sgimask = WMI_VDEV_PARAM_UNSUPPORTED, 4514 .vht80_ratemask = WMI_VDEV_PARAM_UNSUPPORTED, 4515 .early_rx_adjust_enable = WMI_VDEV_PARAM_UNSUPPORTED, 4516 .early_rx_tgt_bmiss_num = WMI_VDEV_PARAM_UNSUPPORTED, 4517 .early_rx_bmiss_sample_cycle = WMI_VDEV_PARAM_UNSUPPORTED, 4518 .early_rx_slop_step = WMI_VDEV_PARAM_UNSUPPORTED, [all …]
|
H A D | mac.c | 2867 if (WARN_ON(param == WMI_VDEV_PARAM_UNSUPPORTED)) in ath10k_mac_vif_recalc_txbf() 5505 ar->wmi.vdev_param->tx_encap_type == WMI_VDEV_PARAM_UNSUPPORTED || in ath10k_update_vif_offload() 10101 WMI_VDEV_PARAM_UNSUPPORTED) in ath10k_mac_register()
|
H A D | wmi.h | 5206 #define WMI_VDEV_PARAM_UNSUPPORTED 0 macro
|