Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath12k/
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()
A Dmac.c3751 ahvif->vdev_subtype == WMI_VDEV_SUBTYPE_NONE) in ath12k_bss_assoc()
3923 ahvif->vdev_subtype == WMI_VDEV_SUBTYPE_NONE) in ath12k_mac_remove_link_interface()
4214 ahvif->vdev_subtype == WMI_VDEV_SUBTYPE_NONE && in ath12k_mac_supports_tpc()
5171 ahvif->vdev_subtype == WMI_VDEV_SUBTYPE_NONE) in ath12k_mac_initiate_hw_scan()
9413 arg->subtype = ahvif->vdev_subtype; in ath12k_mac_setup_vdev_create_arg()
9644 ahvif->vdev_subtype = WMI_VDEV_SUBTYPE_NONE; in ath12k_mac_determine_vdev_type()
9652 ahvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_CLIENT; in ath12k_mac_determine_vdev_type()
9656 ahvif->vdev_subtype = WMI_VDEV_SUBTYPE_MESH_11S; in ath12k_mac_determine_vdev_type()
9662 ahvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_GO; in ath12k_mac_determine_vdev_type()
9670 ahvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_DEVICE; in ath12k_mac_determine_vdev_type()
[all …]
A Dcore.h359 enum wmi_vdev_subtype vdev_subtype; member
A Dwmi.h2881 __le32 vdev_subtype; member
6152 __le32 vdev_subtype; member
6190 u32 vdev_subtype; member
A Dwmi.c946 cmd->vdev_subtype = cpu_to_le32(args->subtype); in ath12k_wmi_vdev_create()
10946 link_num_param->vdev_subtype = in ath12k_wmi_send_mlo_link_set_active_cmd()
10947 cpu_to_le32(arg->link_num[i].vdev_subtype); in ath12k_wmi_send_mlo_link_set_active_cmd()
10954 arg->link_num[i].vdev_subtype, in ath12k_wmi_send_mlo_link_set_active_cmd()
/drivers/net/wireless/ath/ath10k/
A Dcore.h581 enum wmi_vdev_subtype vdev_subtype; member
A Dcore.c2836 int vdev_subtype; in ath10k_core_reset_rx_filter() local
2841 vdev_subtype = ath10k_wmi_get_vdev_subtype(ar, WMI_VDEV_SUBTYPE_NONE); in ath10k_core_reset_rx_filter()
2844 ret = ath10k_wmi_vdev_create(ar, vdev_id, vdev_type, vdev_subtype, in ath10k_core_reset_rx_filter()
A Dmac.c5601 arvif->vdev_subtype = in ath10k_add_interface()
5607 arvif->vdev_subtype = ath10k_wmi_get_vdev_subtype in ath10k_add_interface()
5614 arvif->vdev_subtype = ath10k_wmi_get_vdev_subtype in ath10k_add_interface()
5622 arvif->vdev_subtype = ath10k_wmi_get_vdev_subtype in ath10k_add_interface()
5635 arvif->vdev_subtype = ath10k_wmi_get_vdev_subtype in ath10k_add_interface()
5711 arvif->vdev_id, arvif->vdev_type, arvif->vdev_subtype, in ath10k_add_interface()
5715 arvif->vdev_subtype, vif->addr); in ath10k_add_interface()
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()
A Dwmi.h4874 __le32 vdev_subtype; member
A Dwmi.c7155 cmd->vdev_subtype = __cpu_to_le32(subtype); in ath10k_wmi_op_gen_vdev_create()
/drivers/net/wireless/ath/ath11k/
A Dmac.c1505 if (arvif->vdev_subtype != WMI_VDEV_SUBTYPE_P2P_GO) in ath11k_mac_set_vif_params()
3499 arvif->vdev_subtype == WMI_VDEV_SUBTYPE_NONE && in ath11k_mac_supports_station_tpc()
6435 params->subtype = arvif->vdev_subtype; in ath11k_mac_setup_vdev_create_params()
6731 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_NONE; in ath11k_mac_op_add_interface()
6738 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_CLIENT; in ath11k_mac_op_add_interface()
6741 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_MESH_11S; in ath11k_mac_op_add_interface()
6746 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_GO; in ath11k_mac_op_add_interface()
6754 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_DEVICE; in ath11k_mac_op_add_interface()
6763 arvif->vdev_id, arvif->vdev_type, arvif->vdev_subtype, in ath11k_mac_op_add_interface()
A Dcore.h363 enum wmi_vdev_subtype vdev_subtype; member
A Dwmi.h2622 u32 vdev_subtype; member
A Dwmi.c733 cmd->vdev_subtype = param->subtype; in ath11k_wmi_vdev_create()

Completed in 1053 milliseconds