Home
last modified time | relevance | path

Searched refs:fcoe_get_wwn (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/scsi/
Dlibfcoe.h268 int fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type);
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe_transport.c302 int fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type) in fcoe_get_wwn() function
310 EXPORT_SYMBOL_GPL(fcoe_get_wwn);
Dfcoe.c757 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/
Dbnx2fc_fcoe.c831 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()