iPXE
|
IB SRP root path parameters. More...
Data Fields | |
union ib_gid | sgid |
Source GID. More... | |
union ib_srp_initiator_port_id | initiator |
Initiator port ID. More... | |
union ib_gid | dgid |
Destination GID. More... | |
uint16_t | pkey |
Partition key. More... | |
union ib_guid | service_id |
Service ID. More... | |
struct scsi_lun | lun |
SCSI LUN. More... | |
union ib_srp_target_port_id | target |
Target port ID. More... | |
union ib_gid ib_srp_root_path::sgid |
Source GID.
Definition at line 220 of file ib_srp.c.
Referenced by ib_srp_open_uri(), ib_srp_parse_initiator_hca_guid(), and ib_srp_parse_sgid().
union ib_srp_initiator_port_id ib_srp_root_path::initiator |
Initiator port ID.
Definition at line 222 of file ib_srp.c.
Referenced by ib_srp_open_uri(), ib_srp_parse_initiator_hca_guid(), and ib_srp_parse_initiator_id_ext().
union ib_gid ib_srp_root_path::dgid |
Destination GID.
Definition at line 224 of file ib_srp.c.
Referenced by ib_srp_open_uri(), and ib_srp_parse_dgid().
uint16_t ib_srp_root_path::pkey |
union ib_guid ib_srp_root_path::service_id |
Service ID.
Definition at line 228 of file ib_srp.c.
Referenced by ib_srp_open_uri(), and ib_srp_parse_service_id().
struct scsi_lun ib_srp_root_path::lun |
SCSI LUN.
Definition at line 230 of file ib_srp.c.
Referenced by ib_srp_open_uri(), and ib_srp_parse_lun().
union ib_srp_target_port_id ib_srp_root_path::target |
Target port ID.
Definition at line 232 of file ib_srp.c.
Referenced by ib_srp_open_uri(), ib_srp_parse_target_id_ext(), and ib_srp_parse_target_ioc_guid().