Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c1124 ioat_chan_dca_desc_t *saved_prev; in ioat_cmd_post_dca()
1125 ioat_chan_dca_desc_t *desc; in ioat_cmd_post_dca()
1126 ioat_chan_dca_desc_t *prev; in ioat_cmd_post_dca()
1134 desc = (ioat_chan_dca_desc_t *)&ring->cr_desc[ring->cr_desc_next]; in ioat_cmd_post_dca()
1135 prev = (ioat_chan_dca_desc_t *)&ring->cr_desc[ring->cr_desc_prev]; in ioat_cmd_post_dca()
1180 desc = (ioat_chan_dca_desc_t *) in ioat_cmd_post_dca()
1182 prev = (ioat_chan_dca_desc_t *) in ioat_cmd_post_dca()
1194 ASSERT(sizeof (ioat_chan_dca_desc_t) == 64); in ioat_cmd_post_dca()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dioat.h140 } ioat_chan_dca_desc_t; typedef