Home
last modified time | relevance | path

Searched refs:ern (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
Dcn23xx_pf_device.c349 u32 q_no, srn, ern; in cn23xx_reset_io_queues() local
353 ern = srn + oct->sriov_info.num_pf_rings; in cn23xx_reset_io_queues()
359 for (q_no = srn; q_no < ern; q_no++) { in cn23xx_reset_io_queues()
367 for (q_no = srn; q_no < ern; q_no++) { in cn23xx_reset_io_queues()
405 u32 q_no, ern, srn; in cn23xx_pf_setup_global_input_regs() local
412 ern = srn + oct->sriov_info.num_pf_rings; in cn23xx_pf_setup_global_input_regs()
422 for (q_no = 0; q_no < ern; q_no++) { in cn23xx_pf_setup_global_input_regs()
443 for (q_no = srn; q_no < ern; q_no++) { in cn23xx_pf_setup_global_input_regs()
478 u32 q_no, ern, srn; in cn23xx_pf_setup_global_output_regs() local
484 ern = srn + oct->sriov_info.num_pf_rings; in cn23xx_pf_setup_global_output_regs()
[all …]
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/
Dqman_test_api.c57 .cb.ern = cb_ern,
Dqman.c1324 e->verb, e->ern.rc, qm_fd_addr_get64(&e->ern.fd)); in qman_create_portal()
1532 fq = tag_to_fq(be32_to_cpu(msg->ern.tag)); in qm_mr_process_task()
1533 fq->cb.ern(p, fq, msg); in qm_mr_process_task()
/kernel/linux/linux-5.10/include/soc/fsl/
Dqman.h292 } __packed __aligned(64) ern;
756 qman_cb_mr ern; /* for s/w ERNs */ member
/kernel/linux/linux-5.10/drivers/crypto/caam/
Dqi.c143 fd = &msg->ern.fd; in caam_fq_ern_cb()
181 req_fq->cb.ern = caam_fq_ern_cb; in create_caam_req_fq()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c1377 switch (msg->ern.rc & QM_MR_RC_MASK) { in count_ern()
2523 const struct qm_fd *fd = &msg->ern.fd; in egress_ern()
2546 .egress_ern = { .cb = { .ern = egress_ern } }
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0036_linux_drivers_staging.patch26983 + e->verb, e->ern.rc, e->ern.fd.addr_lo);
27308 + hw_fd_to_cpu(&swapped_msg.ern.fd);
27358 + fq = get_fq_table_entry(be32_to_cpu(msg->ern.tag));
27360 + fq = (void *)(uintptr_t)be32_to_cpu(msg->ern.tag);
27362 + fq->cb.ern(p, fq, &swapped_msg);
31539 + if (lfq->ern)
31540 + fq->cb.ern = lfq->ern;
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch4974 + } __packed ern;
5003 +/* The "ern" VERB bits match QM_EQCR_VERB_*** so aren't reproduced here. ERNs
6416 + qman_cb_mr ern; /* for s/w ERNs */
7356 + qman_cb_mr ern;
8120 + * fill in is fq->cb.ern, as that enqueue rejection handler is the callback that