Searched defs:scsi_command (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/
H A Dscsi.c149 int scsi_command ( struct interface *control, struct interface *data, function
153 intf_get_dest_op ( control, scsi_command, &dest );
228 struct scsi_command { struct
273 void ( * cmd ) ( struct scsi_command *scsicmd,
281 void ( * done ) ( struct scsi_command *scsicmd, int rc );
312 static inline __attribute__ (( always_inline )) struct scsi_command *
313 scsicmd_get ( struct scsi_command *scsicmd ) {
324 scsicmd_put ( struct scsi_command *scsicmd ) {
335 scsicmd_priv ( struct scsi_command *scsicmd ) {
345 struct scsi_command *scsicm
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Discsi.h499 struct iscsi_bhs_scsi_command scsi_command; member in union:iscsi_bhs

Completed in 47 milliseconds