Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c333 bzero(ring->cr_desc, channel->ic_desc_alloc_size); in ioat_channel_resume()
666 channel->ic_desc_alloc_size = channel->ic_chan_desc_cnt * in ioat_ring_alloc()
669 channel->ic_desc_alloc_size, &ioat_acc_attr, in ioat_ring_alloc()
675 bzero(ring->cr_desc, channel->ic_desc_alloc_size); in ioat_ring_alloc()
677 (caddr_t)ring->cr_desc, channel->ic_desc_alloc_size, in ioat_ring_alloc()
685 channel->ic_desc_alloc_size); in ioat_ring_alloc()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dioat.h273 size_t ic_desc_alloc_size; member