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.h235 unsigned int sg_size; local
240 sg_size = alloc_size - 1;
242 sg_size = alloc_size;
246 table->orig_nents -= sg_size;
278 unsigned int sg_size; local
283 sg_size = alloc_size - 1;
285 sg_size = alloc_size;
287 left -= sg_size;
302 table->nents = table->orig_nents += sg_size;
310 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
8613 sg_size = sizeof(struct ahd_dma_seg);
8615 sg_size = sizeof(struct ahd_dma64_seg);
8616 while (sg_prefetch_cnt < sg_size)
8623 if ((sg_prefetch_align % sg_size) != 0
8631 sg_prefetch_cnt_limit = -(sg_prefetch_cnt - sg_size + 1);
8636 download_consts[SG_SIZEOF] = sg_size;

Completed in 108 milliseconds