#include <scsi.h>
Data Fields | |
| struct block_device | blockdev |
| Block device interface. | |
| int(* | command )(struct scsi_device *scsi, struct scsi_command *command) |
| Issue SCSI command. | |
| struct refcnt * | backend |
| Backing device. | |
Definition at line 253 of file scsi.h.
struct block_device scsi_device::blockdev [read] |
| int( * scsi_device::command)(struct scsi_device *scsi, struct scsi_command *command) |
Issue SCSI command.
| rc | Return status code |
Referenced by iscsi_attach(), iscsi_detach(), scsi_command(), srp_attach(), and srp_detach().
struct refcnt* scsi_device::backend [read] |
Backing device.
Definition at line 273 of file scsi.h.
Referenced by ib_srpboot(), iscsi_attach(), iscsi_command(), iscsi_detach(), iscsiboot(), srp_attach(), srp_command(), and srp_detach().
1.5.7.1