Home
last modified time | relevance | path

Searched full:qm (Results 1 – 25 of 55) sorted by relevance

123

/linux/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c151 dev_dbg(&qp_ctx->qp->qm->pdev->dev, "req cache is full!\n"); in hisi_zip_create_req()
257 struct device *dev = &qp->qm->pdev->dev; in hisi_zip_do_work()
321 struct device *dev = &qp->qm->pdev->dev; in hisi_zip_acomp_cb()
358 dev = &qp_ctx->qp->qm->pdev->dev; in hisi_zip_acompress()
384 dev = &qp_ctx->qp->qm->pdev->dev; in hisi_zip_adecompress()
436 hisi_zip = container_of(qps[0]->qm, struct hisi_zip, qm); in hisi_zip_ctx_init()
522 dev = &tmp->qp->qm->pdev->dev; in hisi_zip_create_sgl_pool()
535 hisi_acc_free_sgl_pool(&ctx->qp_ctx[HZIP_QPC_COMP].qp->qm->pdev->dev, in hisi_zip_create_sgl_pool()
545 hisi_acc_free_sgl_pool(&ctx->qp_ctx[i].qp->qm->pdev->dev, in hisi_zip_release_sgl_pool()
571 dev = &ctx->qp_ctx[0].qp->qm->pdev->dev; in hisi_zip_acomp_init()
[all …]
/linux/drivers/crypto/hisilicon/
H A Dqm_common.h75 int qm_set_and_get_xqc(struct hisi_qm *qm, u8 cmd, void *xqc, u32 qp_id, bool op);
76 void hisi_qm_show_last_dfx_regs(struct hisi_qm *qm);
77 void hisi_qm_set_algqos_init(struct hisi_qm *qm);
H A DMakefile6 hisi_qm-objs = qm.o sgl.o debugfs.o
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_self_test.c871 "QM: Queue is not empty",
877 "QM: VOQ_0, VOQ credit is not equal to initial credit",
883 "QM: VOQ_1, VOQ credit is not equal to initial credit",
889 "QM: VOQ_4, VOQ credit is not equal to initial credit",
895 "QM: P0 Byte credit is not equal to initial credit",
901 "QM: P1 Byte credit is not equal to initial credit",
1165 "QM: Interrupt status is not 0",
1201 "QM: Credit error register is not 0 (byte or credit overflow/underflow)",
1861 "QM: XQM wrc_fifolvl is not 0",
1867 "QM: UQM wrc_fifolvl is not 0",
[all …]
H A Dbnx2x_init.h178 /* QM queue numbers */
193 /* QM Register addresses */
201 /* extracts the QM queue number for the specified port and vnic */
261 /* Configures the QM according to the specified per-traffic-type COSes */
308 /* number of bytes in single QM arbitration cycle -
597 BLOCK_PRTY_INFO(QM, 0, 0x1ff, 0xfff, 0xfff, 0xfff),
H A Dbnx2x_reg.h181 /* [RW 1] CM - QM Interface enable. If 0 - the acknowledge input is
185 /* [RW 1] If set the Q index; received from the QM is inserted to event ID.
235 /* [RW 28] The CM header value for QM request (primary). */
237 /* [RW 28] The CM header value for QM request (secondary). */
239 /* [RW 1] QM - CM Interface enable. If 0 - the valid input is disregarded;
243 /* [RW 6] QM output initial credit. Max credit available - 32. Write writes
247 /* [RW 3] The weight of the QM (primary) input in the WRR mechanism. 0
251 /* [RW 3] The weight of the QM (secondary) input in the WRR mechanism. 0
266 /* [RW 28] The CM header for QM formatting in case of an error in the QM
1063 follows: [0] PBClient Parity error; [1] PBClient Hw interrupt; [2] QM
[all …]
/linux/lib/raid6/
H A Drecov_rvv.c40 * v14:p/qm[vx], v15:p/qm[vy] in __raid6_2data_recov_rvv()
54 "vrgather.vv v14, v6, v4\n" /* v14 = qm[vx] */ in __raid6_2data_recov_rvv()
55 "vrgather.vv v15, v7, v5\n" /* v15 = qm[vy] */ in __raid6_2data_recov_rvv()
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_wed_debugfs.c208 DUMP_STR("WED Route QM"), in wed_rxinfo_show()
245 DUMP_STR("WED Route QM"), in wed_rxinfo_show()
502 DUMP_STR("WED Route QM IGRS0(N2H + Recycle)"), in wed_rtqm_show()
511 DUMP_STR("WED Route QM IGRS1(Legacy)"), in wed_rtqm_show()
520 DUMP_STR("WED Route QM IGRS2(RRO3.0)"), in wed_rtqm_show()
529 DUMP_STR("WED Route QM IGRS3(DEBUG)"), in wed_rtqm_show()
/linux/drivers/media/platform/nxp/imx-jpeg/
H A DKconfig11 This is a video4linux2 driver for the i.MX8 QXP/QM integrated
/linux/fs/xfs/
H A Dxfs_stats.c61 { "qm", xfsstats_offset(xs_gc_read_calls)}, in xfs_stats_format()
143 seq_puts(m, "qm"); in xqmstat_proc_show()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev.c1394 /******************** QM initialization *******************/
1440 /* Getters for resource amounts necessary for qm initialization */
1511 /* initialize the top level QM params */
1540 /* initialize qm vport params */
1551 /* initialize qm port params */
1554 /* Initialize qm port parameters */ in qed_init_qm_port_params()
1576 /* Reset the params which must be reset for qm init. QM init may be called as
1579 * values. The allocations made for QM init, ports, vports, pqs and vfqs are not
1660 /* qm params accounting */ in qed_init_qm_pq()
1722 /* save pq index in qm info */
[all …]
H A Dqed_cxt.h149 * qed_qm_init_pf(): Initailze the QM PF phase, per path.
161 * qed_qm_reconf(): Reconfigures QM pf on the fly.
H A Dqed_init_fw_funcs.c149 /* QM stop command constants */
165 /* QM command macros */
311 /* Set credit threshold for QM bypass flow */ in qed_enable_pf_rl()
324 /* Set credit threshold for QM bypass flow */ in qed_enable_pf_wfq()
345 /* Set credit threshold for QM bypass flow */ in qed_enable_global_rl()
359 /* Set credit threshold for QM bypass flow */ in qed_enable_vport_wfq()
895 "Timeout when waiting for QM SDM command ready signal\n"); in qed_poll_on_qm_cmd_ready()
H A Dqed_cxt.c27 /* QM constants */
492 /* get the counters for the CDUC and QM clients */ in qed_cxt_cfg_ilt_compute()
630 /* QM */ in qed_cxt_cfg_ilt_compute()
642 "QM ILT Info, (cids=%d, vf_cids=%d, tids=%d, num_pqs=%d, num_vf_pqs=%d, memory_size=%d)\n", in qed_cxt_cfg_ilt_compute()
1127 clients[ILT_CLI_QM].first.reg = ILT_CFG_REG(QM, FIRST_ILT); in qed_cxt_mngr_alloc()
1128 clients[ILT_CLI_QM].last.reg = ILT_CFG_REG(QM, LAST_ILT); in qed_cxt_mngr_alloc()
1129 clients[ILT_CLI_QM].p_size.reg = ILT_CFG_REG(QM, P_SIZE); in qed_cxt_mngr_alloc()
/linux/drivers/soc/fsl/qbman/
H A Dqman.c1375 static void qman_destroy_portal(struct qman_portal *qm) in qman_destroy_portal() argument
1380 qm_dqrr_sdqcr_set(&qm->p, 0); in qman_destroy_portal()
1391 qm_eqcr_cce_update(&qm->p); in qman_destroy_portal()
1392 qm_eqcr_cce_update(&qm->p); in qman_destroy_portal()
1393 pcfg = qm->config; in qman_destroy_portal()
1395 free_irq(pcfg->irq, qm); in qman_destroy_portal()
1397 kfree(qm->cgrs); in qman_destroy_portal()
1398 qm_mc_finish(&qm->p); in qman_destroy_portal()
1399 qm_mr_finish(&qm->p); in qman_destroy_portal()
1400 qm_dqrr_finish(&qm->p); in qman_destroy_portal()
[all …]
/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-api.c1205 int v4l2_querymenu(struct v4l2_ctrl_handler *hdl, struct v4l2_querymenu *qm) in v4l2_querymenu() argument
1208 u32 i = qm->index; in v4l2_querymenu()
1210 ctrl = v4l2_ctrl_find(hdl, qm->id); in v4l2_querymenu()
1214 qm->reserved = 0; in v4l2_querymenu()
1239 strscpy(qm->name, ctrl->qmenu[i], sizeof(qm->name)); in v4l2_querymenu()
1241 qm->value = ctrl->qmenu_int[i]; in v4l2_querymenu()
/linux/drivers/firmware/imx/
H A DKconfig21 (QM, QP), and i.MX8QX (QXP, DX).
/linux/Documentation/devicetree/bindings/soc/ti/
H A Dkeystone-navigator-qmss.txt21 : Must be "ti,66ak2g-navss-qm" for QMSS on K2G SoC.
44 For QMSS on K2G SoC, following QM reg indexes are used in that order
/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2_security.c2645 /* Unsecure all TPC QM tensors */ in gaudi2_init_pb_tpc()
2653 /* unsecure all 32 TPC QM SRF regs */ in gaudi2_init_pb_tpc()
3331 /* MME QM */ in gaudi2_init_protection_bits()
3348 /* MME QM ARC ACP ENG */ in gaudi2_init_protection_bits()
3499 /* NIC QM and QPC */ in gaudi2_init_protection_bits()
3507 /* NIC QM ARC */ in gaudi2_init_protection_bits()
3696 /* MME QM */ in gaudi2_ack_protection_bits_errors()
3709 /* MME QM ARC ACP ENG */ in gaudi2_ack_protection_bits_errors()
3805 /* NIC QM and QPC */ in gaudi2_ack_protection_bits_errors()
3810 /* NIC QM ARC */ in gaudi2_ack_protection_bits_errors()
H A Dgaudi2_masks.h66 /* QM_IDLE_MASK is valid for all engines QM idle check */
/linux/include/linux/qed/
H A Dcommon_hsi.h132 /* Traffic classes in network-facing blocks (PBF, BTB, NIG, BRB, PRS and QM) */
352 /* QM CONSTANTS */
355 /* Number of TX queues in the QM */
360 /* Number of Other queues in the QM */
380 /* QM registers data */
/linux/arch/arm/boot/dts/ti/keystone/
H A Dkeystone-k2g-netcp.dtsi9 compatible = "ti,66ak2g-navss-qm";
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8qm-ss-dma.dtsi129 /* It is eDMA1 in 8QM RM, but 8QXP it is eDMA3 */
/linux/drivers/crypto/caam/
H A Dqi.c142 static void caam_fq_ern_cb(struct qman_portal *qm, struct qman_fq *fq, in caam_fq_ern_cb() argument
539 static void cgr_cb(struct qman_portal *qm, struct qman_cgr *cgr, int congested) in cgr_cb() argument
/linux/drivers/net/ethernet/netronome/nfp/abm/
H A Dmain.h31 /* mark if ECN capable, otherwise goto QM */

123