Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | srp_rport_identifiers |
struct | srp_rport |
struct | srp_function_template |
Macros | |
#define | SRP_RPORT_ROLE_INITIATOR 0 |
#define | SRP_RPORT_ROLE_TARGET 1 |
#define SRP_RPORT_ROLE_INITIATOR 0 |
Definition at line 8 of file scsi_transport_srp.h.
#define SRP_RPORT_ROLE_TARGET 1 |
Definition at line 9 of file scsi_transport_srp.h.
|
read |
srp_attach_transport - instantiate SRP transport template : SRP transport class function template
Definition at line 305 of file scsi_transport_srp.c.
void srp_release_transport | ( | struct scsi_transport_template * | t | ) |
srp_release_transport - release SRP transport template instance : transport template instance
Definition at line 344 of file scsi_transport_srp.c.
srp_remove_host - tear down a Scsi_Host's SRP data structures : Scsi Host that is torn down
Removes all SRP remote ports for a given Scsi_Host. Must be called just before scsi_remove_host for SRP HBAs.
Definition at line 281 of file scsi_transport_srp.c.