Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.h214 enum wmi_vdev_subtype vdev_subtype; member
H A Dmac.c5177 arg->subtype = arvif->vdev_subtype; in ath12k_mac_setup_vdev_create_arg()
5363 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_NONE; in ath12k_mac_op_add_interface()
5371 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_MESH_11S; in ath12k_mac_op_add_interface()
5386 arvif->vdev_id, arvif->vdev_type, arvif->vdev_subtype, in ath12k_mac_op_add_interface()
6778 arvif->vdev_subtype == WMI_VDEV_SUBTYPE_NONE) { in ath12k_mac_op_reconfig_complete()
H A Dwmi.h2709 __le32 vdev_subtype; member
H A Dwmi.c837 cmd->vdev_subtype = cpu_to_le32(args->subtype); in ath12k_wmi_vdev_create()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h585 enum wmi_vdev_subtype vdev_subtype; member
H A Dcore.c2912 int vdev_subtype; in ath10k_core_reset_rx_filter() local
2917 vdev_subtype = ath10k_wmi_get_vdev_subtype(ar, WMI_VDEV_SUBTYPE_NONE); in ath10k_core_reset_rx_filter()
2920 ret = ath10k_wmi_vdev_create(ar, vdev_id, vdev_type, vdev_subtype, in ath10k_core_reset_rx_filter()
H A Dmac.c5623 arvif->vdev_subtype = in ath10k_add_interface()
5629 arvif->vdev_subtype = ath10k_wmi_get_vdev_subtype in ath10k_add_interface()
5636 arvif->vdev_subtype = ath10k_wmi_get_vdev_subtype in ath10k_add_interface()
5644 arvif->vdev_subtype = ath10k_wmi_get_vdev_subtype in ath10k_add_interface()
5657 arvif->vdev_subtype = ath10k_wmi_get_vdev_subtype in ath10k_add_interface()
5733 arvif->vdev_id, arvif->vdev_type, arvif->vdev_subtype, in ath10k_add_interface()
5737 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.h386 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()
3499 arvif->vdev_subtype == WMI_VDEV_SUBTYPE_NONE && in ath11k_mac_supports_station_tpc()
6513 params->subtype = arvif->vdev_subtype; in ath11k_mac_setup_vdev_create_params()
6809 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_NONE; in ath11k_mac_op_add_interface()
6816 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_CLIENT; in ath11k_mac_op_add_interface()
6819 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_MESH_11S; in ath11k_mac_op_add_interface()
6824 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_GO; in ath11k_mac_op_add_interface()
6832 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_DEVICE; in ath11k_mac_op_add_interface()
6841 arvif->vdev_id, arvif->vdev_type, arvif->vdev_subtype, in ath11k_mac_op_add_interface()
H A Dwmi.h2625 u32 vdev_subtype; member
H A Dwmi.c788 cmd->vdev_subtype = param->subtype; in ath11k_wmi_vdev_create()