/linux-4.4.14/drivers/crypto/ |
D | n2_core.c | 54 u8 q_type; member 73 if (q->q_type == HV_NCS_QTYPE_MAU) { in spu_next_offset() 1615 static void *new_queue(unsigned long q_type) in new_queue() argument 1617 return kmem_cache_zalloc(queue_cache[q_type - 1], GFP_KERNEL); in new_queue() 1620 static void free_queue(void *p, unsigned long q_type) in free_queue() argument 1622 return kmem_cache_free(queue_cache[q_type - 1], p); in free_queue() 1655 static int spu_queue_register(struct spu_queue *p, unsigned long q_type) in spu_queue_register() argument 1670 hv_ret = sun4v_ncs_qconf(q_type, __pa(p->q), in spu_queue_register() 1686 p->q = new_queue(p->q_type); in spu_queue_setup() 1690 err = spu_queue_register(p, p->q_type); in spu_queue_setup() [all …]
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ehca_uverbs.c | 252 u32 q_type = (fileoffset >> 27) & 0x1; /* CQ, QP,... */ in ehca_mmap() local 259 switch (q_type) { in ehca_mmap() 304 ehca_gen_err("bad queue type %x", q_type); in ehca_mmap()
|
D | ehca_qp.c | 283 int q_type, in init_qp_queue() argument 328 NULL, 0, q_type, in init_qp_queue()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | pci.c | 90 static const char *mlxsw_pci_queue_type_str(enum mlxsw_pci_queue_type q_type) in mlxsw_pci_queue_type_str() argument 92 switch (q_type) { in mlxsw_pci_queue_type_str() 260 enum mlxsw_pci_queue_type q_type) in mlxsw_pci_queue_type_group_get() argument 262 return &mlxsw_pci->queues[q_type]; in mlxsw_pci_queue_type_group_get() 266 enum mlxsw_pci_queue_type q_type) in __mlxsw_pci_queue_count() argument 270 queue_group = mlxsw_pci_queue_type_group_get(mlxsw_pci, q_type); in __mlxsw_pci_queue_count() 296 enum mlxsw_pci_queue_type q_type, u8 q_num) in __mlxsw_pci_queue_get() argument 298 return &mlxsw_pci->queues[q_type].q[q_num]; in __mlxsw_pci_queue_get()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.c | 172 unsigned long q_type) in bnx2x_vfop_qctor_prep() argument 215 if (test_bit(BNX2X_Q_TYPE_HAS_RX, &q_type)) { in bnx2x_vfop_qctor_prep() 227 if (test_bit(BNX2X_Q_TYPE_HAS_TX, &q_type)) { in bnx2x_vfop_qctor_prep() 1417 unsigned long q_type = 0; in bnx2x_vfq_init() local 1419 set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); in bnx2x_vfq_init() 1420 set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); in bnx2x_vfq_init() 1427 q_type); in bnx2x_vfq_init()
|
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()
|
D | bnx2x_sriov.h | 444 unsigned long q_type);
|
D | bnx2x_main.c | 6342 unsigned long q_type = 0; in bnx2x_init_eth_fp() local 6359 __set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); in bnx2x_init_eth_fp() 6360 __set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); in bnx2x_init_eth_fp() 6382 bnx2x_sp_mapping(bp, q_rdata), q_type); in bnx2x_init_eth_fp() 6445 unsigned long q_type = 0; in bnx2x_init_fcoe_fp() local 6467 __set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); in bnx2x_init_fcoe_fp() 6468 __set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); in bnx2x_init_fcoe_fp() 6475 bnx2x_sp_mapping(bp, q_rdata), q_type); in bnx2x_init_fcoe_fp()
|
/linux-4.4.14/drivers/media/platform/s5p-jpeg/ |
D | jpeg-core.c | 1424 struct s5p_jpeg_ctx *ctx, int q_type) in vidioc_try_fmt() argument 1435 if (q_type == FMT_TYPE_OUTPUT) in vidioc_try_fmt()
|