Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.c84 struct bnxt_qplib_sg_info *sginfo) in bnxt_qplib_fill_user_dma_pages() argument
89 rdma_umem_for_each_dma_block(sginfo->umem, &biter, sginfo->pgsize) { in bnxt_qplib_fill_user_dma_pages()
99 struct bnxt_qplib_sg_info *sginfo) in __alloc_pbl() argument
106 if (sginfo->nopte) in __alloc_pbl()
108 if (sginfo->umem) in __alloc_pbl()
109 pages = ib_umem_num_dma_blocks(sginfo->umem, sginfo->pgsize); in __alloc_pbl()
111 pages = sginfo->npages; in __alloc_pbl()
126 pbl->pg_size = sginfo->pgsize; in __alloc_pbl()
128 if (!sginfo->umem) { in __alloc_pbl()
140 bnxt_qplib_fill_user_dma_pages(pbl, sginfo); in __alloc_pbl()
[all …]
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 Dqplib_fp.c594 struct bnxt_qplib_sg_info sginfo = {}; in bnxt_qplib_alloc_nq() local
602 sginfo.pgsize = PAGE_SIZE; in bnxt_qplib_alloc_nq()
603 sginfo.pgshft = PAGE_SHIFT; in bnxt_qplib_alloc_nq()
605 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_nq()
655 hwq_attr.sginfo = &srq->sg_info; in bnxt_qplib_create_srq()
841 hwq_attr.sginfo = &sq->sg_info; in bnxt_qplib_create_qp1()
869 hwq_attr.sginfo = &rq->sg_info; in bnxt_qplib_create_qp1()
961 struct bnxt_qplib_sg_info sginfo = {}; in bnxt_qplib_create_qp() local
999 hwq_attr.sginfo = &sq->sg_info; in bnxt_qplib_create_qp()
1046 hwq_attr.sginfo = &rq->sg_info; in bnxt_qplib_create_qp()
[all …]
/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()