Home
last modified time | relevance | path

Searched refs:allocated_vdev_map (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h697 unsigned long long allocated_vdev_map; member
H A Dmac.c822 (pdev->ar->allocated_vdev_map & (1LL << vdev_id))) { in ath12k_mac_get_arvif_by_vdev_id()
840 if (pdev->ar->allocated_vdev_map & (1LL << vdev_id)) in ath12k_mac_get_ar_by_vdev_id()
1466 ar->allocated_vdev_map &= ~(1LL << ar->monitor_vdev_id); in ath12k_mac_monitor_vdev_delete()
9481 if (ar->allocated_vdev_map & (1LL << arvif->vdev_id)) { in ath12k_mgmt_over_wmi_tx_work()
9820 ar->allocated_vdev_map = 0; in ath12k_mac_start()
10494 ar->allocated_vdev_map |= 1LL << arvif->vdev_id; in ath12k_mac_vdev_create()
10663 ar->allocated_vdev_map &= ~(1LL << arvif->vdev_id); in ath12k_mac_vdev_create()
10951 ar->allocated_vdev_map &= ~(1LL << arvif->vdev_id); in ath12k_mac_vdev_delete()
H A Dcore.c1443 ar->allocated_vdev_map = 0; in ath12k_core_halt()
/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.c2373 ar->allocated_vdev_map = 0; in ath11k_core_halt()