Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h195 enum wmi_vdev_subtype vdev_subtype; member
H A Dmac.c5186 arg->subtype = arvif->vdev_subtype; in ath12k_mac_setup_vdev_create_arg()
5372 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_NONE; in ath12k_mac_op_add_interface()
5380 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_MESH_11S; in ath12k_mac_op_add_interface()
5395 arvif->vdev_id, arvif->vdev_type, arvif->vdev_subtype, in ath12k_mac_op_add_interface()
6801 arvif->vdev_subtype == WMI_VDEV_SUBTYPE_NONE) { in ath12k_mac_op_reconfig_complete()
H A Dwmi.h2709 __le32 vdev_subtype; member
H A Dwmi.c821 cmd->vdev_subtype = cpu_to_le32(args->subtype); in ath12k_wmi_vdev_create()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h317 enum wmi_vdev_subtype vdev_subtype; member
H A Dmac.c6492 params->subtype = arvif->vdev_subtype; in ath11k_mac_setup_vdev_create_params()
6784 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_NONE; in ath11k_mac_op_add_interface()
6792 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_MESH_11S; in ath11k_mac_op_add_interface()
6807 arvif->vdev_id, arvif->vdev_type, arvif->vdev_subtype, in ath11k_mac_op_add_interface()
H A Dwmi.h2605 u32 vdev_subtype; member
H A Dwmi.c728 cmd->vdev_subtype = param->subtype; in ath11k_wmi_vdev_create()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h577 enum wmi_vdev_subtype vdev_subtype; member
H A Dcore.c2774 int vdev_subtype; in ath10k_core_reset_rx_filter() local
2779 vdev_subtype = ath10k_wmi_get_vdev_subtype(ar, WMI_VDEV_SUBTYPE_NONE); in ath10k_core_reset_rx_filter()
2782 ret = ath10k_wmi_vdev_create(ar, vdev_id, vdev_type, vdev_subtype, in ath10k_core_reset_rx_filter()
H A Dmac.c5580 arvif->vdev_subtype = in ath10k_add_interface()
5586 arvif->vdev_subtype = ath10k_wmi_get_vdev_subtype in ath10k_add_interface()
5593 arvif->vdev_subtype = ath10k_wmi_get_vdev_subtype in ath10k_add_interface()
5601 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()
5690 arvif->vdev_id, arvif->vdev_type, arvif->vdev_subtype, in ath10k_add_interface()
5694 arvif->vdev_subtype, vif->addr); in ath10k_add_interface()
H A Dwmi-tlv.c2135 enum wmi_vdev_subtype vdev_subtype, in ath10k_wmi_tlv_op_gen_vdev_create() argument
2152 cmd->vdev_subtype = __cpu_to_le32(vdev_subtype); in ath10k_wmi_tlv_op_gen_vdev_create()
H A Dwmi.h4847 __le32 vdev_subtype; member
H A Dwmi.c7149 cmd->vdev_subtype = __cpu_to_le32(subtype); in ath10k_wmi_op_gen_vdev_create()