Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_peer.h1639 if (soc->arch_ops.mlo_peer_find_hash_find) in dp_mld_peer_find_hash_find()
1640 return soc->arch_ops.mlo_peer_find_hash_find(soc, in dp_mld_peer_find_hash_find()
Ddp_types.h2460 struct dp_peer *(*mlo_peer_find_hash_find)(struct dp_soc *soc, member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be.c3458 arch_ops->mlo_peer_find_hash_find = dp_mlo_peer_find_hash_find_be; in dp_initialize_arch_ops_be_mlo()