Home
last modified time | relevance | path

Searched refs:packetized (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/microcode/aic7xxx/
H A Daic79xx.seq361 * negotiation agreement is packetized. If the
544 * correctly after a packetized selection in several
584 * Allocate a FIFO for a non-packetized transaction.
586 * can allocate a FIFO for a non-packetized transaction.
627 * are busy. This handles the non-packetized
680 * are busy. This handles the non-packetized
690 * For packetized, the LQO manager clears ENSELO on
691 * the assertion of SELDO. If we are non-packetized,
796 * If this is a packetized connection, return to our
818 /* Non packetized request. */
[all …]
H A Daic79xx.reg1392 * single packetized connection.
3777 * in non-packetized operation.
3868 * Overloaded field for non-packetized
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2000-12-06-MeetingSummary.txt63 3. Should we use some form of packetized format to improve forward
/openbsd/sys/dev/ic/
H A Daic79xx.c291 int packetized; in ahd_currently_packetized() local
301 packetized = ahd_inb(ahd, LQISTATE) != 0; in ahd_currently_packetized()
307 return (packetized); in ahd_currently_packetized()
1694 int packetized; in ahd_handle_scsiint() local
1727 packetized = 0; in ahd_handle_scsiint()
1734 packetized = 1; in ahd_handle_scsiint()
1738 packetized = (lqostat1 & LQOBUSFREE) != 0; in ahd_handle_scsiint()
1739 if (!packetized in ahd_handle_scsiint()
1750 packetized = 1; in ahd_handle_scsiint()
1766 packetized = 0; in ahd_handle_scsiint()
[all …]