Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dctf12 # CTF metadata (packetized)
13 0 lelong 0x75d11d57 Common Trace Format (CTF) packetized metadata (LE)
16 0 belong 0x75d11d57 Common Trace Format (CTF) packetized metadata (BE)
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daic79xx.seq420 * correctly after a packetized selection in several
447 * we are selecting with atn irregardless of our packetized
449 * messages if this is a packetized connection, the change
460 * Allocate a FIFO for a non-packetized transaction.
462 * can allocate a FIFO for a non-packetized transaction.
535 * For packetized, the LQO manager clears ENSELO on
536 * the assertion of SELDO. If we are non-packetized,
627 * If this is a packetized connection, return to our
649 /* Non packetized request. */
1549 * Can never happen from an interrupt as the packetized
H A Daic79xx.reg1400 * single packetized connection.
3760 * in non-packetized operation.
3831 * Overloaded field for non-packetized
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2000-12-06-MeetingSummary.txt63 3. Should we use some form of packetized format to improve forward
/netbsd-src/sys/dev/ic/
H A Daic79xx.c288 int packetized; in ahd_currently_packetized() local
298 packetized = ahd_inb(ahd, LQISTATE) != 0; in ahd_currently_packetized()
301 packetized = ahd_inb(ahd, LQISTAT2) & PACKETIZED; in ahd_currently_packetized()
304 return (packetized); in ahd_currently_packetized()
1643 int packetized; in ahd_handle_scsiint() local
1677 packetized = 0; in ahd_handle_scsiint()
1679 packetized = in ahd_handle_scsiint()
1686 packetized = 1; in ahd_handle_scsiint()
1690 packetized = (lqostat1 & LQOBUSFREE) != 0; in ahd_handle_scsiint()
1691 if (!packetized in ahd_handle_scsiint()
[all …]