Searched refs:ath11k_mac_get_ar_by_vdev_id (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | mac.h | 159 struct ath11k *ath11k_mac_get_ar_by_vdev_id(struct ath11k_base *ab, u32 vdev_id);
|
H A D | wmi.c | 7615 ar = ath11k_mac_get_ar_by_vdev_id(ab, peer_del_resp.vdev_id); in ath11k_peer_delete_resp_event() 7641 ar = ath11k_mac_get_ar_by_vdev_id(ab, vdev_id); in ath11k_vdev_delete_resp_event() 7687 ar = ath11k_mac_get_ar_by_vdev_id(ab, vdev_start_resp.vdev_id); in ath11k_vdev_start_resp_event() 7782 ar = ath11k_mac_get_ar_by_vdev_id(ab, peer->vdev_id); in ath11k_wmi_event_peer_sta_ps_state_chg() 7852 ar = ath11k_mac_get_ar_by_vdev_id(ab, vdev_id); in ath11k_vdev_stopped_event() 8062 ar = ath11k_mac_get_ar_by_vdev_id(ab, scan_ev.vdev_id); in ath11k_scan_event() 8142 ar = ath11k_mac_get_ar_by_vdev_id(ab, vdev_id); in ath11k_peer_sta_kickout_event() 8181 ar = ath11k_mac_get_ar_by_vdev_id(ab, roam_ev.vdev_id); in ath11k_roam_event() 8236 ar = ath11k_mac_get_ar_by_vdev_id(ab, ch_info_ev.vdev_id); in ath11k_chan_info_event() 8379 ar = ath11k_mac_get_ar_by_vdev_id(ab, install_key_compl.vdev_id); in ath11k_vdev_install_key_compl_event() [all …]
|
H A D | mac.c | 616 struct ath11k *ath11k_mac_get_ar_by_vdev_id(struct ath11k_base *ab, u32 vdev_id) in ath11k_mac_get_ar_by_vdev_id() function
|