mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[infiniband] Add support for identifying the underlying hardware device
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -701,7 +701,8 @@ static struct interface_operation srpdev_socket_op[] = {
|
||||
|
||||
/** SRP device socket interface descriptor */
|
||||
static struct interface_descriptor srpdev_socket_desc =
|
||||
INTF_DESC ( struct srp_device, socket, srpdev_socket_op );
|
||||
INTF_DESC_PASSTHRU ( struct srp_device, socket, srpdev_socket_op,
|
||||
scsi );
|
||||
|
||||
/** SRP device SCSI interface operations */
|
||||
static struct interface_operation srpdev_scsi_op[] = {
|
||||
@@ -713,7 +714,7 @@ static struct interface_operation srpdev_scsi_op[] = {
|
||||
|
||||
/** SRP device SCSI interface descriptor */
|
||||
static struct interface_descriptor srpdev_scsi_desc =
|
||||
INTF_DESC ( struct srp_device, scsi, srpdev_scsi_op );
|
||||
INTF_DESC_PASSTHRU ( struct srp_device, scsi, srpdev_scsi_op, socket );
|
||||
|
||||
/**
|
||||
* Open SRP device
|
||||
|
||||
Reference in New Issue
Block a user