Searched refs:sg_size (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | scatterlist.h | 235 unsigned int sg_size; in __sg_free_table() local 240 sg_size = alloc_size - 1; in __sg_free_table() 242 sg_size = alloc_size; in __sg_free_table() 246 table->orig_nents -= sg_size; in __sg_free_table() 278 unsigned int sg_size; in __sg_alloc_table() local 283 sg_size = alloc_size - 1; in __sg_alloc_table() 285 sg_size = alloc_size; in __sg_alloc_table() 287 left -= sg_size; in __sg_alloc_table() 302 table->nents = table->orig_nents += sg_size; in __sg_alloc_table() 310 sg_mark_end(&sg[sg_size - 1]); in __sg_alloc_table()
|
| /freebsd/sys/dev/liquidio/ |
| H A D | lio_rxtx.h | 54 int sg_size; member
|
| H A D | lio_rxtx.c | 168 bzero(g->sg, g->sg_size); in lio_xmit()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | usb.c | 400 int err, sg_size; in mt76u_rx_urb_alloc() local 402 sg_size = qid == MT_RXQ_MAIN ? MT_RX_SG_MAX_SIZE : 0; in mt76u_rx_urb_alloc() 403 err = mt76u_urb_alloc(dev, e, sg_size); in mt76u_rx_urb_alloc() 407 return mt76u_refill_rx(dev, q, e->urb, sg_size); in mt76u_rx_urb_alloc()
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | abd_os.c | 327 size_t sg_size = MIN(PAGESIZE << compound_order(page), in abd_alloc_chunks() local 329 sg_set_page(sg, page, sg_size, 0); in abd_alloc_chunks() 331 remaining_size -= sg_size; in abd_alloc_chunks()
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic79xx.c | 8554 u_int sg_size; in ahd_loadseq() local 8613 sg_size = sizeof(struct ahd_dma_seg); in ahd_loadseq() 8615 sg_size = sizeof(struct ahd_dma64_seg); in ahd_loadseq() 8616 while (sg_prefetch_cnt < sg_size) in ahd_loadseq() 8623 if ((sg_prefetch_align % sg_size) != 0 in ahd_loadseq() 8631 sg_prefetch_cnt_limit = -(sg_prefetch_cnt - sg_size + 1); in ahd_loadseq() 8636 download_consts[SG_SIZEOF] = sg_size; in ahd_loadseq()
|