Home
last modified time | relevance | path

Searched refs:r_buf_dma (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c2257 bcopy(r->r_buf_dma[i].addr + in bfe_receive()
2589 &r->r_buf_dma[slot].handle); in bfe_ring_buf_alloc()
2600 &r->r_buf_dma[slot].len, in bfe_ring_buf_alloc()
2601 &r->r_buf_dma[slot].acchdl); in bfe_ring_buf_alloc()
2610 NULL, r->r_buf_dma[slot].addr, in bfe_ring_buf_alloc()
2611 r->r_buf_dma[slot].len, in bfe_ring_buf_alloc()
2614 &r->r_buf_dma[slot].cookie, in bfe_ring_buf_alloc()
2642 if (r->r_buf_dma == NULL) in bfe_ring_buf_free()
2668 r->r_buf_dma = NULL; in bfe_ring_desc_free()
2695 kmem_free(r->r_buf_dma, size_krnl); in bfe_ring_desc_alloc()
[all …]
H A Dbfe.h261 bfe_dma_t *r_buf_dma; member