Searched refs:qbman_eq_desc (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/soc/fsl/dpio/ |
| D | qbman-portal.h | 77 struct qbman_eq_desc { struct 94 struct qbman_eq_desc desc; argument 164 const struct qbman_eq_desc *d, 168 const struct qbman_eq_desc *d, 174 const struct qbman_eq_desc *d, 216 void qbman_eq_desc_clear(struct qbman_eq_desc *d); 217 void qbman_eq_desc_set_no_orp(struct qbman_eq_desc *d, int respond_success); 218 void qbman_eq_desc_set_token(struct qbman_eq_desc *d, u8 token); 219 void qbman_eq_desc_set_fq(struct qbman_eq_desc *d, u32 fqid); 220 void qbman_eq_desc_set_qd(struct qbman_eq_desc *d, u32 qdid, [all …]
|
| D | qbman-portal.c | 98 const struct qbman_eq_desc *d, 101 const struct qbman_eq_desc *d, 104 const struct qbman_eq_desc *d, 109 const struct qbman_eq_desc *d, 115 const struct qbman_eq_desc *d, 120 const struct qbman_eq_desc *d, 142 const struct qbman_eq_desc *d, 147 const struct qbman_eq_desc *d, 155 const struct qbman_eq_desc *d, 517 void qbman_eq_desc_clear(struct qbman_eq_desc *d) in qbman_eq_desc_clear() [all …]
|
| D | dpio-service.c | 425 struct qbman_eq_desc ed; in dpaa2_io_service_enqueue_fq() 455 struct qbman_eq_desc ed; in dpaa2_io_service_enqueue_multiple_fq() 485 struct qbman_eq_desc *ed; in dpaa2_io_service_enqueue_multiple_desc_fq() 488 ed = kcalloc(sizeof(struct qbman_eq_desc), 32, GFP_KERNEL); in dpaa2_io_service_enqueue_multiple_desc_fq() 526 struct qbman_eq_desc ed; in dpaa2_io_service_enqueue_qd()
|