Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h250 #define AAC_CMD_CMPLT (1 << 9) /* cmd exec'ed by driver/fw */ macro
H A Daac.c1318 acp->flags |= AAC_CMD_CMPLT; in aac_handle_io()
1797 acp->flags |= AAC_CMD_CMPLT; in aac_soft_callback()
6282 while (!(acp->flags & (AAC_CMD_CMPLT | AAC_CMD_ABORT))) { in aac_do_poll_io()
6292 if ((acp->flags & AAC_CMD_CMPLT) && !(acp->flags & AAC_CMD_ERR)) in aac_do_poll_io()
6302 while (!(acp->flags & (AAC_CMD_CMPLT | AAC_CMD_ABORT))) in aac_do_sync_io()
6305 if (acp->flags & AAC_CMD_CMPLT) in aac_do_sync_io()