Home
last modified time | relevance | path

Searched refs:find_peer_exist_on_other_vdev (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_peer_ops.h182 if (soc->ops->peer_ops->find_peer_exist_on_other_vdev) in cdp_find_peer_exist_on_other_vdev()
183 return soc->ops->peer_ops->find_peer_exist_on_other_vdev( in cdp_find_peer_exist_on_other_vdev()
Dcdp_txrx_ops.h1991 bool (*find_peer_exist_on_other_vdev)(struct cdp_soc_t *soc, member
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_txrx.c6349 .find_peer_exist_on_other_vdev = ol_txrx_find_peer_exist_on_other_vdev,
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_main.c13518 .find_peer_exist_on_other_vdev = dp_find_peer_exist_on_other_vdev,