Home
last modified time | relevance | path

Searched refs:vdev_subtype (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dwow.c34 return (ahvif->vdev_subtype == WMI_VDEV_SUBTYPE_P2P_DEVICE || in ath12k_wow_is_p2p_vdev()
35 ahvif->vdev_subtype == WMI_VDEV_SUBTYPE_P2P_CLIENT || in ath12k_wow_is_p2p_vdev()
36 ahvif->vdev_subtype == WMI_VDEV_SUBTYPE_P2P_GO); in ath12k_wow_is_p2p_vdev()
H A Dcore.h310 enum wmi_vdev_subtype vdev_subtype; member
H A Dmac.c7892 arg->subtype = ahvif->vdev_subtype; in ath12k_mac_setup_vdev_create_arg()
8112 ahvif->vdev_subtype = WMI_VDEV_SUBTYPE_NONE; in ath12k_mac_vdev_create()
8120 ahvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_CLIENT; in ath12k_mac_vdev_create()
8124 ahvif->vdev_subtype = WMI_VDEV_SUBTYPE_MESH_11S; in ath12k_mac_vdev_create()
8130 ahvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_GO; in ath12k_mac_vdev_create()
8139 ahvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_DEVICE; in ath12k_mac_vdev_create()
8147 arvif->vdev_id, ahvif->vdev_type, ahvif->vdev_subtype, in ath12k_mac_vdev_create()
10172 ahvif->vdev_subtype == WMI_VDEV_SUBTYPE_NONE) { in ath12k_mac_op_reconfig_complete()
H A Dwmi.h2797 __le32 vdev_subtype; member
H A Dwmi.c887 cmd->vdev_subtype = cpu_to_le32(args->subtype); in ath12k_wmi_vdev_create()
/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dcore.h578 enum wmi_vdev_subtype vdev_subtype; member
H A Dcore.c2796 int vdev_subtype; in ath10k_core_reset_rx_filter() local
2801 vdev_subtype = ath10k_wmi_get_vdev_subtype(ar, WMI_VDEV_SUBTYPE_NONE); in ath10k_core_reset_rx_filter()
2804 ret = ath10k_wmi_vdev_create(ar, vdev_id, vdev_type, vdev_subtype, in ath10k_core_reset_rx_filter()
H A Dmac.c5577 arvif->vdev_subtype = in ath10k_add_interface()
5583 arvif->vdev_subtype = ath10k_wmi_get_vdev_subtype in ath10k_add_interface()
5590 arvif->vdev_subtype = ath10k_wmi_get_vdev_subtype in ath10k_add_interface()
5598 arvif->vdev_subtype = ath10k_wmi_get_vdev_subtype in ath10k_add_interface()
5611 arvif->vdev_subtype = ath10k_wmi_get_vdev_subtype in ath10k_add_interface()
5687 arvif->vdev_id, arvif->vdev_type, arvif->vdev_subtype, in ath10k_add_interface()
5691 arvif->vdev_subtype, vif->addr); in ath10k_add_interface()
H A Dwmi-tlv.c2136 enum wmi_vdev_subtype vdev_subtype, in ath10k_wmi_tlv_op_gen_vdev_create() argument
2153 cmd->vdev_subtype = __cpu_to_le32(vdev_subtype); in ath10k_wmi_tlv_op_gen_vdev_create()
H A Dwmi.h4874 __le32 vdev_subtype; member
H A Dwmi.c7149 cmd->vdev_subtype = __cpu_to_le32(subtype); in ath10k_wmi_op_gen_vdev_create()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dcore.h361 enum wmi_vdev_subtype vdev_subtype; member
H A Dmac.c1505 if (arvif->vdev_subtype != WMI_VDEV_SUBTYPE_P2P_GO) in ath11k_mac_set_vif_params()
3493 arvif->vdev_subtype == WMI_VDEV_SUBTYPE_NONE && in ath11k_mac_supports_station_tpc()
6429 params->subtype = arvif->vdev_subtype; in ath11k_mac_setup_vdev_create_params()
6725 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_NONE; in ath11k_mac_op_add_interface()
6732 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_CLIENT; in ath11k_mac_op_add_interface()
6735 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_MESH_11S; in ath11k_mac_op_add_interface()
6740 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_GO; in ath11k_mac_op_add_interface()
6748 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_DEVICE; in ath11k_mac_op_add_interface()
6757 arvif->vdev_id, arvif->vdev_type, arvif->vdev_subtype, in ath11k_mac_op_add_interface()
H A Dwmi.h2622 u32 vdev_subtype; member
H A Dwmi.c733 cmd->vdev_subtype = param->subtype; in ath11k_wmi_vdev_create()