Searched refs:qbman_eq_desc (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/soc/fsl/dpio/ |
D | qbman-portal.h | 79 struct qbman_eq_desc { struct 96 struct qbman_eq_desc desc; argument 171 const struct qbman_eq_desc *d, 175 const struct qbman_eq_desc *d, 181 const struct qbman_eq_desc *d, 223 void qbman_eq_desc_clear(struct qbman_eq_desc *d); 224 void qbman_eq_desc_set_no_orp(struct qbman_eq_desc *d, int respond_success); 225 void qbman_eq_desc_set_token(struct qbman_eq_desc *d, u8 token); 226 void qbman_eq_desc_set_fq(struct qbman_eq_desc *d, u32 fqid); 227 void qbman_eq_desc_set_qd(struct qbman_eq_desc *d, u32 qdid, [all …]
|
D | qbman-portal.c | 100 const struct qbman_eq_desc *d, 103 const struct qbman_eq_desc *d, 106 const struct qbman_eq_desc *d, 111 const struct qbman_eq_desc *d, 117 const struct qbman_eq_desc *d, 122 const struct qbman_eq_desc *d, 144 const struct qbman_eq_desc *d, 149 const struct qbman_eq_desc *d, 157 const struct qbman_eq_desc *d, 522 void qbman_eq_desc_clear(struct qbman_eq_desc *d) in qbman_eq_desc_clear() [all …]
|
D | dpio-service.c | 463 struct qbman_eq_desc ed; in dpaa2_io_service_enqueue_fq() 493 struct qbman_eq_desc ed; in dpaa2_io_service_enqueue_multiple_fq() 523 struct qbman_eq_desc *ed; in dpaa2_io_service_enqueue_multiple_desc_fq() 526 ed = kcalloc(sizeof(struct qbman_eq_desc), 32, GFP_KERNEL); in dpaa2_io_service_enqueue_multiple_desc_fq() 564 struct qbman_eq_desc ed; in dpaa2_io_service_enqueue_qd()
|