Searched refs:qbman_eq_desc (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/include/fsl-mc/ |
H A D | fsl_qbman_portal.h | 109 struct qbman_eq_desc { struct 115 void qbman_eq_desc_clear(struct qbman_eq_desc *); argument 127 void qbman_eq_desc_set_no_orp(struct qbman_eq_desc *, int respond_success); 128 void qbman_eq_desc_set_response(struct qbman_eq_desc *, 135 void qbman_eq_desc_set_token(struct qbman_eq_desc *, uint8_t token); 143 void qbman_eq_desc_set_fq(struct qbman_eq_desc *, uint32_t fqid); 144 void qbman_eq_desc_set_qd(struct qbman_eq_desc *, uint32_t qdid, 149 int qbman_swp_enqueue(struct qbman_swp *, const struct qbman_eq_desc *,
|
/openbmc/linux/drivers/soc/fsl/dpio/ |
H A 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 …]
|
H A 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 …]
|
H A 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(32, sizeof(struct qbman_eq_desc), GFP_KERNEL); in dpaa2_io_service_enqueue_multiple_desc_fq() 564 struct qbman_eq_desc ed; in dpaa2_io_service_enqueue_qd()
|
/openbmc/u-boot/drivers/net/fsl-mc/dpio/ |
H A D | qbman_portal.c | 193 void qbman_eq_desc_clear(struct qbman_eq_desc *d) in qbman_eq_desc_clear() 198 void qbman_eq_desc_set_no_orp(struct qbman_eq_desc *d, int respond_success) in qbman_eq_desc_set_no_orp() 208 void qbman_eq_desc_set_response(struct qbman_eq_desc *d, in qbman_eq_desc_set_response() 219 void qbman_eq_desc_set_qd(struct qbman_eq_desc *d, uint32_t qdid, in qbman_eq_desc_set_qd() 234 int qbman_swp_enqueue(struct qbman_swp *s, const struct qbman_eq_desc *d, in qbman_swp_enqueue()
|
/openbmc/u-boot/drivers/net/ldpaa_eth/ |
H A D | ldpaa_eth.c | 333 struct qbman_eq_desc ed; in ldpaa_eth_tx()
|