Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.h63 struct qman_fq fq_base;
75 struct qman_fq rx_defq;
76 struct qman_fq tx_defq;
77 struct qman_fq rx_errq;
78 struct qman_fq tx_errq;
79 struct qman_fq egress_ern;
155 struct qman_fq *egress_fqs[DPAA_ETH_TXQ_NUM];
156 struct qman_fq *conf_fqs[DPAA_ETH_TXQ_NUM];
Ddpaa_eth_trace.h58 struct qman_fq *fq,
104 struct qman_fq *fq,
114 struct qman_fq *fq,
124 struct qman_fq *fq,
Ddpaa_eth.c865 const struct qman_fq *template) in dpaa_setup_ingress()
877 const struct qman_fq *template) in dpaa_setup_egress()
959 struct qman_fq *tx_fq) in dpaa_tx_fq_to_id()
973 struct qman_fq *confq = NULL; in dpaa_fq_init()
976 struct qman_fq *fq; in dpaa_fq_init()
1095 DIV_ROUND_UP(sizeof(struct qman_fq), in dpaa_fq_init()
1113 static int dpaa_fq_free_entry(struct device *dev, struct qman_fq *fq) in dpaa_fq_free_entry()
1152 error = dpaa_fq_free_entry(dev, (struct qman_fq *)dpaa_fq); in dpaa_fq_free()
2022 struct qman_fq *egress_fq; in dpaa_xmit()
2220 struct qman_fq *fq, in rx_error_dqrr()
[all …]
/Linux-v4.19/drivers/soc/fsl/qbman/
Dqman_test_api.c47 struct qman_fq *,
49 static void cb_ern(struct qman_portal *, struct qman_fq *,
51 static void cb_fqs(struct qman_portal *, struct qman_fq *,
55 static struct qman_fq fq_base = {
105 static int do_enqueues(struct qman_fq *fq) in do_enqueues()
125 struct qman_fq *fq = &fq_base; in qman_test_api()
210 struct qman_fq *fq, in cb_dqrr()
225 static void cb_ern(struct qman_portal *p, struct qman_fq *fq, in cb_ern()
232 static void cb_fqs(struct qman_portal *p, struct qman_fq *fq, in cb_fqs()
Dqman.c942 static inline void fq_set(struct qman_fq *fq, u32 mask) in fq_set()
947 static inline void fq_clear(struct qman_fq *fq, u32 mask) in fq_clear()
952 static inline int fq_isset(struct qman_fq *fq, u32 mask) in fq_isset()
957 static inline int fq_isclear(struct qman_fq *fq, u32 mask) in fq_isclear()
970 struct qman_fq *vdqcr_owned;
1017 static struct qman_fq **fq_table;
1024 fq_table = vzalloc(array3_size(sizeof(struct qman_fq *), in qman_alloc_fq_table()
1034 static struct qman_fq *idx_to_fq(u32 idx) in idx_to_fq()
1036 struct qman_fq *fq; in idx_to_fq()
1052 static struct qman_fq *fqid_to_fq(u32 fqid) in fqid_to_fq()
[all …]
Dqman_test_stash.c139 struct qman_fq rx;
141 struct qman_fq tx;
277 struct qman_fq *fq, in normal_dqrr()
295 struct qman_fq *fq, in special_dqrr()
Dqman_priv.h209 int qman_query_fq(struct qman_fq *fq, struct qm_fqd *fqd);
/Linux-v4.19/include/soc/fsl/
Dqman.h657 struct qman_fq;
690 struct qman_fq *fq,
697 typedef void (*qman_cb_mr)(struct qman_portal *qm, struct qman_fq *fq,
759 struct qman_fq { struct
957 int qman_create_fq(u32 fqid, u32 flags, struct qman_fq *fq);
967 void qman_destroy_fq(struct qman_fq *fq);
973 u32 qman_fq_fqid(struct qman_fq *fq);
1009 int qman_init_fq(struct qman_fq *fq, u32 flags, struct qm_mcc_initfq *opts);
1018 int qman_schedule_fq(struct qman_fq *fq);
1038 int qman_retire_fq(struct qman_fq *fq, u32 *flags);
[all …]
/Linux-v4.19/drivers/crypto/caam/
Dqi.c52 struct qman_fq *rsp_fq;
139 static void caam_fq_ern_cb(struct qman_portal *qm, struct qman_fq *fq, in caam_fq_ern_cb()
166 static struct qman_fq *create_caam_req_fq(struct device *qidev, in create_caam_req_fq()
167 struct qman_fq *rsp_fq, in create_caam_req_fq()
172 struct qman_fq *req_fq; in create_caam_req_fq()
216 static int empty_retired_fq(struct device *qidev, struct qman_fq *fq) in empty_retired_fq()
239 static int kill_fq(struct device *qidev, struct qman_fq *fq) in kill_fq()
284 static int empty_caam_fq(struct qman_fq *fq) in empty_caam_fq()
313 struct qman_fq *new_fq, *old_fq; in caam_drv_ctx_update()
568 struct qman_fq *rsp_fq, in caam_rsp_fq_dqrr_cb()
[all …]
Dqi.h90 struct qman_fq *req_fq;
91 struct qman_fq *rsp_fq;