Searched refs:qbman_eq_desc_set_fq (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/fsl/dpio/ |
H A D | dpio-service.c | 433 qbman_eq_desc_set_fq(&ed, fqid); in dpaa2_io_service_enqueue_fq() 463 qbman_eq_desc_set_fq(&ed, fqid); in dpaa2_io_service_enqueue_multiple_fq() 501 qbman_eq_desc_set_fq(&ed[i], fqid[i]); in dpaa2_io_service_enqueue_multiple_desc_fq()
|
H A D | qbman-portal.h | 219 void qbman_eq_desc_set_fq(struct qbman_eq_desc *d, u32 fqid);
|
H A D | qbman-portal.c | 545 * qbman_eq_desc_set_fq() - set the FQ for the enqueue command 549 void qbman_eq_desc_set_fq(struct qbman_eq_desc *d, u32 fqid) in qbman_eq_desc_set_fq() function
|
/kernel/linux/linux-6.6/drivers/soc/fsl/dpio/ |
H A D | dpio-service.c | 471 qbman_eq_desc_set_fq(&ed, fqid); in dpaa2_io_service_enqueue_fq() 501 qbman_eq_desc_set_fq(&ed, fqid); in dpaa2_io_service_enqueue_multiple_fq() 539 qbman_eq_desc_set_fq(&ed[i], fqid[i]); in dpaa2_io_service_enqueue_multiple_desc_fq()
|
H A D | qbman-portal.h | 226 void qbman_eq_desc_set_fq(struct qbman_eq_desc *d, u32 fqid);
|
H A D | qbman-portal.c | 550 * qbman_eq_desc_set_fq() - set the FQ for the enqueue command 554 void qbman_eq_desc_set_fq(struct qbman_eq_desc *d, u32 fqid) in qbman_eq_desc_set_fq() function
|
Completed in 12 milliseconds