Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
Dscatterlist.h211 unsigned int sg_size; in __sg_free_table() local
216 sg_size = alloc_size - 1; in __sg_free_table()
218 sg_size = alloc_size; in __sg_free_table()
222 table->orig_nents -= sg_size; in __sg_free_table()
254 unsigned int sg_size; in __sg_alloc_table() local
259 sg_size = alloc_size - 1; in __sg_alloc_table()
261 sg_size = alloc_size; in __sg_alloc_table()
263 left -= sg_size; in __sg_alloc_table()
278 table->nents = table->orig_nents += sg_size; in __sg_alloc_table()
286 sg_mark_end(&sg[sg_size - 1]); in __sg_alloc_table()
/freebsd-12-stable/sys/dev/liquidio/
Dlio_rxtx.h55 int sg_size; member
Dlio_rxtx.c169 bzero(g->sg, g->sg_size); in lio_xmit()
/freebsd-12-stable/sys/dev/aic7xxx/
Daic79xx.c8624 u_int sg_size; in ahd_loadseq() local
8684 sg_size = sizeof(struct ahd_dma_seg); in ahd_loadseq()
8686 sg_size = sizeof(struct ahd_dma64_seg); in ahd_loadseq()
8687 while (sg_prefetch_cnt < sg_size) in ahd_loadseq()
8694 if ((sg_prefetch_align % sg_size) != 0 in ahd_loadseq()
8702 sg_prefetch_cnt_limit = -(sg_prefetch_cnt - sg_size + 1); in ahd_loadseq()
8707 download_consts[SG_SIZEOF] = sg_size; in ahd_loadseq()