Searched refs:packetized (Results 1 – 5 of 5) sorted by relevance
13 # CTF metadata (packetized)14 0 lelong 0x75d11d57 Common Trace Format (CTF) packetized metadata (LE)17 0 belong 0x75d11d57 Common Trace Format (CTF) packetized metadata (BE)
358 * negotiation agreement is packetized. If the541 * correctly after a packetized selection in several568 * we are selecting with atn irregardless of our packetized570 * messages if this is a packetized connection, the change581 * Allocate a FIFO for a non-packetized transaction.583 * can allocate a FIFO for a non-packetized transaction.624 * are busy. This handles the non-packetized677 * are busy. This handles the non-packetized687 * For packetized, the LQO manager clears ENSELO on688 * the assertion of SELDO. If we are non-packetized,[all …]
263 int packetized; in ahd_currently_packetized() local273 packetized = ahd_inb(ahd, LQISTATE) != 0; in ahd_currently_packetized()276 packetized = ahd_inb(ahd, LQISTAT2) & PACKETIZED; in ahd_currently_packetized()279 return (packetized); in ahd_currently_packetized()1677 int packetized; in ahd_handle_scsiint() local1714 packetized = 0; in ahd_handle_scsiint()1717 packetized = (scb->flags & SCB_PACKETIZED) != 0; in ahd_handle_scsiint()1723 packetized = 1; in ahd_handle_scsiint()1727 packetized = (lqostat1 & LQOBUSFREE) != 0; in ahd_handle_scsiint()1728 if (!packetized in ahd_handle_scsiint()[all …]
1389 * single packetized connection.3774 * in non-packetized operation.3866 * Overloaded field for non-packetized
263 ctl_queue_sense() This is only used for non-packetized SCSI. i.e.