Searched refs:sg_size (Results 1 – 4 of 4) sorted by relevance
209 unsigned int sg_size; in __sg_free_table() local214 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() local257 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()
55 int sg_size; member
169 bzero(g->sg, g->sg_size); in lio_xmit()
8622 u_int sg_size; in ahd_loadseq() local8682 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()