Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
H A Ddp_li.c684 arch_ops->txrx_vdev_attach = dp_vdev_attach_li; in dp_initialize_arch_ops_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh.c970 arch_ops->txrx_vdev_attach = dp_vdev_attach_rh; in dp_initialize_arch_ops_rh()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_cmn.h285 !soc->ops->cmn_drv_ops->txrx_vdev_attach) in cdp_vdev_attach()
288 return soc->ops->cmn_drv_ops->txrx_vdev_attach(soc, pdev_id, vdev_info); in cdp_vdev_attach()
H A Dcdp_txrx_ops.h219 QDF_STATUS (*txrx_vdev_attach) member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_types.h2326 QDF_STATUS (*txrx_vdev_attach)(struct dp_soc *soc, member
H A Ddp_main.c4859 if (QDF_IS_STATUS_ERROR(soc->arch_ops.txrx_vdev_attach(soc, vdev))) in dp_vdev_attach_wifi3()
12336 .txrx_vdev_attach = dp_vdev_attach_wifi3,
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be.c3652 arch_ops->txrx_vdev_attach = dp_vdev_attach_be; in dp_initialize_arch_ops_be()
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx.c6163 .txrx_vdev_attach = ol_txrx_vdev_attach,