Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dsc/src/
H A D__wlan_dsc.h283 QDF_STATUS __dsc_trans_queue(struct dsc_trans *trans, struct dsc_tran *tran,
H A Dwlan_dsc_driver.c194 status = __dsc_trans_queue(&driver->trans, &tran, desc); in __dsc_driver_trans_start_wait()
H A D__wlan_dsc.c319 QDF_STATUS __dsc_trans_queue(struct dsc_trans *trans, struct dsc_tran *tran, in __dsc_trans_queue() function
H A Dwlan_dsc_psoc.c224 status = __dsc_trans_queue(&psoc->trans, &tran, desc); in __dsc_psoc_trans_start_wait()
H A Dwlan_dsc_vdev.c256 status = __dsc_trans_queue(&vdev->trans, &tran, desc); in __dsc_vdev_trans_start_wait()