Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/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 Dmac.c3975 ahvif->vdev_subtype == WMI_VDEV_SUBTYPE_NONE) in ath12k_bss_assoc()
4183 ahvif->vdev_subtype == WMI_VDEV_SUBTYPE_NONE) in ath12k_mac_remove_link_interface()
4481 ahvif->vdev_subtype == WMI_VDEV_SUBTYPE_NONE && in ath12k_mac_supports_tpc()
5675 ahvif->vdev_subtype == WMI_VDEV_SUBTYPE_NONE) in ath12k_mac_initiate_hw_scan()
9931 arg->subtype = ahvif->vdev_subtype; in ath12k_mac_setup_vdev_create_arg()
10163 ahvif->vdev_subtype = WMI_VDEV_SUBTYPE_NONE; in ath12k_mac_determine_vdev_type()
10171 ahvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_CLIENT; in ath12k_mac_determine_vdev_type()
10175 ahvif->vdev_subtype = WMI_VDEV_SUBTYPE_MESH_11S; in ath12k_mac_determine_vdev_type()
10181 ahvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_GO; in ath12k_mac_determine_vdev_type()
10189 ahvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_DEVICE; in ath12k_mac_determine_vdev_type()
[all …]
H A Dcore.h381 enum wmi_vdev_subtype vdev_subtype; member
H A Dwmi.h2901 __le32 vdev_subtype; member
6217 __le32 vdev_subtype; member
6255 u32 vdev_subtype; member
H A Dwmi.c887 cmd->vdev_subtype = cpu_to_le32(args->subtype); in ath12k_wmi_vdev_create()
11412 link_num_param->vdev_subtype = in ath12k_wmi_send_mlo_link_set_active_cmd()
11413 cpu_to_le32(arg->link_num[i].vdev_subtype); in ath12k_wmi_send_mlo_link_set_active_cmd()
11420 arg->link_num[i].vdev_subtype, in ath12k_wmi_send_mlo_link_set_active_cmd()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h585 enum wmi_vdev_subtype vdev_subtype; member
H A Dcore.c2910 int vdev_subtype; in ath10k_core_reset_rx_filter() local
2915 vdev_subtype = ath10k_wmi_get_vdev_subtype(ar, WMI_VDEV_SUBTYPE_NONE); in ath10k_core_reset_rx_filter()
2918 ret = ath10k_wmi_vdev_create(ar, vdev_id, vdev_type, vdev_subtype, in ath10k_core_reset_rx_filter()
H A Dmac.c5621 arvif->vdev_subtype = in ath10k_add_interface()
5627 arvif->vdev_subtype = ath10k_wmi_get_vdev_subtype in ath10k_add_interface()
5634 arvif->vdev_subtype = ath10k_wmi_get_vdev_subtype in ath10k_add_interface()
5642 arvif->vdev_subtype = ath10k_wmi_get_vdev_subtype in ath10k_add_interface()
5655 arvif->vdev_subtype = ath10k_wmi_get_vdev_subtype in ath10k_add_interface()
5731 arvif->vdev_id, arvif->vdev_type, arvif->vdev_subtype, in ath10k_add_interface()
5735 arvif->vdev_subtype, vif->addr); in ath10k_add_interface()
H A Dwmi-tlv.c2238 enum wmi_vdev_subtype vdev_subtype, in ath10k_wmi_tlv_op_gen_vdev_create() argument
2255 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.c7266 cmd->vdev_subtype = __cpu_to_le32(subtype); in ath10k_wmi_op_gen_vdev_create()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.h387 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()
3501 arvif->vdev_subtype == WMI_VDEV_SUBTYPE_NONE && in ath11k_mac_supports_station_tpc()
6838 params->subtype = arvif->vdev_subtype; in ath11k_mac_setup_vdev_create_params()
7134 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_NONE; in ath11k_mac_op_add_interface()
7141 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_CLIENT; in ath11k_mac_op_add_interface()
7144 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_MESH_11S; in ath11k_mac_op_add_interface()
7149 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_GO; in ath11k_mac_op_add_interface()
7157 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_DEVICE; in ath11k_mac_op_add_interface()
7166 arvif->vdev_id, arvif->vdev_type, arvif->vdev_subtype, in ath11k_mac_op_add_interface()
H A Dwmi.h2632 u32 vdev_subtype; member
H A Dwmi.c800 cmd->vdev_subtype = param->subtype; in ath11k_wmi_vdev_create()