Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.c92 struct bnxt_qplib_sg_info *sginfo) in bnxt_qplib_fill_user_dma_pages() argument
97 rdma_umem_for_each_dma_block(sginfo->umem, &biter, sginfo->pgsize) { in bnxt_qplib_fill_user_dma_pages()
107 struct bnxt_qplib_sg_info *sginfo) in __alloc_pbl() argument
114 if (sginfo->nopte) in __alloc_pbl()
116 if (sginfo->umem) in __alloc_pbl()
117 pages = ib_umem_num_dma_blocks(sginfo->umem, sginfo->pgsize); in __alloc_pbl()
119 pages = sginfo->npages; in __alloc_pbl()
132 pbl->pg_size = sginfo->pgsize; in __alloc_pbl()
134 if (!sginfo->umem) { in __alloc_pbl()
146 bnxt_qplib_fill_user_dma_pages(pbl, sginfo); in __alloc_pbl()
[all …]
H A Dqplib_sp.c657 struct bnxt_qplib_sg_info sginfo = {}; in bnxt_qplib_reg_mr() local
688 hwq_attr.sginfo = &sginfo; in bnxt_qplib_reg_mr()
689 hwq_attr.sginfo->npages = pages; in bnxt_qplib_reg_mr()
690 hwq_attr.sginfo->pgsize = PAGE_SIZE; in bnxt_qplib_reg_mr()
691 hwq_attr.sginfo->pgshft = PAGE_SHIFT; in bnxt_qplib_reg_mr()
748 struct bnxt_qplib_sg_info sginfo = {}; in bnxt_qplib_alloc_fast_reg_page_list() local
760 sginfo.pgsize = PAGE_SIZE; in bnxt_qplib_alloc_fast_reg_page_list()
761 sginfo.nopte = true; in bnxt_qplib_alloc_fast_reg_page_list()
766 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_fast_reg_page_list()
H A Dqplib_rcfw.c568 struct bnxt_qplib_sg_info sginfo = {}; in bnxt_qplib_alloc_rcfw_channel() local
578 sginfo.pgsize = PAGE_SIZE; in bnxt_qplib_alloc_rcfw_channel()
579 sginfo.pgshft = PAGE_SHIFT; in bnxt_qplib_alloc_rcfw_channel()
581 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_rcfw_channel()
597 sginfo.pgsize = bnxt_qplib_cmdqe_page_size(rcfw->cmdq_depth); in bnxt_qplib_alloc_rcfw_channel()
H A Dqplib_fp.c555 struct bnxt_qplib_sg_info sginfo = {}; in bnxt_qplib_alloc_nq() local
563 sginfo.pgsize = PAGE_SIZE; in bnxt_qplib_alloc_nq()
564 sginfo.pgshft = PAGE_SHIFT; in bnxt_qplib_alloc_nq()
566 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_nq()
614 hwq_attr.sginfo = &srq->sg_info; in bnxt_qplib_create_srq()
833 hwq_attr.sginfo = &sq->sg_info; in bnxt_qplib_create_qp1()
860 hwq_attr.sginfo = &rq->sg_info; in bnxt_qplib_create_qp1()
953 struct bnxt_qplib_sg_info sginfo = {}; in bnxt_qplib_create_qp() local
982 hwq_attr.sginfo = &sq->sg_info; in bnxt_qplib_create_qp()
1014 hwq_attr.sginfo = &rq->sg_info; in bnxt_qplib_create_qp()
[all …]
H A Dqplib_res.h139 struct bnxt_qplib_sg_info *sginfo; member
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss.h112 struct sginfo { struct
185 struct sginfo t_src[MAX_SG];
186 struct sginfo t_dst[MAX_SG];
250 struct sginfo t_src[MAX_SG];
251 struct sginfo t_dst[MAX_SG];
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce.h156 struct sginfo { struct
174 struct sginfo t_src[MAX_SG]; argument
175 struct sginfo t_dst[MAX_SG];
/OK3568_Linux_fs/kernel/drivers/crypto/cavium/zip/
H A Dzip_device.h101 struct sg_info sginfo; member
/OK3568_Linux_fs/buildroot/package/sg3_utils/
H A Dsg3_utils.mk49 sginfo sgm_dd sgp_dd; do \