Home
last modified time | relevance | path

Searched refs:txrx_vdev_detach (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
H A Ddp_li.c685 arch_ops->txrx_vdev_detach = dp_vdev_detach_li; in dp_initialize_arch_ops_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh.c971 arch_ops->txrx_vdev_detach = dp_vdev_detach_rh; in dp_initialize_arch_ops_rh()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_cmn.h358 !soc->ops->cmn_drv_ops->txrx_vdev_detach) in cdp_vdev_detach()
361 return soc->ops->cmn_drv_ops->txrx_vdev_detach(soc, vdev_id, in cdp_vdev_detach()
H A Dcdp_txrx_ops.h224 (*txrx_vdev_detach)(struct cdp_soc_t *cdp_soc, uint8_t vdev_id, member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_types.h2328 QDF_STATUS (*txrx_vdev_detach)(struct dp_soc *soc, member
H A Ddp_main.c5261 soc->arch_ops.txrx_vdev_detach(soc, vdev); in dp_vdev_detach_wifi3()
12337 .txrx_vdev_detach = dp_vdev_detach_wifi3,
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be.c3653 arch_ops->txrx_vdev_detach = dp_vdev_detach_be; in dp_initialize_arch_ops_be()
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx.c6164 .txrx_vdev_detach = ol_txrx_vdev_detach,