Searched refs:fcoe_get_wwn (Results 1 – 4 of 4) sorted by relevance
| /linux/include/scsi/ |
| A D | libfcoe.h | 257 int fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type);
|
| /linux/drivers/scsi/fcoe/ |
| A D | fcoe_transport.c | 291 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 D | fcoe.c | 742 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 D | bnx2fc_fcoe.c | 827 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