Home
last modified time | relevance | path

Searched full:packetized (Results 1 – 25 of 25) sorted by relevance

/freebsd-src/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-src/sys/dev/aic7xxx/
H A Daic79xx.h155 * The identify message only supports 64 luns in non-packetized transfers.
247 * correctly in certain packetized selection cases.
252 /* Packetized bitbucket crosses packet boundaries. */
272 * to perform non-packetized message delivery.
279 /* The PACKETIZED status bit refers to the previous connection. */
284 * Only the FIFO allocated to the non-packetized connection may
293 * occur in non-packetized connections.
304 /* Non-packetized busfree revision does not work. */
330 * The LED does not stay on long enough in packetized modes.
428 * the host in packetized mode.
[all …]
H A Daic79xx.seq358 * negotiation agreement is packetized. If the
532 /************************ Packetized LongJmp Routines *************************/
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
658 * In Packetized Mode:
677 * are busy. This handles the non-packetized
[all …]
H A Daic79xx.c254 * Determine if the current connection has a packetized
256 * are currently in a packetized transfer. We could
263 int packetized; in ahd_currently_packetized() local
268 * The packetized bit refers to the last in ahd_currently_packetized()
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()
384 * Flush the good status FIFO for completed packetized commands. in ahd_flush_qoutfifo()
577 * Determine if an SCB for a packetized transaction
1001 printf("SCB %d Packetized Status Overrun", scbid); in ahd_handle_seqint()
[all …]
H A Daic79xx.reg1389 * single packetized connection.
2086 field PACKETIZED 0x80
2463 * Packetized CRC Interval
3774 * in non-packetized operation.
3866 * Overloaded field for non-packetized
H A Daic79xx_reg.h2887 #define PACKETIZED 0x80 macro
H A Daic79xx_reg_print.c1177 { "PACKETIZED", 0x80, 0x80 }
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDFAPacketizer.h95 // can be packetized, but also which functional units each instruction ends up
190 // Return true if instruction MI can not be packetized with any other
/freebsd-src/sys/contrib/device-tree/Bindings/arm/
H A Dqcom,coresight-tpda.yaml13 more attached TPDM and pushing the resultant (packetized) data out a
/freebsd-src/share/man/man4/
H A Dahd.465 packetized transfers, tagged queueing, 512 SCB's, and target mode.
/freebsd-src/sys/cam/ctl/
H A Dctl_frontend.h119 * doesn't support autosense. e.g. non-packetized
321 * autosense (e.g. non-packetized parallel SCSI). This will queue the
H A DREADME.ctl.txt263 ctl_queue_sense() This is only used for non-packetized SCSI. i.e.
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp313 // Call-like instructions can be packetized with preceding instructions in isCallDependent()
515 /// can be packetized together. in updateOffset()
1278 // a regmask. Those cannot be packetized together, because the call will in hasRegMaskDependence()
1324 // SUI will be packetized. in isLegalToPacketizeTogether()
1516 // 1. Volatile loads/stores can be packetized together, unless other in isLegalToPacketizeTogether()
1574 // between ALLOCFRAME and subsequent store, allow it to be packetized in isLegalToPacketizeTogether()
1603 // Those cannot be packetized together, since the call will observe in isLegalToPacketizeTogether()
1672 // packetized with the producer. In that case I and J must be separated. in isLegalToPruneDependencies()
H A DHexagonVLIWPacketizer.h92 // isSoloInstruction - return true if instruction MI can not be packetized
H A DHexagonHazardRecognizer.cpp104 /// packetized.
H A DHexagonInstrInfo.cpp4362 // they can be packetized together. However, this decision can't be made in getMaxValue()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp161 // isSoloInstruction - return true if instruction MI can not be packetized
/freebsd-src/sys/dev/mpt/mpilib/
H A Dmpi_init.h223 /* (FCP-1 RSP_CODE values and SPI-3 Packetized Failure codes) */
/freebsd-src/crypto/openssl/include/internal/
H A Dpacket.h57 * For use in non-PACKETized APIs.
/freebsd-src/sys/cam/
H A Dcam_ccb.h278 PROTO_ATAPI, /* AT Attachment Packetized Interface */
/freebsd-src/sys/dev/mps/
H A Dmps_sas.c2154 /* In a modern packetized environment, an autosense failure in mpssas_scsiio_complete()
/freebsd-src/sys/dev/mpr/
H A Dmpr_sas.c2610 /* In a modern packetized environment, an autosense failure in mprsas_scsiio_complete()
/freebsd-src/sys/dev/mpt/
H A Dmpt_cam.c2141 /* XXX No such thing for a target doing packetized. */ in mpt_start()
/freebsd-src/sys/cam/scsi/
H A Dscsi_sa.c2928 * non-packetized SCSI, where you have to go back in sastart()
/freebsd-src/sys/dev/mpi3mr/
H A Dmpi3mr.c4753 /* In a modern packetized environment, an autosense failure in mpi3mr_process_op_reply_desc()