Searched refs:vdev_subtype (Results 1 – 14 of 14) sorted by relevance
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | core.h | 214 enum wmi_vdev_subtype vdev_subtype; member
|
| H A D | mac.c | 5177 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 D | wmi.h | 2709 __le32 vdev_subtype; member
|
| H A D | wmi.c | 837 cmd->vdev_subtype = cpu_to_le32(args->subtype); in ath12k_wmi_vdev_create()
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | core.h | 585 enum wmi_vdev_subtype vdev_subtype; member
|
| H A D | core.c | 2912 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 D | mac.c | 5623 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 D | wmi-tlv.c | 2238 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 D | wmi.h | 4874 __le32 vdev_subtype; member
|
| H A D | wmi.c | 7266 cmd->vdev_subtype = __cpu_to_le32(subtype); in ath10k_wmi_op_gen_vdev_create()
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | core.h | 386 enum wmi_vdev_subtype vdev_subtype; member
|
| H A D | mac.c | 1505 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 D | wmi.h | 2625 u32 vdev_subtype; member
|
| H A D | wmi.c | 788 cmd->vdev_subtype = param->subtype; in ath11k_wmi_vdev_create()
|