Home
last modified time | relevance | path

Searched refs:is_vdev_restore_last_peer (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_peer_ops.h431 if (soc->ops->peer_ops->is_vdev_restore_last_peer) in cdp_peer_is_vdev_restore_last_peer()
432 return soc->ops->peer_ops->is_vdev_restore_last_peer(soc, in cdp_peer_is_vdev_restore_last_peer()
H A Dcdp_txrx_ops.h2020 bool (*is_vdev_restore_last_peer)(struct cdp_soc_t *soc, member
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx.h376 bool is_vdev_restore_last_peer(struct cdp_soc_t *soc, uint8_t vdev_id,
H A Dol_tx_hl.c1754 bool is_vdev_restore_last_peer(struct cdp_soc_t *soc_hdl, uint8_t vdev_id, function
H A Dol_txrx.c6361 .is_vdev_restore_last_peer = is_vdev_restore_last_peer,