Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dn2_core.c56 u8 q_type; member
80 if (q->q_type == HV_NCS_QTYPE_MAU) { in spu_next_offset()
1551 static void *new_queue(unsigned long q_type) in new_queue() argument
1553 return kmem_cache_zalloc(queue_cache[q_type - 1], GFP_KERNEL); in new_queue()
1556 static void free_queue(void *p, unsigned long q_type) in free_queue() argument
1558 kmem_cache_free(queue_cache[q_type - 1], p); in free_queue()
1598 unsigned long q_type = qr->type; in spu_queue_register_workfn() local
1601 hv_ret = sun4v_ncs_qconf(q_type, __pa(p->q), in spu_queue_register_workfn()
1609 static int spu_queue_register(struct spu_queue *p, unsigned long q_type) in spu_queue_register() argument
1612 struct spu_qreg qr = { .queue = p, .type = q_type }; in spu_queue_register()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_cmdq.h117 u32 q_type; member
181 enum hinic_set_arm_qtype q_type, u32 q_id);
H A Dhinic_hw_cmdq.c513 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()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_dquot.h63 xfs_dqtype_t q_type; member
134 return dqp->q_type & XFS_DQTYPE_REC_MASK; in xfs_dquot_type()
H A Dxfs_dquot.c457 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()
H A Dxfs_trans_dquot.c61 !(dqp->q_type & XFS_DQTYPE_BIGTIME)) in xfs_trans_log_dquot()
62 dqp->q_type |= XFS_DQTYPE_BIGTIME; in xfs_trans_log_dquot()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_controlq.c602 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()
/OK3568_Linux_fs/kernel/drivers/misc/habanalabs/common/
H A Dcommand_submission.c779 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci.c178 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni.h966 enum dpni_queue_type q_type,
975 enum dpni_queue_type q_type,
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw_puda.h59 u8 q_type; member
H A Di40iw_uk.c756 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()
H A Di40iw_puda.c257 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()
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_dquot_buf.c321 if (timer != 0 && (dqp->q_type & XFS_DQTYPE_BIGTIME)) in xfs_dquot_to_disk_ts()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A 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()
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()
H A Dbnx2x_vfpf.c1538 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()
H A Dbnx2x_sriov.h449 unsigned long q_type);
/OK3568_Linux_fs/kernel/drivers/s390/crypto/
H A Dap_bus.c300 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()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/hal/
H A Dintrin_cpp.hpp1347 inline v_reg<typename V_TypeTraits<_Tp>::q_type, V_TypeTraits<_Tp>::nlanes128 / 4>
1350 typedef typename V_TypeTraits<_Tp>::q_type q_type; in v_load_expand_q() typedef
1351 v_reg<q_type, V_TypeTraits<q_type>::nlanes128> c; in v_load_expand_q()
H A Dintrin.hpp86 typedef q_type_ q_type; \
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/hal/
H A Dintrin_cpp.hpp1347 inline v_reg<typename V_TypeTraits<_Tp>::q_type, V_TypeTraits<_Tp>::nlanes128 / 4>
1350 typedef typename V_TypeTraits<_Tp>::q_type q_type; in v_load_expand_q() typedef
1351 v_reg<q_type, V_TypeTraits<q_type>::nlanes128> c; in v_load_expand_q()
H A Dintrin.hpp86 typedef q_type_ q_type; \
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/
H A Dintrin_cpp.hpp1347 inline v_reg<typename V_TypeTraits<_Tp>::q_type, V_TypeTraits<_Tp>::nlanes128 / 4>
1350 typedef typename V_TypeTraits<_Tp>::q_type q_type; in v_load_expand_q() typedef
1351 v_reg<q_type, V_TypeTraits<q_type>::nlanes128> c; in v_load_expand_q()
H A Dintrin.hpp86 typedef q_type_ q_type; \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c4640 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()

12