Home
last modified time | relevance | path

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

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.c96 rdma_umem_for_each_dma_block(sginfo->umem, &biter, sginfo->pgsize) { in bnxt_qplib_fill_user_dma_pages()
113 if (sginfo->nopte) in __alloc_pbl()
115 if (sginfo->umem) in __alloc_pbl()
116 pages = ib_umem_num_dma_blocks(sginfo->umem, sginfo->pgsize); in __alloc_pbl()
118 pages = sginfo->npages; in __alloc_pbl()
133 if (!sginfo->umem) { in __alloc_pbl()
218 hwq_attr->sginfo->umem, hwq_attr->sginfo->pgsize); in bnxt_qplib_alloc_init_hwq()
251 sginfo.npages = 1; in bnxt_qplib_alloc_init_hwq()
255 sginfo.npages = npbl; in bnxt_qplib_alloc_init_hwq()
401 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_tqm_rings()
[all …]
H A Dqplib_sp.c657 struct bnxt_qplib_sg_info sginfo = {}; in bnxt_qplib_reg_mr() local
677 hwq_attr.sginfo = &sginfo; in bnxt_qplib_reg_mr()
678 hwq_attr.sginfo->umem = umem; in bnxt_qplib_reg_mr()
679 hwq_attr.sginfo->npages = pages; in bnxt_qplib_reg_mr()
680 hwq_attr.sginfo->pgsize = PAGE_SIZE; in bnxt_qplib_reg_mr()
681 hwq_attr.sginfo->pgshft = PAGE_SHIFT; in bnxt_qplib_reg_mr()
733 struct bnxt_qplib_sg_info sginfo = {}; in bnxt_qplib_alloc_fast_reg_page_list() local
745 sginfo.pgsize = PAGE_SIZE; in bnxt_qplib_alloc_fast_reg_page_list()
746 sginfo.nopte = true; in bnxt_qplib_alloc_fast_reg_page_list()
751 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_fast_reg_page_list()
H A Dqplib_rcfw.c572 struct bnxt_qplib_sg_info sginfo = {}; in bnxt_qplib_alloc_rcfw_channel() local
582 sginfo.pgsize = PAGE_SIZE; in bnxt_qplib_alloc_rcfw_channel()
583 sginfo.pgshft = PAGE_SHIFT; in bnxt_qplib_alloc_rcfw_channel()
585 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_rcfw_channel()
601 sginfo.pgsize = bnxt_qplib_cmdqe_page_size(rcfw->cmdq_depth); in bnxt_qplib_alloc_rcfw_channel()
H A Dqplib_fp.c563 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()
832 hwq_attr.sginfo = &sq->sg_info; in bnxt_qplib_create_qp1()
859 hwq_attr.sginfo = &rq->sg_info; in bnxt_qplib_create_qp1()
981 hwq_attr.sginfo = &sq->sg_info; in bnxt_qplib_create_qp()
1062 sginfo.pgsize = req_size; in bnxt_qplib_create_qp()
1063 sginfo.pgshft = PAGE_SHIFT; in bnxt_qplib_create_qp()
1066 hwq_attr.sginfo = &sginfo; in bnxt_qplib_create_qp()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.c96 rdma_umem_for_each_dma_block(sginfo->umem, &biter, sginfo->pgsize) { in bnxt_qplib_fill_user_dma_pages()
113 if (sginfo->nopte) in __alloc_pbl()
115 if (sginfo->umem) in __alloc_pbl()
116 pages = ib_umem_num_dma_blocks(sginfo->umem, sginfo->pgsize); in __alloc_pbl()
118 pages = sginfo->npages; in __alloc_pbl()
133 if (!sginfo->umem) { in __alloc_pbl()
218 hwq_attr->sginfo->umem, hwq_attr->sginfo->pgsize); in bnxt_qplib_alloc_init_hwq()
251 sginfo.npages = 1; in bnxt_qplib_alloc_init_hwq()
255 sginfo.npages = npbl; in bnxt_qplib_alloc_init_hwq()
401 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_tqm_rings()
[all …]
H A Dqplib_sp.c657 struct bnxt_qplib_sg_info sginfo = {}; in bnxt_qplib_reg_mr() local
677 hwq_attr.sginfo = &sginfo; in bnxt_qplib_reg_mr()
678 hwq_attr.sginfo->umem = umem; in bnxt_qplib_reg_mr()
679 hwq_attr.sginfo->npages = pages; in bnxt_qplib_reg_mr()
680 hwq_attr.sginfo->pgsize = PAGE_SIZE; in bnxt_qplib_reg_mr()
681 hwq_attr.sginfo->pgshft = PAGE_SHIFT; in bnxt_qplib_reg_mr()
733 struct bnxt_qplib_sg_info sginfo = {}; in bnxt_qplib_alloc_fast_reg_page_list() local
745 sginfo.pgsize = PAGE_SIZE; in bnxt_qplib_alloc_fast_reg_page_list()
746 sginfo.nopte = true; in bnxt_qplib_alloc_fast_reg_page_list()
751 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_fast_reg_page_list()
H A Dqplib_rcfw.c572 struct bnxt_qplib_sg_info sginfo = {}; in bnxt_qplib_alloc_rcfw_channel() local
582 sginfo.pgsize = PAGE_SIZE; in bnxt_qplib_alloc_rcfw_channel()
583 sginfo.pgshft = PAGE_SHIFT; in bnxt_qplib_alloc_rcfw_channel()
585 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_rcfw_channel()
601 sginfo.pgsize = bnxt_qplib_cmdqe_page_size(rcfw->cmdq_depth); in bnxt_qplib_alloc_rcfw_channel()
H A Dqplib_fp.c563 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()
832 hwq_attr.sginfo = &sq->sg_info; in bnxt_qplib_create_qp1()
859 hwq_attr.sginfo = &rq->sg_info; in bnxt_qplib_create_qp1()
981 hwq_attr.sginfo = &sq->sg_info; in bnxt_qplib_create_qp()
1062 sginfo.pgsize = req_size; in bnxt_qplib_create_qp()
1063 sginfo.pgshft = PAGE_SHIFT; in bnxt_qplib_create_qp()
1066 hwq_attr.sginfo = &sginfo; in bnxt_qplib_create_qp()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.c96 rdma_umem_for_each_dma_block(sginfo->umem, &biter, sginfo->pgsize) { in bnxt_qplib_fill_user_dma_pages()
113 if (sginfo->nopte) in __alloc_pbl()
115 if (sginfo->umem) in __alloc_pbl()
116 pages = ib_umem_num_dma_blocks(sginfo->umem, sginfo->pgsize); in __alloc_pbl()
118 pages = sginfo->npages; in __alloc_pbl()
133 if (!sginfo->umem) { in __alloc_pbl()
218 hwq_attr->sginfo->umem, hwq_attr->sginfo->pgsize); in bnxt_qplib_alloc_init_hwq()
251 sginfo.npages = 1; in bnxt_qplib_alloc_init_hwq()
255 sginfo.npages = npbl; in bnxt_qplib_alloc_init_hwq()
401 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_tqm_rings()
[all …]
H A Dqplib_sp.c657 struct bnxt_qplib_sg_info sginfo = {}; in bnxt_qplib_reg_mr() local
677 hwq_attr.sginfo = &sginfo; in bnxt_qplib_reg_mr()
678 hwq_attr.sginfo->umem = umem; in bnxt_qplib_reg_mr()
679 hwq_attr.sginfo->npages = pages; in bnxt_qplib_reg_mr()
680 hwq_attr.sginfo->pgsize = PAGE_SIZE; in bnxt_qplib_reg_mr()
681 hwq_attr.sginfo->pgshft = PAGE_SHIFT; in bnxt_qplib_reg_mr()
733 struct bnxt_qplib_sg_info sginfo = {}; in bnxt_qplib_alloc_fast_reg_page_list() local
745 sginfo.pgsize = PAGE_SIZE; in bnxt_qplib_alloc_fast_reg_page_list()
746 sginfo.nopte = true; in bnxt_qplib_alloc_fast_reg_page_list()
751 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_fast_reg_page_list()
H A Dqplib_rcfw.c572 struct bnxt_qplib_sg_info sginfo = {}; in bnxt_qplib_alloc_rcfw_channel() local
582 sginfo.pgsize = PAGE_SIZE; in bnxt_qplib_alloc_rcfw_channel()
583 sginfo.pgshft = PAGE_SHIFT; in bnxt_qplib_alloc_rcfw_channel()
585 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_rcfw_channel()
601 sginfo.pgsize = bnxt_qplib_cmdqe_page_size(rcfw->cmdq_depth); in bnxt_qplib_alloc_rcfw_channel()
H A Dqplib_fp.c563 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()
832 hwq_attr.sginfo = &sq->sg_info; in bnxt_qplib_create_qp1()
859 hwq_attr.sginfo = &rq->sg_info; in bnxt_qplib_create_qp1()
981 hwq_attr.sginfo = &sq->sg_info; in bnxt_qplib_create_qp()
1062 sginfo.pgsize = req_size; in bnxt_qplib_create_qp()
1063 sginfo.pgshft = PAGE_SHIFT; in bnxt_qplib_create_qp()
1066 hwq_attr.sginfo = &sginfo; in bnxt_qplib_create_qp()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss.h113 struct sginfo { struct
178 struct sginfo t_src[MAX_SG];
179 struct sginfo t_dst[MAX_SG];
243 struct sginfo t_src[MAX_SG];
244 struct sginfo t_dst[MAX_SG];
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss.h113 struct sginfo { struct
178 struct sginfo t_src[MAX_SG];
179 struct sginfo t_dst[MAX_SG];
243 struct sginfo t_src[MAX_SG];
244 struct sginfo t_dst[MAX_SG];
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss.h113 struct sginfo { struct
178 struct sginfo t_src[MAX_SG];
179 struct sginfo t_dst[MAX_SG];
243 struct sginfo t_src[MAX_SG];
244 struct sginfo t_dst[MAX_SG];
/dports/sysutils/sg3_utils/sg3_utils-1.42/
H A DCOVERAGE21 INQUIRY sg_dd, sg_format, sg_inq, sginfo,
29 MODE SELECT(6) sdparm, sg_wr_mode, sginfo, sg_format,
31 MODE SELECT(10) sdparm, sg_wr_mode, sginfo, sg_format,
33 MODE SENSE(6) sdparm, sg_modes, sg_wr_mode, sginfo, sg_format,
35 MODE SENSE(10) sdparm, sg_modes, sg_wr_mode, sginfo, sg_format,
52 READ DEFECT(10) sginfo('-d' or '-G'), sg_reassign('-g'), smartmontools, ++
53 READ DEFECT(12) sginfo('-d' or '-G'), smartmontools
H A DCREDITS29 sg_turs and sginfo
34 Eric Youngdale <eric at andante dot org> author of scsi_info on which sginfo
81 Additions to sginfo and sg_map. Author of rescan-scsi-bus.sh with
128 that sginfo could detect.
130 Tom Steudten <steudten at gmx dot ch> sginfo addition: add '-Fhead' option
H A Dsg3_utils.spec19 mode and log pages (sginfo, sg_modes and sg_logs); spin up and down
203 - add sg_wr_mode, sg_rtpg + sg_reassign; sginfo sas tweaks
223 - add '-fHead' to sginfo, '-i' for sg_inq, new sg_opcodes + sg_persist
227 - sg3_utils.spec for mandrake; more sginfo work, sg_scan, sg_logs
231 - sg_readcap: sizes; sg_logs: double fetch; sg_map 256 sg devices; sginfo
243 - interwork with block SG_IO, fix in sginfo, '-t' for sg_turs
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce.h157 struct sginfo { struct
175 struct sginfo t_src[MAX_SG]; argument
176 struct sginfo t_dst[MAX_SG];
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce.h157 struct sginfo { struct
175 struct sginfo t_src[MAX_SG]; argument
176 struct sginfo t_dst[MAX_SG];
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce.h157 struct sginfo { struct
175 struct sginfo t_src[MAX_SG]; argument
176 struct sginfo t_dst[MAX_SG];
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/cavium/zip/
H A Dzip_device.h101 struct sg_info sginfo; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/cavium/zip/
H A Dzip_device.h101 struct sg_info sginfo; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/cavium/zip/
H A Dzip_device.h101 struct sg_info sginfo; member
/dports/science/mcstas-comps/mcstas-comps-2.5-src/libs/libnxs/
H A Dnxs.pro20 HEADERS += sginfo.h \

12