Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c1123 ioat_chan_dca_desc_t *saved_prev; in ioat_cmd_post_dca()
1124 ioat_chan_dca_desc_t *desc; in ioat_cmd_post_dca()
1125 ioat_chan_dca_desc_t *prev; in ioat_cmd_post_dca()
1133 desc = (ioat_chan_dca_desc_t *)&ring->cr_desc[ring->cr_desc_next]; in ioat_cmd_post_dca()
1134 prev = (ioat_chan_dca_desc_t *)&ring->cr_desc[ring->cr_desc_prev]; in ioat_cmd_post_dca()
1179 desc = (ioat_chan_dca_desc_t *) in ioat_cmd_post_dca()
1181 prev = (ioat_chan_dca_desc_t *) in ioat_cmd_post_dca()
1193 ASSERT(sizeof (ioat_chan_dca_desc_t) == 64); in ioat_cmd_post_dca()
/titanic_41/usr/src/uts/i86pc/sys/
H A Dioat.h140 } ioat_chan_dca_desc_t; typedef