Searched refs:qman_fq (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_eth.h | 37 struct qman_fq fq_base; 50 struct qman_fq rx_defq; 51 struct qman_fq tx_defq; 52 struct qman_fq rx_errq; 53 struct qman_fq tx_errq; 54 struct qman_fq egress_ern; 144 struct qman_fq *egress_fqs[DPAA_ETH_TXQ_NUM]; 145 struct qman_fq *conf_fqs[DPAA_ETH_TXQ_NUM];
|
D | dpaa_eth_trace.h | 32 struct qman_fq *fq, 78 struct qman_fq *fq, 88 struct qman_fq *fq, 98 struct qman_fq *fq,
|
D | dpaa_eth.c | 893 const struct qman_fq *template) in dpaa_setup_ingress() 905 const struct qman_fq *template) in dpaa_setup_egress() 987 struct qman_fq *tx_fq) in dpaa_tx_fq_to_id() 1001 struct qman_fq *confq = NULL; in dpaa_fq_init() 1004 struct qman_fq *fq; in dpaa_fq_init() 1123 DIV_ROUND_UP(sizeof(struct qman_fq), in dpaa_fq_init() 1160 static int dpaa_fq_free_entry(struct device *dev, struct qman_fq *fq) in dpaa_fq_free_entry() 1204 error = dpaa_fq_free_entry(dev, (struct qman_fq *)dpaa_fq); in dpaa_fq_free() 2081 struct qman_fq *egress_fq; in dpaa_xmit() 2456 struct qman_fq *fq, in rx_error_dqrr() [all …]
|
/linux-6.1.9/drivers/soc/fsl/qbman/ |
D | qman_test_api.c | 47 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) in do_enqueues() 126 struct qman_fq *fq = &fq_base; in qman_test_api() 211 struct qman_fq *fq, in cb_dqrr() 227 static void cb_ern(struct qman_portal *p, struct qman_fq *fq, in cb_ern() 234 static void cb_fqs(struct qman_portal *p, struct qman_fq *fq, in cb_fqs()
|
D | qman.c | 957 static inline void fq_set(struct qman_fq *fq, u32 mask) in fq_set() 962 static inline void fq_clear(struct qman_fq *fq, u32 mask) in fq_clear() 967 static inline int fq_isset(struct qman_fq *fq, u32 mask) in fq_isset() 972 static inline int fq_isclear(struct qman_fq *fq, u32 mask) in fq_isclear() 985 struct qman_fq *vdqcr_owned; 1102 static struct qman_fq **fq_table; 1109 fq_table = vzalloc(array3_size(sizeof(struct qman_fq *), in qman_alloc_fq_table() 1119 static struct qman_fq *idx_to_fq(u32 idx) in idx_to_fq() 1121 struct qman_fq *fq; in idx_to_fq() 1137 static struct qman_fq *fqid_to_fq(u32 fqid) in fqid_to_fq() [all …]
|
D | qman_test_stash.c | 139 struct qman_fq rx; 141 struct qman_fq tx; 277 struct qman_fq *fq, in normal_dqrr() 296 struct qman_fq *fq, in special_dqrr()
|
D | qman_priv.h | 216 int qman_query_fq(struct qman_fq *fq, struct qm_fqd *fqd);
|
/linux-6.1.9/include/soc/fsl/ |
D | qman.h | 658 struct qman_fq; 691 struct qman_fq *fq, 699 typedef void (*qman_cb_mr)(struct qman_portal *qm, struct qman_fq *fq, 761 struct qman_fq { struct 969 int qman_create_fq(u32 fqid, u32 flags, struct qman_fq *fq); 979 void qman_destroy_fq(struct qman_fq *fq); 985 u32 qman_fq_fqid(struct qman_fq *fq); 1021 int qman_init_fq(struct qman_fq *fq, u32 flags, struct qm_mcc_initfq *opts); 1030 int qman_schedule_fq(struct qman_fq *fq); 1050 int qman_retire_fq(struct qman_fq *fq, u32 *flags); [all …]
|
/linux-6.1.9/drivers/crypto/caam/ |
D | qi.c | 54 struct qman_fq *rsp_fq; 135 static void caam_fq_ern_cb(struct qman_portal *qm, struct qman_fq *fq, in caam_fq_ern_cb() 168 static struct qman_fq *create_caam_req_fq(struct device *qidev, in create_caam_req_fq() 169 struct qman_fq *rsp_fq, in create_caam_req_fq() 174 struct qman_fq *req_fq; in create_caam_req_fq() 218 static int empty_retired_fq(struct device *qidev, struct qman_fq *fq) in empty_retired_fq() 241 static int kill_fq(struct device *qidev, struct qman_fq *fq) in kill_fq() 286 static int empty_caam_fq(struct qman_fq *fq, struct caam_drv_ctx *drv_ctx) in empty_caam_fq() 323 struct qman_fq *new_fq, *old_fq; in caam_drv_ctx_update() 562 struct qman_fq *rsp_fq, in caam_rsp_fq_dqrr_cb() [all …]
|
D | qi.h | 64 struct qman_fq *req_fq; 65 struct qman_fq *rsp_fq;
|