Home | History | Annotate | Download | only in gpxe

Lines Matching refs:scsi

6  * SCSI RDMA Protocol
16 #include <gpxe/scsi.h>
404 * SCSI command
409 /** An SRP SCSI command */
455 /** Type of an SRP SCSI command */
506 * SCSI response
511 /** An SRP SCSI response */
540 * This is the SCSI status code.
553 /** Type of an SRP SCSI response */
578 * Get response data portion of SCSI response
580 * @v rsp SCSI response
589 * Get length of response data portion of SCSI response
591 * @v rsp SCSI response
600 * Get sense data portion of SCSI response
602 * @v rsp SCSI response
612 * Get length of sense data portion of SCSI response
614 * @v rsp SCSI response
831 /** Current SCSI command */
865 extern int srp_attach ( struct scsi_device *scsi, const char *root_path );
866 extern void srp_detach ( struct scsi_device *scsi );