Lines Matching refs:fs
666 int intr, fs, i, stat, x; in mace_interrupt() local
689 fs = in_8(&mb->xmtfs); in mace_interrupt()
716 fs = in_8(&mb->xmtfs); in mace_interrupt()
717 if ((fs & XMTSV) == 0) { in mace_interrupt()
719 fs, xcount, dstat); in mace_interrupt()
728 if ((fs & (UFLO|LCOL|LCAR|RTRY)) || (dstat & DEAD) || xcount == 0) { in mace_interrupt()
756 fs, xcount, dstat); in mace_interrupt()
760 if (fs & (UFLO|LCOL|LCAR|RTRY)) { in mace_interrupt()
762 if (fs & LCAR) in mace_interrupt()
764 if (fs & (UFLO|LCOL|RTRY)) in mace_interrupt()
775 mace_last_fs = fs; in mace_interrupt()