Searched refs:vdev_subtype (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/net/wireless/ath/ath12k/ |
| A D | wow.c | 34 return (arvif->vdev_subtype == WMI_VDEV_SUBTYPE_P2P_DEVICE || in ath12k_wow_is_p2p_vdev() 35 arvif->vdev_subtype == WMI_VDEV_SUBTYPE_P2P_CLIENT || in ath12k_wow_is_p2p_vdev() 36 arvif->vdev_subtype == WMI_VDEV_SUBTYPE_P2P_GO); in ath12k_wow_is_p2p_vdev()
|
| A D | core.h | 244 enum wmi_vdev_subtype vdev_subtype; member
|
| A D | mac.c | 6269 arg->subtype = arvif->vdev_subtype; in ath12k_mac_setup_vdev_create_arg() 6438 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_NONE; in ath12k_mac_vdev_create() 6446 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_CLIENT; in ath12k_mac_vdev_create() 6450 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_MESH_11S; in ath12k_mac_vdev_create() 6456 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_GO; in ath12k_mac_vdev_create() 6465 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_DEVICE; in ath12k_mac_vdev_create() 6473 arvif->vdev_id, arvif->vdev_type, arvif->vdev_subtype, in ath12k_mac_vdev_create() 8322 arvif->vdev_subtype == WMI_VDEV_SUBTYPE_NONE) { in ath12k_mac_op_reconfig_complete()
|
| A D | wmi.h | 2752 __le32 vdev_subtype; member
|
| A D | wmi.c | 845 cmd->vdev_subtype = cpu_to_le32(args->subtype); in ath12k_wmi_vdev_create()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| A D | core.h | 578 enum wmi_vdev_subtype vdev_subtype; member
|
| A D | core.c | 2789 int vdev_subtype; in ath10k_core_reset_rx_filter() local 2794 vdev_subtype = ath10k_wmi_get_vdev_subtype(ar, WMI_VDEV_SUBTYPE_NONE); in ath10k_core_reset_rx_filter() 2797 ret = ath10k_wmi_vdev_create(ar, vdev_id, vdev_type, vdev_subtype, in ath10k_core_reset_rx_filter()
|
| A D | mac.c | 5577 arvif->vdev_subtype = in ath10k_add_interface() 5583 arvif->vdev_subtype = ath10k_wmi_get_vdev_subtype in ath10k_add_interface() 5590 arvif->vdev_subtype = ath10k_wmi_get_vdev_subtype in ath10k_add_interface() 5598 arvif->vdev_subtype = ath10k_wmi_get_vdev_subtype in ath10k_add_interface() 5611 arvif->vdev_subtype = ath10k_wmi_get_vdev_subtype in ath10k_add_interface() 5687 arvif->vdev_id, arvif->vdev_type, arvif->vdev_subtype, in ath10k_add_interface() 5691 arvif->vdev_subtype, vif->addr); in ath10k_add_interface()
|
| A D | wmi-tlv.c | 2136 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 D | wmi.h | 4874 __le32 vdev_subtype; member
|
| A D | wmi.c | 7149 cmd->vdev_subtype = __cpu_to_le32(subtype); in ath10k_wmi_op_gen_vdev_create()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| A D | core.h | 361 enum wmi_vdev_subtype vdev_subtype; member
|
| A D | mac.c | 1505 if (arvif->vdev_subtype != WMI_VDEV_SUBTYPE_P2P_GO) in ath11k_mac_set_vif_params() 3489 arvif->vdev_subtype == WMI_VDEV_SUBTYPE_NONE && in ath11k_mac_supports_station_tpc() 6372 params->subtype = arvif->vdev_subtype; in ath11k_mac_setup_vdev_create_params() 6668 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_NONE; in ath11k_mac_op_add_interface() 6675 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_CLIENT; in ath11k_mac_op_add_interface() 6678 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_MESH_11S; in ath11k_mac_op_add_interface() 6683 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_GO; in ath11k_mac_op_add_interface() 6691 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_DEVICE; in ath11k_mac_op_add_interface() 6700 arvif->vdev_id, arvif->vdev_type, arvif->vdev_subtype, in ath11k_mac_op_add_interface()
|
| A D | wmi.h | 2622 u32 vdev_subtype; member
|
| A D | wmi.c | 733 cmd->vdev_subtype = param->subtype; in ath11k_wmi_vdev_create()
|
Completed in 230 milliseconds