Searched refs:ath11k_peer (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/net/wireless/ath/ath11k/ |
D | peer.c | 11 static struct ath11k_peer *ath11k_peer_find_list_by_id(struct ath11k_base *ab, in ath11k_peer_find_list_by_id() 14 struct ath11k_peer *peer; in ath11k_peer_find_list_by_id() 28 struct ath11k_peer *ath11k_peer_find(struct ath11k_base *ab, int vdev_id, in ath11k_peer_find() 31 struct ath11k_peer *peer; in ath11k_peer_find() 47 struct ath11k_peer *ath11k_peer_find_by_addr(struct ath11k_base *ab, in ath11k_peer_find_by_addr() 50 struct ath11k_peer *peer; in ath11k_peer_find_by_addr() 63 struct ath11k_peer *ath11k_peer_find_by_id(struct ath11k_base *ab, in ath11k_peer_find_by_id() 66 struct ath11k_peer *peer; in ath11k_peer_find_by_id() 79 struct ath11k_peer *ath11k_peer_find_by_vdev_id(struct ath11k_base *ab, in ath11k_peer_find_by_vdev_id() 82 struct ath11k_peer *peer; in ath11k_peer_find_by_vdev_id() [all …]
|
D | peer.h | 10 struct ath11k_peer { struct 43 struct ath11k_peer *ath11k_peer_find(struct ath11k_base *ab, int vdev_id, argument 45 struct ath11k_peer *ath11k_peer_find_by_addr(struct ath11k_base *ab, 47 struct ath11k_peer *ath11k_peer_find_by_id(struct ath11k_base *ab, int peer_id); 54 struct ath11k_peer *ath11k_peer_find_by_vdev_id(struct ath11k_base *ab, 58 int ath11k_peer_rhash_delete(struct ath11k_base *ab, struct ath11k_peer *peer);
|
D | dp_rx.h | 52 void ath11k_peer_frags_flush(struct ath11k *ar, struct ath11k_peer *peer); 53 void ath11k_peer_rx_tid_cleanup(struct ath11k *ar, struct ath11k_peer *peer); 55 struct ath11k_peer *peer, u8 tid);
|
D | dp_rx.c | 821 struct ath11k_peer *peer, u8 tid) in ath11k_peer_rx_tid_delete() 901 void ath11k_peer_frags_flush(struct ath11k *ar, struct ath11k_peer *peer) in ath11k_peer_frags_flush() 919 void ath11k_peer_rx_tid_cleanup(struct ath11k *ar, struct ath11k_peer *peer) in ath11k_peer_rx_tid_cleanup() 939 struct ath11k_peer *peer, in ath11k_peer_rx_tid_reo_update() 975 struct ath11k_peer *peer; in ath11k_dp_rx_tid_mem_free() 1005 struct ath11k_peer *peer; in ath11k_peer_rx_tid_setup() 1119 struct ath11k_peer *peer; in ath11k_dp_rx_ampdu_stop() 1169 struct ath11k_peer *peer; in ath11k_dp_peer_rx_pn_replay_config() 1376 struct ath11k_peer *peer; in ath11k_update_per_peer_tx_stats() 2215 static struct ath11k_peer * [all …]
|
D | dp.c | 25 struct ath11k_peer *peer; in ath11k_dp_peer_cleanup() 46 struct ath11k_peer *peer; in ath11k_dp_peer_setup()
|
D | dp_tx.c | 423 struct ath11k_peer *peer; in ath11k_dp_tx_update_txcompl() 524 struct ath11k_peer *peer; in ath11k_dp_tx_complete_msdu()
|
D | dp.h | 15 struct ath11k_peer;
|
D | mac.c | 873 struct ath11k_peer *peer, *tmp; in ath11k_mac_peer_cleanup_all() 2706 struct ath11k_peer *peer; in ath11k_bss_assoc() 3796 struct ath11k_peer *peer; in ath11k_clear_peer_keys() 3840 struct ath11k_peer *peer; in ath11k_mac_op_set_key() 4579 struct ath11k_peer *peer; in ath11k_mac_op_sta_state() 4760 struct ath11k_peer *peer; in ath11k_mac_op_sta_rc_update() 7190 struct ath11k_peer *peer; in ath11k_mac_op_unassign_vif_chanctx() 7772 struct ath11k_peer *peer, *tmp; in ath11k_mac_validate_vht_he_fixed_rate_settings()
|
D | wmi.c | 6810 struct ath11k_peer *peer; in ath11k_wmi_event_peer_sta_ps_state_chg() 7182 struct ath11k_peer *peer; in ath11k_peer_sta_kickout_event()
|