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

/linux-4.1.27/drivers/crypto/
H A Dn2_core.c54 u8 q_type; member in struct:spu_queue
73 if (q->q_type == HV_NCS_QTYPE_MAU) { spu_next_offset()
1615 static void *new_queue(unsigned long q_type) new_queue() argument
1617 return kmem_cache_zalloc(queue_cache[q_type - 1], GFP_KERNEL); new_queue()
1620 static void free_queue(void *p, unsigned long q_type) free_queue() argument
1622 return kmem_cache_free(queue_cache[q_type - 1], p); free_queue()
1655 static int spu_queue_register(struct spu_queue *p, unsigned long q_type) spu_queue_register() argument
1670 hv_ret = sun4v_ncs_qconf(q_type, __pa(p->q), spu_queue_register()
1686 p->q = new_queue(p->q_type); spu_queue_setup()
1690 err = spu_queue_register(p, p->q_type); spu_queue_setup()
1692 free_queue(p->q, p->q_type); spu_queue_setup()
1706 hv_ret = sun4v_ncs_qconf(p->q_type, p->qhandle, 0, &p->qhandle); spu_queue_destroy()
1709 free_queue(p->q, p->q_type); spu_queue_destroy()
1766 u64 node, const char *iname, unsigned long q_type, handle_exec_unit()
1781 p->q_type = q_type; handle_exec_unit()
1798 const char *exec_name, unsigned long q_type, spu_mdesc_scan()
1812 exec_name, q_type, handler, table); spu_mdesc_scan()
1764 handle_exec_unit(struct spu_mdesc_info *ip, struct list_head *list, struct platform_device *dev, struct mdesc_handle *mdesc, u64 node, const char *iname, unsigned long q_type, irq_handler_t handler, struct spu_queue **table) handle_exec_unit() argument
1796 spu_mdesc_scan(struct mdesc_handle *mdesc, struct platform_device *dev, struct spu_mdesc_info *ip, struct list_head *list, const char *exec_name, unsigned long q_type, irq_handler_t handler, struct spu_queue **table) spu_mdesc_scan() argument
/linux-4.1.27/drivers/infiniband/hw/ehca/
H A Dehca_uverbs.c252 u32 q_type = (fileoffset >> 27) & 0x1; /* CQ, QP,... */ ehca_mmap() local
259 switch (q_type) { ehca_mmap()
304 ehca_gen_err("bad queue type %x", q_type); ehca_mmap()
H A Dehca_qp.c283 int q_type, init_qp_queue()
328 NULL, 0, q_type, init_qp_queue()
279 init_qp_queue(struct ehca_shca *shca, struct ehca_pd *pd, struct ehca_qp *my_qp, struct ipz_queue *queue, int q_type, u64 expected_hret, struct ehca_alloc_queue_parms *parms, int wqe_size) init_qp_queue() argument
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c170 unsigned long q_type) bnx2x_vfop_qctor_prep()
221 if (test_bit(BNX2X_Q_TYPE_HAS_RX, &q_type)) { bnx2x_vfop_qctor_prep()
233 if (test_bit(BNX2X_Q_TYPE_HAS_TX, &q_type)) { bnx2x_vfop_qctor_prep()
1464 unsigned long q_type = 0; bnx2x_vfq_init() local
1466 set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); bnx2x_vfq_init()
1467 set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); bnx2x_vfq_init()
1474 q_type); bnx2x_vfq_init()
166 bnx2x_vfop_qctor_prep(struct bnx2x *bp, struct bnx2x_virtf *vf, struct bnx2x_vf_queue *q, struct bnx2x_vf_queue_construct_params *p, unsigned long q_type) bnx2x_vfop_qctor_prep() argument
H A Dbnx2x_vfpf.c1450 unsigned long q_type = 0; bnx2x_vf_mbx_setup_q() local
1471 __set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); bnx2x_vf_mbx_setup_q()
1502 __set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); bnx2x_vf_mbx_setup_q()
1548 bnx2x_vfop_qctor_prep(bp, vf, q, &qctor, q_type); bnx2x_vf_mbx_setup_q()
H A Dbnx2x_sriov.h432 unsigned long q_type);
H A Dbnx2x_main.c6299 unsigned long q_type = 0; bnx2x_init_eth_fp() local
6316 __set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); bnx2x_init_eth_fp()
6317 __set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); bnx2x_init_eth_fp()
6339 bnx2x_sp_mapping(bp, q_rdata), q_type);
6402 unsigned long q_type = 0; bnx2x_init_fcoe_fp() local
6424 __set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); bnx2x_init_fcoe_fp()
6425 __set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); bnx2x_init_fcoe_fp()
6432 bnx2x_sp_mapping(bp, q_rdata), q_type); bnx2x_init_fcoe_fp()
/linux-4.1.27/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c1169 struct s5p_jpeg_ctx *ctx, int q_type) vidioc_try_fmt()
1180 if (q_type == FMT_TYPE_OUTPUT) vidioc_try_fmt()
1168 vidioc_try_fmt(struct v4l2_format *f, struct s5p_jpeg_fmt *fmt, struct s5p_jpeg_ctx *ctx, int q_type) vidioc_try_fmt() argument

Completed in 356 milliseconds