Searched refs:fcoe_get_wwn (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/scsi/ |
D | libfcoe.h | 268 int fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type);
|
/Linux-v4.19/drivers/scsi/fcoe/ |
D | fcoe_transport.c | 302 int fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type) in fcoe_get_wwn() function 310 EXPORT_SYMBOL_GPL(fcoe_get_wwn);
|
D | fcoe.c | 757 if (fcoe_get_wwn(netdev, &wwnn, NETDEV_FCOE_WWNN)) in fcoe_netdev_config() 760 if (fcoe_get_wwn(netdev, &wwpn, NETDEV_FCOE_WWPN)) in fcoe_netdev_config()
|
/Linux-v4.19/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 831 if (fcoe_get_wwn(netdev, &wwnn, NETDEV_FCOE_WWNN)) in bnx2fc_net_config() 837 if (fcoe_get_wwn(netdev, &wwpn, NETDEV_FCOE_WWPN)) in bnx2fc_net_config()
|