Home
last modified time | relevance | path

Searched refs:q_type (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.1.9/drivers/crypto/
Dn2_core.c57 u8 q_type; member
81 if (q->q_type == HV_NCS_QTYPE_MAU) { in spu_next_offset()
1558 static void *new_queue(unsigned long q_type) in new_queue() argument
1560 return kmem_cache_zalloc(queue_cache[q_type - 1], GFP_KERNEL); in new_queue()
1563 static void free_queue(void *p, unsigned long q_type) in free_queue() argument
1565 kmem_cache_free(queue_cache[q_type - 1], p); in free_queue()
1605 unsigned long q_type = qr->type; in spu_queue_register_workfn() local
1608 hv_ret = sun4v_ncs_qconf(q_type, __pa(p->q), in spu_queue_register_workfn()
1616 static int spu_queue_register(struct spu_queue *p, unsigned long q_type) in spu_queue_register() argument
1619 struct spu_qreg qr = { .queue = p, .type = q_type }; in spu_queue_register()
[all …]
/linux-6.1.9/fs/xfs/
Dxfs_dquot.h65 xfs_dqtype_t q_type; member
136 return dqp->q_type & XFS_DQTYPE_REC_MASK; in xfs_dquot_type()
Dxfs_dquot.c477 dqp->q_type = type; in xfs_dquot_alloc()
580 dqp->q_type = ddqp->d_type; in xfs_dquot_from_disk()
617 ddqp->d_type = dqp->q_type; in xfs_dquot_to_disk()
1194 if (dqp->q_type & XFS_DQTYPE_BIGTIME) { in xfs_qm_dqflush_check()
Dxfs_trans_dquot.c62 !(dqp->q_type & XFS_DQTYPE_BIGTIME)) in xfs_trans_log_dquot()
63 dqp->q_type |= XFS_DQTYPE_BIGTIME; in xfs_trans_log_dquot()
/linux-6.1.9/drivers/net/ethernet/huawei/hinic/
Dhinic_hw_cmdq.c508 enum hinic_set_arm_qtype q_type, u32 q_id) in hinic_set_arm_bit() argument
516 arm_bit.q_type = q_type; in hinic_set_arm_bit()
739 enum hinic_cmdq_type q_type, void __iomem *db_area) in init_cmdq() argument
744 cmdq->cmdq_type = q_type; in init_cmdq()
Dhinic_hw_cmdq.h117 u32 q_type; member
/linux-6.1.9/drivers/net/ethernet/microsoft/mana/
Dhw_channel.c464 enum gdma_queue_type q_type, u16 q_depth, in mana_hwc_create_wq() argument
473 WARN_ON(q_type != GDMA_SQ && q_type != GDMA_RQ); in mana_hwc_create_wq()
475 if (q_type == GDMA_RQ) in mana_hwc_create_wq()
487 err = mana_hwc_create_gdma_wq(hwc, q_type, queue_size, &queue); in mana_hwc_create_wq()
Dgdma_main.c248 enum gdma_queue_type q_type, u32 qid, in mana_gd_ring_doorbell() argument
254 switch (q_type) { in mana_gd_ring_doorbell()
984 enum gdma_queue_type q_type, in mana_gd_write_client_oob() argument
1006 if (q_type == GDMA_SQ) in mana_gd_write_client_oob()
/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_controlq.c611 static int ice_init_ctrlq(struct ice_hw *hw, enum ice_ctl_q q_type) in ice_init_ctrlq() argument
616 switch (q_type) { in ice_init_ctrlq()
632 cq->qtype = q_type; in ice_init_ctrlq()
694 static void ice_shutdown_ctrlq(struct ice_hw *hw, enum ice_ctl_q q_type) in ice_shutdown_ctrlq() argument
698 switch (q_type) { in ice_shutdown_ctrlq()
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa2/
Ddpni.h943 enum dpni_queue_type q_type,
952 enum dpni_queue_type q_type,
/linux-6.1.9/drivers/infiniband/hw/irdma/
Dpuda.h31 u8 q_type; member
Duser.h248 u8 q_type; member
Dpuda.c271 info->q_type = (u8)FIELD_GET(IRDMA_CQ_SQ, qword3); in irdma_puda_poll_info()
280 if (info->q_type == IRDMA_CQE_QTYPE_RQ) { in irdma_puda_poll_info()
355 if (info.q_type == IRDMA_CQE_QTYPE_RQ) { in irdma_puda_poll_cmpl()
Duk.c1123 info->q_type = (u8)FIELD_GET(IRDMA_CQ_SQ, qword3); in irdma_uk_cq_poll_cmpl()
1164 if (info->q_type == IRDMA_CQE_QTYPE_RQ) { in irdma_uk_cq_poll_cmpl()
Dutils.c2594 cmpl->cpi.q_type = IRDMA_CQE_QTYPE_SQ; in irdma_generate_flush_completions()
2633 cmpl->cpi.q_type = IRDMA_CQE_QTYPE_RQ; in irdma_generate_flush_completions()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dpci.c180 enum mlxsw_pci_queue_type q_type) in mlxsw_pci_queue_type_group_get() argument
182 return &mlxsw_pci->queues[q_type]; in mlxsw_pci_queue_type_group_get()
186 enum mlxsw_pci_queue_type q_type) in __mlxsw_pci_queue_count() argument
190 queue_group = mlxsw_pci_queue_type_group_get(mlxsw_pci, q_type); in __mlxsw_pci_queue_count()
206 enum mlxsw_pci_queue_type q_type, u8 q_num) in __mlxsw_pci_queue_get() argument
208 return &mlxsw_pci->queues[q_type].q[q_num]; in __mlxsw_pci_queue_get()
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_dquot_buf.c321 if (timer != 0 && (dqp->q_type & XFS_DQTYPE_BIGTIME)) in xfs_dquot_to_disk_ts()
/linux-6.1.9/drivers/media/platform/nxp/imx-jpeg/
Dmxc-jpeg.c1748 struct mxc_jpeg_ctx *ctx, int q_type) in mxc_jpeg_try_fmt() argument
1821 int q_type = (jpeg->mode == MXC_JPEG_DECODE) ? in mxc_jpeg_try_fmt_vid_cap() local
1830 if (!fmt || fmt->flags != q_type) { in mxc_jpeg_try_fmt_vid_cap()
1840 return mxc_jpeg_try_fmt(f, fmt, ctx, q_type); in mxc_jpeg_try_fmt_vid_cap()
1852 int q_type = (jpeg->mode == MXC_JPEG_ENCODE) ? in mxc_jpeg_try_fmt_vid_out() local
1861 if (!fmt || fmt->flags != q_type) { in mxc_jpeg_try_fmt_vid_out()
1871 return mxc_jpeg_try_fmt(f, fmt, ctx, q_type); in mxc_jpeg_try_fmt_vid_out()
/linux-6.1.9/drivers/misc/habanalabs/common/
Dcommand_submission.c1845 enum hl_queue_type q_type, u32 q_idx, u32 encaps_signal_offset) in cs_ioctl_signal_wait_create_jobs() argument
1854 job = hl_cs_allocate_job(hdev, q_type, true); in cs_ioctl_signal_wait_create_jobs()
1868 q_type == QUEUE_TYPE_HW && hdev->mmu_enable); in cs_ioctl_signal_wait_create_jobs()
2114 enum hl_queue_type q_type; in cs_ioctl_signal_wait() local
2141 q_type = hw_queue_prop->type; in cs_ioctl_signal_wait()
2304 rc = cs_ioctl_signal_wait_create_jobs(hdev, ctx, cs, q_type, in cs_ioctl_signal_wait()
2319 if (q_type == QUEUE_TYPE_HW) in cs_ioctl_signal_wait()
/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.c170 unsigned long q_type) in bnx2x_vfop_qctor_prep() argument
216 if (test_bit(BNX2X_Q_TYPE_HAS_RX, &q_type)) { in bnx2x_vfop_qctor_prep()
228 if (test_bit(BNX2X_Q_TYPE_HAS_TX, &q_type)) { in bnx2x_vfop_qctor_prep()
1419 unsigned long q_type = 0; in bnx2x_vfq_init() local
1421 set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); in bnx2x_vfq_init()
1422 set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); in bnx2x_vfq_init()
1429 q_type); in bnx2x_vfq_init()
Dbnx2x_vfpf.c1537 unsigned long q_type = 0; in bnx2x_vf_mbx_setup_q() local
1558 __set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); in bnx2x_vf_mbx_setup_q()
1589 __set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); in bnx2x_vf_mbx_setup_q()
1635 bnx2x_vfop_qctor_prep(bp, vf, q, &qctor, q_type); in bnx2x_vf_mbx_setup_q()
Dbnx2x_sriov.h449 unsigned long q_type);
/linux-6.1.9/drivers/s390/crypto/
Dap_bus.c330 static bool ap_queue_info(ap_qid_t qid, int *q_type, unsigned int *q_fac, in ap_queue_info() argument
369 *q_type = tapq_info.tapq_gr2.at; in ap_queue_info()
375 switch (*q_type) { in ap_queue_info()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c4670 txq->q.q_type = CXGB4_TXQ_ETH; in t4_sge_alloc_eth_txq()
4732 txq->q.q_type = CXGB4_TXQ_CTRL; in t4_sge_alloc_ctrl_txq()
4823 txq->q.q_type = CXGB4_TXQ_ULD; in t4_sge_alloc_uld_txq()
4841 txq->q.q_type = CXGB4_TXQ_ULD; in t4_sge_alloc_ethofld_txq()
/linux-6.1.9/drivers/media/platform/samsung/s5p-jpeg/
Djpeg-core.c1427 struct s5p_jpeg_ctx *ctx, int q_type) in vidioc_try_fmt() argument
1439 if (q_type == FMT_TYPE_OUTPUT) in vidioc_try_fmt()

12