Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
HDscatterlist.h209 unsigned int sg_size; in __sg_free_table() local
214 sg_size = alloc_size - 1; in __sg_free_table()
216 sg_size = alloc_size; in __sg_free_table()
220 table->orig_nents -= sg_size; in __sg_free_table()
252 unsigned int sg_size; in __sg_alloc_table() local
257 sg_size = alloc_size - 1; in __sg_alloc_table()
259 sg_size = alloc_size; in __sg_alloc_table()
261 left -= sg_size; in __sg_alloc_table()
276 table->nents = table->orig_nents += sg_size; in __sg_alloc_table()
284 sg_mark_end(&sg[sg_size - 1]); in __sg_alloc_table()
/freebsd-11-stable/sys/dev/liquidio/
HDlio_rxtx.h55 int sg_size; member
HDlio_rxtx.c169 bzero(g->sg, g->sg_size); in lio_xmit()
/freebsd-11-stable/sys/dev/aic7xxx/
HDaic79xx.c8622 u_int sg_size; in ahd_loadseq() local
8682 sg_size = sizeof(struct ahd_dma_seg); in ahd_loadseq()
8684 sg_size = sizeof(struct ahd_dma64_seg); in ahd_loadseq()
8685 while (sg_prefetch_cnt < sg_size) in ahd_loadseq()
8692 if ((sg_prefetch_align % sg_size) != 0 in ahd_loadseq()
8700 sg_prefetch_cnt_limit = -(sg_prefetch_cnt - sg_size + 1); in ahd_loadseq()
8705 download_consts[SG_SIZEOF] = sg_size; in ahd_loadseq()