Home | History | Annotate | Download | only in gpxe

Lines Matching refs:scsi

14 #include <gpxe/scsi.h>
239 * iSCSI SCSI command basic header segment
251 /** SCSI Logical Unit Number */
261 /** SCSI Command Descriptor Block (CDB) */
265 /** SCSI command opcode */
282 * iSCSI SCSI response basic header segment
292 /** SCSI status code */
314 /** SCSI response opcode */
317 /** SCSI command completed at target */
320 /** SCSI target failure */
323 /** SCSI sense response code offset
325 * The SCSI response may contain unsolicited sense data in the data
342 /** SCSI status code */
378 /** SCSI status code and overflow/underflow flags are valid */
612 /** Current SCSI command
674 extern int iscsi_attach ( struct scsi_device *scsi, const char *root_path );
675 extern void iscsi_detach ( struct scsi_device *scsi );