Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dcore.h723 unsigned long long allocated_vdev_map; member
H A Dmac.c604 (pdev->ar->allocated_vdev_map & (1LL << vdev_id))) { in ath11k_mac_get_arvif_by_vdev_id()
622 if (pdev->ar->allocated_vdev_map & (1LL << vdev_id)) in ath11k_mac_get_ar_by_vdev_id()
1095 ar->allocated_vdev_map |= 1LL << ar->monitor_vdev_id; in ath11k_mac_monitor_vdev_create()
1138 ar->allocated_vdev_map &= ~(1LL << ar->monitor_vdev_id); in ath11k_mac_monitor_vdev_delete()
6044 if (ar->allocated_vdev_map & (1LL << arvif->vdev_id)) { in ath11k_mgmt_over_wmi_tx_work()
6298 ar->allocated_vdev_map = 0; in ath11k_mac_op_start()
6650 ar->allocated_vdev_map &= ~(1LL << arvif->vdev_id); in ath11k_mac_vdev_delete()
6781 ar->allocated_vdev_map |= 1LL << arvif->vdev_id; in ath11k_mac_op_add_interface()
H A Dcore.c2057 ar->allocated_vdev_map = 0; in ath11k_core_halt()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dcore.h687 unsigned long long allocated_vdev_map; member
H A Dmac.c729 (pdev->ar->allocated_vdev_map & (1LL << vdev_id))) { in ath12k_mac_get_arvif_by_vdev_id()
747 if (pdev->ar->allocated_vdev_map & (1LL << vdev_id)) in ath12k_mac_get_ar_by_vdev_id()
1293 ar->allocated_vdev_map |= 1LL << ar->monitor_vdev_id; in ath12k_mac_monitor_vdev_create()
1327 ar->allocated_vdev_map &= ~(1LL << ar->monitor_vdev_id); in ath12k_mac_monitor_vdev_delete()
7135 if (ar->allocated_vdev_map & (1LL << arvif->vdev_id)) { in ath12k_mgmt_over_wmi_tx_work()
7602 ar->allocated_vdev_map = 0; in ath12k_mac_start()
8172 ar->allocated_vdev_map |= 1LL << arvif->vdev_id; in ath12k_mac_vdev_create()
8296 ar->allocated_vdev_map &= ~(1LL << arvif->vdev_id); in ath12k_mac_vdev_create()
8563 ar->allocated_vdev_map &= ~(1LL << arvif->vdev_id); in ath12k_mac_vdev_delete()
H A Dcore.c1254 ar->allocated_vdev_map = 0; in ath12k_core_halt()