Home
last modified time | relevance | path

Searched refs:sginfo (Results 1 – 2 of 2) 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/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()