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() 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() 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 in __sg_alloc_table() 232 unsigned int sg_size; __sg_free_table() local 275 unsigned int sg_size; __sg_alloc_table() local [all...] |
/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 | 395 int err, sg_size; in mt76u_rx_urb_alloc() local 397 sg_size = qid == MT_RXQ_MAIN ? MT_RX_SG_MAX_SIZE : 0; in mt76u_rx_urb_alloc() 398 err = mt76u_urb_alloc(dev, e, sg_size); in mt76u_rx_urb_alloc() 402 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 | 329 size_t sg_size = MIN(PAGESIZE << compound_order(page), in abd_alloc_chunks() local 331 sg_set_page(sg, page, sg_size, 0); in abd_alloc_chunks() 333 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()
|