Searched refs:sg_size (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/dev/liquidio/
H A Dlio_rxtx.h54 int sg_size; member in struct:lio_gather
H A Dlio_rxtx.c168 bzero(g->sg, g->sg_size);
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dscatterlist.h232 unsigned int sg_size; local
237 sg_size = alloc_size - 1;
239 sg_size = alloc_size;
243 table->orig_nents -= sg_size;
275 unsigned int sg_size; local
280 sg_size = alloc_size - 1;
282 sg_size = alloc_size;
284 left -= sg_size;
299 table->nents = table->orig_nents += sg_size;
307 sg_mark_end(&sg[sg_size
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dusb.c395 int err, sg_size; local
397 sg_size = qid == MT_RXQ_MAIN ? MT_RX_SG_MAX_SIZE : 0;
398 err = mt76u_urb_alloc(dev, e, sg_size);
402 return mt76u_refill_rx(dev, q, e->urb, sg_size);
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c337 size_t sg_size = MIN(PAGESIZE << compound_order(page), local
339 sg_set_page(sg, page, sg_size, 0);
341 remaining_size -= sg_size;
/freebsd-current/sys/dev/aic7xxx/
H A Daic79xx.c8554 u_int sg_size; local
8614 sg_size = sizeof(struct ahd_dma_seg);
8616 sg_size = sizeof(struct ahd_dma64_seg);
8617 while (sg_prefetch_cnt < sg_size)
8624 if ((sg_prefetch_align % sg_size) != 0
8632 sg_prefetch_cnt_limit = -(sg_prefetch_cnt - sg_size + 1);
8637 download_consts[SG_SIZEOF] = sg_size;

Completed in 112 milliseconds