Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/
Dn2_core.c54 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.1.27/drivers/infiniband/hw/ehca/
Dehca_uverbs.c252 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()
Dehca_qp.c283 int q_type, in init_qp_queue() argument
328 NULL, 0, q_type, in init_qp_queue()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.c170 unsigned long q_type) in bnx2x_vfop_qctor_prep() argument
221 if (test_bit(BNX2X_Q_TYPE_HAS_RX, &q_type)) { in bnx2x_vfop_qctor_prep()
233 if (test_bit(BNX2X_Q_TYPE_HAS_TX, &q_type)) { in bnx2x_vfop_qctor_prep()
1464 unsigned long q_type = 0; in bnx2x_vfq_init() local
1466 set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); in bnx2x_vfq_init()
1467 set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); in bnx2x_vfq_init()
1474 q_type); in bnx2x_vfq_init()
Dbnx2x_vfpf.c1450 unsigned long q_type = 0; in bnx2x_vf_mbx_setup_q() local
1471 __set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); in bnx2x_vf_mbx_setup_q()
1502 __set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); in bnx2x_vf_mbx_setup_q()
1548 bnx2x_vfop_qctor_prep(bp, vf, q, &qctor, q_type); in bnx2x_vf_mbx_setup_q()
Dbnx2x_sriov.h432 unsigned long q_type);
Dbnx2x_main.c6299 unsigned long q_type = 0; in bnx2x_init_eth_fp() local
6316 __set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); in bnx2x_init_eth_fp()
6317 __set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); in bnx2x_init_eth_fp()
6339 bnx2x_sp_mapping(bp, q_rdata), q_type); in bnx2x_init_eth_fp()
6402 unsigned long q_type = 0; in bnx2x_init_fcoe_fp() local
6424 __set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); in bnx2x_init_fcoe_fp()
6425 __set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); in bnx2x_init_fcoe_fp()
6432 bnx2x_sp_mapping(bp, q_rdata), q_type); in bnx2x_init_fcoe_fp()
/linux-4.1.27/drivers/media/platform/s5p-jpeg/
Djpeg-core.c1169 struct s5p_jpeg_ctx *ctx, int q_type) in vidioc_try_fmt() argument
1180 if (q_type == FMT_TYPE_OUTPUT) in vidioc_try_fmt()