Home
last modified time | relevance | path

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

/linux/include/scsi/
A Dlibfcoe.h257 int fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type);
/linux/drivers/scsi/fcoe/
A Dfcoe_transport.c291 int fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type) in fcoe_get_wwn() function
299 EXPORT_SYMBOL_GPL(fcoe_get_wwn);
A Dfcoe.c742 if (fcoe_get_wwn(netdev, &wwnn, NETDEV_FCOE_WWNN)) in fcoe_netdev_config()
745 if (fcoe_get_wwn(netdev, &wwpn, NETDEV_FCOE_WWPN)) in fcoe_netdev_config()
/linux/drivers/scsi/bnx2fc/
A Dbnx2fc_fcoe.c827 if (fcoe_get_wwn(netdev, &wwnn, NETDEV_FCOE_WWNN)) in bnx2fc_net_config()
833 if (fcoe_get_wwn(netdev, &wwpn, NETDEV_FCOE_WWPN)) in bnx2fc_net_config()

Completed in 19 milliseconds