Searched refs:sg_size (Results 1 – 4 of 4) sorted by relevance
211 unsigned int sg_size; in __sg_free_table() local216 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() local259 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()
55 int sg_size; member
169 bzero(g->sg, g->sg_size); in lio_xmit()
8624 u_int sg_size; in ahd_loadseq() local8684 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()