Searched refs:qbman_eq_desc (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/fsl-mc/ |
| H A D | fsl_qbman_portal.h | 110 struct qbman_eq_desc { struct 116 void qbman_eq_desc_clear(struct qbman_eq_desc *); argument 128 void qbman_eq_desc_set_no_orp(struct qbman_eq_desc *, int respond_success); 129 void qbman_eq_desc_set_response(struct qbman_eq_desc *, 136 void qbman_eq_desc_set_token(struct qbman_eq_desc *, uint8_t token); 144 void qbman_eq_desc_set_fq(struct qbman_eq_desc *, uint32_t fqid); 145 void qbman_eq_desc_set_qd(struct qbman_eq_desc *, uint32_t qdid, 150 int qbman_swp_enqueue(struct qbman_swp *, const struct qbman_eq_desc *,
|
| /OK3568_Linux_fs/kernel/drivers/soc/fsl/dpio/ |
| H A 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 …]
|
| H A 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 …]
|
| H A 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()
|
| /OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/dpio/ |
| H A D | qbman_portal.c | 194 void qbman_eq_desc_clear(struct qbman_eq_desc *d) in qbman_eq_desc_clear() 199 void qbman_eq_desc_set_no_orp(struct qbman_eq_desc *d, int respond_success) in qbman_eq_desc_set_no_orp() 209 void qbman_eq_desc_set_response(struct qbman_eq_desc *d, in qbman_eq_desc_set_response() 220 void qbman_eq_desc_set_qd(struct qbman_eq_desc *d, uint32_t qdid, in qbman_eq_desc_set_qd() 235 int qbman_swp_enqueue(struct qbman_swp *s, const struct qbman_eq_desc *d, in qbman_swp_enqueue()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ldpaa_eth/ |
| H A D | ldpaa_eth.c | 323 struct qbman_eq_desc ed; in ldpaa_eth_tx()
|