Home
last modified time | relevance | path

Searched refs:ath12k_mac_get_ar_by_vdev_id (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.h67 struct ath12k *ath12k_mac_get_ar_by_vdev_id(struct ath12k_base *ab, u32 vdev_id);
H A Dwmi.c5813 ar = ath12k_mac_get_ar_by_vdev_id(ab, le32_to_cpu(peer_del_resp.vdev_id)); in ath12k_peer_delete_resp_event()
5839 ar = ath12k_mac_get_ar_by_vdev_id(ab, vdev_id); in ath12k_vdev_delete_resp_event()
5883 ar = ath12k_mac_get_ar_by_vdev_id(ab, le32_to_cpu(vdev_start_resp.vdev_id)); in ath12k_vdev_start_resp_event()
5931 ar = ath12k_mac_get_ar_by_vdev_id(ab, vdev_id); in ath12k_vdev_stopped_event()
6134 ar = ath12k_mac_get_ar_by_vdev_id(ab, le32_to_cpu(scan_ev.vdev_id)); in ath12k_scan_event()
6212 ar = ath12k_mac_get_ar_by_vdev_id(ab, peer->vdev_id); in ath12k_peer_sta_kickout_event()
6252 ar = ath12k_mac_get_ar_by_vdev_id(ab, le32_to_cpu(roam_ev.vdev_id)); in ath12k_roam_event()
6310 ar = ath12k_mac_get_ar_by_vdev_id(ab, le32_to_cpu(ch_info_ev.vdev_id)); in ath12k_chan_info_event()
6454 ar = ath12k_mac_get_ar_by_vdev_id(ab, install_key_compl.vdev_id); in ath12k_vdev_install_key_compl_event()
6569 ar = ath12k_mac_get_ar_by_vdev_id(ab, peer_assoc_conf.vdev_id); in ath12k_peer_assoc_conf_event()
H A Dmac.c571 struct ath12k *ath12k_mac_get_ar_by_vdev_id(struct ath12k_base *ab, u32 vdev_id) in ath12k_mac_get_ar_by_vdev_id() function