Home
last modified time | relevance | path

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

/freebsd/contrib/file/magic/Magdir/
H A Dctf13 # 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)
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.seq358 * negotiation agreement is packetized. If the
541 * correctly after a packetized selection in several
568 * we are selecting with atn irregardless of our packetized
570 * messages if this is a packetized connection, the change
581 * 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-packetized
677 * are busy. This handles the non-packetized
687 * For packetized, the LQO manager clears ENSELO on
688 * the assertion of SELDO. If we are non-packetized,
[all …]
H A Daic79xx.c263 int packetized; in ahd_currently_packetized() local
273 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() local
1714 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 …]
H A Daic79xx.reg1389 * single packetized connection.
3774 * in non-packetized operation.
3866 * Overloaded field for non-packetized
/freebsd/sys/cam/ctl/
H A DREADME.ctl.txt263 ctl_queue_sense() This is only used for non-packetized SCSI. i.e.