Searched defs:msgin (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c4183 * For tagged queuing, we should still be in msgin
4204 bad_reselect = "not in msgin phase";
4240 bad_reselect = "not in msgin phase";
4688 IPRINTF1("last msgin=%x\n", fas->f_last_msgin);
5280 uchar_t msgin; local
5380 } else if ((msgin = fas->f_fifolen) != 1) {
5387 fas_printf(fas, "fifocount=%x", msgin);
5399 msgin = fas_reg_read(fas,
5404 msgin = fas->f_fifo[0];
5405 fas->f_imsgarea[fas->f_imsgindex++] = msgin;
5552 uchar_t msgin = fas->f_last_msgin = fas->f_imsgarea[0]; local
[all...]

Completed in 57 milliseconds