Home
last modified time | relevance | path

Searched refs:sginfo (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/crypto/gemini/
H A Dsl3516-ce.h263 struct sginfo { struct
281 struct sginfo t_src[MAXDESC]; argument
282 struct sginfo t_dst[MAXDESC];
/linux/drivers/infiniband/hw/bng_re/
H A Dbng_fw.c65 struct bng_re_sg_info sginfo = {}; in bng_re_alloc_fw_channel() local
74 sginfo.pgsize = PAGE_SIZE; in bng_re_alloc_fw_channel()
75 sginfo.pgshft = PAGE_SHIFT; in bng_re_alloc_fw_channel()
77 hwq_attr.sginfo = &sginfo; in bng_re_alloc_fw_channel()
91 sginfo.pgsize = bng_fw_cmdqe_page_size(rcfw->cmdq_depth); in bng_re_alloc_fw_channel()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_rcfw.c935 struct bnxt_qplib_sg_info sginfo = {}; in bnxt_qplib_alloc_rcfw_channel() local
944 sginfo.pgsize = PAGE_SIZE; in bnxt_qplib_alloc_rcfw_channel()
945 sginfo.pgshft = PAGE_SHIFT; in bnxt_qplib_alloc_rcfw_channel()
947 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_rcfw_channel()
961 sginfo.pgsize = bnxt_qplib_cmdqe_page_size(rcfw->cmdq_depth); in bnxt_qplib_alloc_rcfw_channel()
H A Dib_verbs.c1147 struct bnxt_qplib_sg_info *sginfo) in bnxt_re_init_user_qp()
1158 sginfo->umem = umem; in bnxt_re_init_user_qp()
1159 sginfo->npages = ib_umem_num_dma_blocks(umem, page_size); in bnxt_re_init_user_qp()
1160 sginfo->pgsize = page_size; in bnxt_re_init_user_qp()
1161 sginfo->pgshft = __builtin_ctz(page_size); in bnxt_re_init_user_qp()
1319 struct bnxt_qplib_sg_info sginfo = {}; in bnxt_re_setup_qp_hwqs()
1329 sginfo.pgsize = req_size; in bnxt_re_setup_qp_hwqs()
1330 sginfo.pgshft = PAGE_SHIFT; in bnxt_re_setup_qp_hwqs()
1333 hwq_attr.sginfo = &sginfo; in bnxt_re_setup_qp_hwqs()
1257 struct bnxt_qplib_sg_info sginfo = {}; bnxt_re_qp_alloc_init_xrrq() local
3350 bnxt_re_setup_sginfo(struct bnxt_re_dev * rdev,struct ib_umem * umem,struct bnxt_qplib_sg_info * sginfo) bnxt_re_setup_sginfo() argument
[all...]