mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
[fc] Allow Fibre Channel ports to be explicitly named
Use the network interface name as the Fibre Channel port name. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -325,7 +325,8 @@ extern int fc_port_login ( struct fc_port *port, struct fc_port_id *port_id,
|
||||
extern void fc_port_logout ( struct fc_port *port, int rc );
|
||||
extern int fc_port_open ( struct interface *transport,
|
||||
const struct fc_name *node_wwn,
|
||||
const struct fc_name *port_wwn );
|
||||
const struct fc_name *port_wwn,
|
||||
const char *name );
|
||||
extern struct fc_port * fc_port_find ( const char *name );
|
||||
|
||||
/******************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user