/linux/net/core/ |
H A D | netdev-genl.c | 369 u32 q_idx, u32 q_type, const struct genl_info *info) in netdev_nl_queue_fill_one() argument 381 nla_put_u32(rsp, NETDEV_A_QUEUE_TYPE, q_type) || in netdev_nl_queue_fill_one() 385 switch (q_type) { in netdev_nl_queue_fill_one() 415 u32 q_type) in netdev_nl_queue_validate() argument 417 switch (q_type) { in netdev_nl_queue_validate() 431 u32 q_type, const struct genl_info *info) in netdev_nl_queue_fill() argument 438 err = netdev_nl_queue_validate(netdev, q_idx, q_type); in netdev_nl_queue_fill() 442 return netdev_nl_queue_fill_one(rsp, netdev, q_idx, q_type, info); in netdev_nl_queue_fill() 447 u32 q_id, q_type, ifindex; in netdev_nl_queue_get_doit() local 458 q_type = nla_get_u32(info->attrs[NETDEV_A_QUEUE_TYPE]); in netdev_nl_queue_get_doit() [all …]
|
/linux/fs/xfs/ |
H A D | xfs_dquot.h | 71 xfs_dqtype_t q_type; member 142 return dqp->q_type & XFS_DQTYPE_REC_MASK; in xfs_dquot_type()
|
H A D | xfs_trans_dquot.c | 63 !(dqp->q_type & XFS_DQTYPE_BIGTIME)) in xfs_trans_log_dquot() 64 dqp->q_type |= XFS_DQTYPE_BIGTIME; in xfs_trans_log_dquot() 168 .q_type = xfs_dquot_type(dqp), in xfs_trans_mod_ino_dquot() 454 .q_type = xfs_dquot_type(dqp), in xfs_trans_apply_dquot_deltas_hook() 641 .q_type = xfs_dquot_type(dqp), in xfs_trans_unreserve_and_mod_dquots_hook()
|
H A D | xfs_dquot.c | 55 switch (dqp->q_type) { in xfs_dquot_mark_sick() 530 dqp->q_type = type; in xfs_dquot_alloc() 635 dqp->q_type = ddqp->d_type; in xfs_dquot_from_disk() 672 ddqp->d_type = dqp->q_type; in xfs_dquot_to_disk() 1261 if (dqp->q_type & XFS_DQTYPE_BIGTIME) { in xfs_qm_dqflush_check()
|
H A D | xfs_qm.h | 119 xfs_dqtype_t q_type; member
|
H A D | xfs_quota.h | 89 xfs_dqtype_t q_type; member
|
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_cmdq.c | 508 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()
|
H A D | hinic_hw_cmdq.h | 117 u32 q_type; member
|
/linux/drivers/net/ethernet/microsoft/mana/ |
H A D | hw_channel.c | 490 enum gdma_queue_type q_type, u16 q_depth, in mana_hwc_create_wq() argument 499 WARN_ON(q_type != GDMA_SQ && q_type != GDMA_RQ); in mana_hwc_create_wq() 501 if (q_type == GDMA_RQ) in mana_hwc_create_wq() 513 err = mana_hwc_create_gdma_wq(hwc, q_type, queue_size, &queue); in mana_hwc_create_wq()
|
H A D | gdma_main.c | 277 enum gdma_queue_type q_type, u32 qid, in mana_gd_ring_doorbell() argument 283 switch (q_type) { in mana_gd_ring_doorbell() 1030 enum gdma_queue_type q_type, in mana_gd_write_client_oob() argument 1052 if (q_type == GDMA_SQ) in mana_gd_write_client_oob()
|
/linux/fs/xfs/scrub/ |
H A D | quota_repair.c | 82 trace_xrep_dquot_item_fill_bmap_hole(sc->mp, dq->q_type, dq->q_id); in xrep_quota_item_fill_bmap_hole() 91 xfs_qm_init_dquot_blk(sc->tp, dq->q_id, dq->q_type, bp); in xrep_quota_item_fill_bmap_hole() 251 trace_xrep_dquot_item(sc->mp, dq->q_type, dq->q_id); in xrep_quota_item()
|
H A D | quotacheck_repair.c | 111 trace_xrep_quotacheck_dquot(xqc->sc->mp, dq->q_type, dq->q_id); in xqcheck_commit_dquot()
|
/linux/drivers/net/ethernet/intel/idpf/ |
H A D | idpf_virtchnl.c | 1062 static int idpf_vport_get_q_reg(u32 *reg_vals, int num_regs, u32 q_type, in idpf_vport_get_q_reg() argument 1074 if (le32_to_cpu(chunk->type) != q_type) in idpf_vport_get_q_reg() 1098 int num_regs, u32 q_type) in __idpf_queue_reg_init() argument 1103 switch (q_type) { in __idpf_queue_reg_init() 3252 static int idpf_vport_get_queue_ids(u32 *qids, int num_qids, u16 q_type, in idpf_vport_get_queue_ids() argument 3263 if (le32_to_cpu(chunk->type) != q_type) in idpf_vport_get_queue_ids() 3296 u32 q_type) in __idpf_vport_queue_ids_init() argument 3300 switch (q_type) { in __idpf_vport_queue_ids_init() 3371 u16 q_type; in idpf_vport_queue_ids_init() local 3419 q_type = VIRTCHNL2_QUEUE_TYPE_TX_COMPLETION; in idpf_vport_queue_ids_init() [all …]
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_controlq.c | 606 static int ice_init_ctrlq(struct ice_hw *hw, enum ice_ctl_q q_type) in ice_init_ctrlq() argument 611 switch (q_type) { in ice_init_ctrlq() 627 cq->qtype = q_type; in ice_init_ctrlq() 687 static void ice_shutdown_ctrlq(struct ice_hw *hw, enum ice_ctl_q q_type, in ice_shutdown_ctrlq() argument 692 switch (q_type) { in ice_shutdown_ctrlq()
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpni.h | 952 enum dpni_queue_type q_type, 961 enum dpni_queue_type q_type,
|
/linux/drivers/infiniband/hw/irdma/ |
H A D | puda.h | 31 u8 q_type; member
|
H A D | user.h | 248 u8 q_type; member
|
H A D | puda.c | 277 info->q_type = (u8)FIELD_GET(IRDMA_CQ_SQ, qword3); in irdma_puda_poll_info() 286 if (info->q_type == IRDMA_CQE_QTYPE_RQ) { in irdma_puda_poll_info() 361 if (info.q_type == IRDMA_CQE_QTYPE_RQ) { in irdma_puda_poll_cmpl()
|
H A D | uk.c | 1048 info->q_type = (u8)FIELD_GET(IRDMA_CQ_SQ, qword3); in irdma_uk_cq_poll_cmpl() 1088 if (info->q_type == IRDMA_CQE_QTYPE_RQ) { in irdma_uk_cq_poll_cmpl()
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A 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() 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()
|
H A D | bnx2x_vfpf.c | 1540 unsigned long q_type = 0; in bnx2x_vf_mbx_setup_q() local 1561 __set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); in bnx2x_vf_mbx_setup_q() 1592 __set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); in bnx2x_vf_mbx_setup_q() 1638 bnx2x_vfop_qctor_prep(bp, vf, q, &qctor, q_type); in bnx2x_vf_mbx_setup_q()
|
H A D | bnx2x_sriov.h | 449 unsigned long q_type);
|
H A D | bnx2x_main.c | 6364 unsigned long q_type = 0; in bnx2x_init_eth_fp() local 6381 __set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); in bnx2x_init_eth_fp() 6382 __set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); in bnx2x_init_eth_fp() 6404 bnx2x_sp_mapping(bp, q_rdata), q_type); in bnx2x_init_eth_fp() 6467 unsigned long q_type = 0; in bnx2x_init_fcoe_fp() local 6489 __set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); in bnx2x_init_fcoe_fp() 6490 __set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); in bnx2x_init_fcoe_fp() 6497 bnx2x_sp_mapping(bp, q_rdata), q_type); in bnx2x_init_fcoe_fp()
|
/linux/drivers/accel/habanalabs/common/ |
H A D | command_submission.c | 1940 enum hl_queue_type q_type, u32 q_idx, u32 encaps_signal_offset) in cs_ioctl_signal_wait_create_jobs() argument 1949 job = hl_cs_allocate_job(hdev, q_type, true); in cs_ioctl_signal_wait_create_jobs() 1962 cb = hl_cb_kernel_create(hdev, cb_size, q_type == QUEUE_TYPE_HW); in cs_ioctl_signal_wait_create_jobs() 2216 enum hl_queue_type q_type; in cs_ioctl_signal_wait() local 2243 q_type = hw_queue_prop->type; in cs_ioctl_signal_wait() 2406 rc = cs_ioctl_signal_wait_create_jobs(hdev, ctx, cs, q_type, in cs_ioctl_signal_wait() 2421 if (q_type == QUEUE_TYPE_HW) in cs_ioctl_signal_wait()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 845 unsigned int q_type; /* Q type Eth/Ctrl/Ofld */ member
|