Searched refs:qman_fq (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.h38 struct qman_fq fq_base;
51 struct qman_fq rx_defq;
52 struct qman_fq tx_defq;
53 struct qman_fq rx_errq;
54 struct qman_fq tx_errq;
55 struct qman_fq egress_ern;
145 struct qman_fq *egress_fqs[DPAA_ETH_TXQ_NUM];
146 struct qman_fq *conf_fqs[DPAA_ETH_TXQ_NUM];
H A Ddpaa_eth_trace.h32 struct qman_fq *fq,
78 struct qman_fq *fq,
88 struct qman_fq *fq,
98 struct qman_fq *fq,
H A Ddpaa_eth.c909 const struct qman_fq *template)
921 const struct qman_fq *template)
1003 struct qman_fq *tx_fq)
1017 struct qman_fq *confq = NULL;
1020 struct qman_fq *fq;
1139 DIV_ROUND_UP(sizeof(struct qman_fq),
1176 static int dpaa_fq_free_entry(struct device *dev, struct qman_fq *fq)
1220 error = dpaa_fq_free_entry(dev, (struct qman_fq *)dpaa_fq);
2092 struct qman_fq *egress_fq;
2467 struct qman_fq *f
[all...]
/linux-master/drivers/soc/fsl/qbman/
H A Dqman_test_api.c47 struct qman_fq *,
50 static void cb_ern(struct qman_portal *, struct qman_fq *,
52 static void cb_fqs(struct qman_portal *, struct qman_fq *,
56 static struct qman_fq fq_base = {
106 static int do_enqueues(struct qman_fq *fq)
126 struct qman_fq *fq = &fq_base;
211 struct qman_fq *fq,
227 static void cb_ern(struct qman_portal *p, struct qman_fq *fq,
234 static void cb_fqs(struct qman_portal *p, struct qman_fq *fq,
H A Dqman.c957 static inline void fq_set(struct qman_fq *fq, u32 mask)
962 static inline void fq_clear(struct qman_fq *fq, u32 mask)
967 static inline int fq_isset(struct qman_fq *fq, u32 mask)
972 static inline int fq_isclear(struct qman_fq *fq, u32 mask)
985 struct qman_fq *vdqcr_owned;
1102 static struct qman_fq **fq_table;
1109 fq_table = vzalloc(array3_size(sizeof(struct qman_fq *),
1119 static struct qman_fq *idx_to_fq(u32 idx)
1121 struct qman_fq *fq;
1137 static struct qman_fq *fqid_to_f
[all...]
H A Dqman_test_stash.c139 struct qman_fq rx;
141 struct qman_fq tx;
277 struct qman_fq *fq,
296 struct qman_fq *fq,
H A Dqman_priv.h216 int qman_query_fq(struct qman_fq *fq, struct qm_fqd *fqd);
/linux-master/drivers/crypto/caam/
H A Dqi.h68 struct qman_fq *req_fq;
69 struct qman_fq *rsp_fq;
H A Dqi.c61 struct qman_fq *rsp_fq;
142 static void caam_fq_ern_cb(struct qman_portal *qm, struct qman_fq *fq,
175 static struct qman_fq *create_caam_req_fq(struct device *qidev,
176 struct qman_fq *rsp_fq,
181 struct qman_fq *req_fq;
225 static int empty_retired_fq(struct device *qidev, struct qman_fq *fq)
248 static int kill_fq(struct device *qidev, struct qman_fq *fq)
293 static int empty_caam_fq(struct qman_fq *fq, struct caam_drv_ctx *drv_ctx)
330 struct qman_fq *new_fq, *old_fq;
569 struct qman_fq *rsp_f
[all...]
/linux-master/include/soc/fsl/
H A Dqman.h658 struct qman_fq;
691 struct qman_fq *fq,
699 typedef void (*qman_cb_mr)(struct qman_portal *qm, struct qman_fq *fq,
729 * Frame queue objects (struct qman_fq) are stored within memory passed to
735 * (a) extend the qman_fq structure with their state; eg.
739 * struct qman_fq base;
743 * struct qman_fq *fq = qman_create_fq(fqid, flags, &myfq->base);
761 struct qman_fq { struct
767 * sizeof(qman_fq) being a constant).
960 * qman_fq" fo
[all...]

Completed in 262 milliseconds