/kernel/linux/linux-5.10/drivers/crypto/ |
D | n2_core.c | 56 u8 q_type; member 80 if (q->q_type == HV_NCS_QTYPE_MAU) { in spu_next_offset() 1557 static void *new_queue(unsigned long q_type) in new_queue() argument 1559 return kmem_cache_zalloc(queue_cache[q_type - 1], GFP_KERNEL); in new_queue() 1562 static void free_queue(void *p, unsigned long q_type) in free_queue() argument 1564 kmem_cache_free(queue_cache[q_type - 1], p); in free_queue() 1604 unsigned long q_type = qr->type; in spu_queue_register_workfn() local 1607 hv_ret = sun4v_ncs_qconf(q_type, __pa(p->q), in spu_queue_register_workfn() 1615 static int spu_queue_register(struct spu_queue *p, unsigned long q_type) in spu_queue_register() argument 1618 struct spu_qreg qr = { .queue = p, .type = q_type }; in spu_queue_register() [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
D | hinic_hw_cmdq.h | 117 u32 q_type; member 181 enum hinic_set_arm_qtype q_type, u32 q_id);
|
D | hinic_hw_cmdq.c | 513 enum hinic_set_arm_qtype q_type, u32 q_id) in hinic_set_arm_bit() argument 521 arm_bit.q_type = q_type; in hinic_set_arm_bit() 744 enum hinic_cmdq_type q_type, void __iomem *db_area) in init_cmdq() argument 749 cmdq->cmdq_type = q_type; in init_cmdq()
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_dquot.h | 63 xfs_dqtype_t q_type; member 134 return dqp->q_type & XFS_DQTYPE_REC_MASK; in xfs_dquot_type()
|
D | xfs_dquot.c | 457 dqp->q_type = type; in xfs_dquot_alloc() 560 dqp->q_type = ddqp->d_type; in xfs_dquot_from_disk() 601 ddqp->d_type = dqp->q_type; in xfs_dquot_to_disk() 1220 if (dqp->q_type & XFS_DQTYPE_BIGTIME) { in xfs_qm_dqflush_check()
|
D | xfs_trans_dquot.c | 62 !(dqp->q_type & XFS_DQTYPE_BIGTIME)) in xfs_trans_log_dquot() 63 dqp->q_type |= XFS_DQTYPE_BIGTIME; in xfs_trans_log_dquot()
|
D | xfs_trace.h | 889 __entry->type = dqp->q_type; 990 __entry->type = dqp->q_type; 1029 __entry->type = qtrx->qt_dquot->q_type;
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
D | ice_controlq.c | 602 static enum ice_status ice_init_ctrlq(struct ice_hw *hw, enum ice_ctl_q q_type) in ice_init_ctrlq() argument 607 switch (q_type) { in ice_init_ctrlq() 619 cq->qtype = q_type; in ice_init_ctrlq() 655 static void ice_shutdown_ctrlq(struct ice_hw *hw, enum ice_ctl_q q_type) in ice_shutdown_ctrlq() argument 659 switch (q_type) { in ice_shutdown_ctrlq()
|
D | ice_main.c | 1193 static int __ice_clean_ctrlq(struct ice_pf *pf, enum ice_ctl_q q_type) in __ice_clean_ctrlq() argument 1207 switch (q_type) { in __ice_clean_ctrlq() 1217 dev_warn(dev, "Unknown control queue type 0x%x\n", q_type); in __ice_clean_ctrlq()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
D | i40iw_puda.h | 59 u8 q_type; member
|
D | i40iw_uk.c | 756 u32 wqe_idx, q_type, array_idx = 0; in i40iw_cq_poll_completion() local 773 q_type = (u8)RS_64(qword3, I40IW_CQ_SQ); in i40iw_cq_poll_completion() 804 if (q_type == I40IW_CQE_QTYPE_RQ) { in i40iw_cq_poll_completion()
|
D | i40iw_puda.c | 257 info->q_type = (u8)RS_64(qword3, I40IW_CQ_SQ); in i40iw_puda_poll_info() 264 if (info->q_type == I40IW_CQE_QTYPE_RQ) { in i40iw_puda_poll_info() 318 if (info.q_type == I40IW_CQE_QTYPE_RQ) { in i40iw_puda_poll_completion()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
D | dpni.h | 966 enum dpni_queue_type q_type, 975 enum dpni_queue_type q_type,
|
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
D | command_submission.c | 779 enum hl_queue_type q_type; in cs_ioctl_signal_wait() local 820 q_type = hw_queue_prop->type; in cs_ioctl_signal_wait() 920 job = hl_cs_allocate_job(hdev, q_type, true); in cs_ioctl_signal_wait() 934 q_type == QUEUE_TYPE_HW && hdev->mmu_enable); in cs_ioctl_signal_wait()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | pci.c | 178 enum mlxsw_pci_queue_type q_type) in mlxsw_pci_queue_type_group_get() argument 180 return &mlxsw_pci->queues[q_type]; in mlxsw_pci_queue_type_group_get() 184 enum mlxsw_pci_queue_type q_type) in __mlxsw_pci_queue_count() argument 188 queue_group = mlxsw_pci_queue_type_group_get(mlxsw_pci, q_type); in __mlxsw_pci_queue_count() 204 enum mlxsw_pci_queue_type q_type, u8 q_num) in __mlxsw_pci_queue_get() argument 206 return &mlxsw_pci->queues[q_type].q[q_num]; in __mlxsw_pci_queue_get()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_dquot_buf.c | 321 if (timer != 0 && (dqp->q_type & XFS_DQTYPE_BIGTIME)) in xfs_dquot_to_disk_ts()
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
D | ap_bus.c | 300 static bool ap_queue_info(ap_qid_t qid, int *q_type, in ap_queue_info() argument 326 *q_type = (int)((info >> 24) & 0xff); in ap_queue_info() 330 switch (*q_type) { in ap_queue_info()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.c | 170 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() 1420 unsigned long q_type = 0; in bnx2x_vfq_init() local 1422 set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); in bnx2x_vfq_init() 1423 set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); in bnx2x_vfq_init() 1430 q_type); in bnx2x_vfq_init()
|
D | bnx2x_vfpf.c | 1538 unsigned long q_type = 0; in bnx2x_vf_mbx_setup_q() local 1559 __set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); in bnx2x_vf_mbx_setup_q() 1590 __set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); in bnx2x_vf_mbx_setup_q() 1636 bnx2x_vfop_qctor_prep(bp, vf, q, &qctor, q_type); in bnx2x_vf_mbx_setup_q()
|
D | bnx2x_sriov.h | 449 unsigned long q_type);
|
D | bnx2x_main.c | 6366 unsigned long q_type = 0; in bnx2x_init_eth_fp() local 6383 __set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); in bnx2x_init_eth_fp() 6384 __set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); in bnx2x_init_eth_fp() 6406 bnx2x_sp_mapping(bp, q_rdata), q_type); in bnx2x_init_eth_fp() 6469 unsigned long q_type = 0; in bnx2x_init_fcoe_fp() local 6491 __set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); in bnx2x_init_fcoe_fp() 6492 __set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); in bnx2x_init_fcoe_fp() 6499 bnx2x_sp_mapping(bp, q_rdata), q_type); in bnx2x_init_fcoe_fp()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 4640 txq->q.q_type = CXGB4_TXQ_ETH; in t4_sge_alloc_eth_txq() 4702 txq->q.q_type = CXGB4_TXQ_CTRL; in t4_sge_alloc_ctrl_txq() 4793 txq->q.q_type = CXGB4_TXQ_ULD; in t4_sge_alloc_uld_txq() 4811 txq->q.q_type = CXGB4_TXQ_ULD; in t4_sge_alloc_ethofld_txq()
|
D | cxgb4.h | 847 unsigned int q_type; /* Q type Eth/Ctrl/Ofld */ member
|
/kernel/linux/linux-5.10/drivers/media/platform/s5p-jpeg/ |
D | jpeg-core.c | 1429 struct s5p_jpeg_ctx *ctx, int q_type) in vidioc_try_fmt() argument 1441 if (q_type == FMT_TYPE_OUTPUT) in vidioc_try_fmt()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0027_linux_drivers_media.patch | 2646 + struct mxc_jpeg_ctx *ctx, int q_type) 2712 + int q_type = (ctx->mode == MXC_JPEG_DECODE) ? 2721 + if (!fmt || (fmt->flags != q_type)) { 2731 + return mxc_jpeg_try_fmt(f, fmt, ctx, q_type); 2742 + int q_type = (ctx->mode == MXC_JPEG_ENCODE) ? 2751 + if (!fmt || (fmt->flags != q_type)) { 2761 + return mxc_jpeg_try_fmt(f, fmt, ctx, q_type);
|