Searched refs:packetized (Results 1 – 5 of 5) sorted by relevance
12 # 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)
420 * correctly after a packetized selection in several447 * we are selecting with atn irregardless of our packetized449 * messages if this is a packetized connection, the change460 * 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 on536 * the assertion of SELDO. If we are non-packetized,627 * If this is a packetized connection, return to our649 /* Non packetized request. */1549 * Can never happen from an interrupt as the packetized
1400 * single packetized connection.3760 * in non-packetized operation.3831 * Overloaded field for non-packetized
63 3. Should we use some form of packetized format to improve forward
288 int packetized; in ahd_currently_packetized() local298 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() local1677 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 …]