Searched refs:fcoe_get_wwn (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/scsi/ |
| H A D | libfcoe.h | 258 int fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type);
|
| /OK3568_Linux_fs/kernel/drivers/scsi/fcoe/ |
| H A D | fcoe_transport.c | 290 int fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type) in fcoe_get_wwn() function 298 EXPORT_SYMBOL_GPL(fcoe_get_wwn);
|
| H A D | fcoe.c | 744 if (fcoe_get_wwn(netdev, &wwnn, NETDEV_FCOE_WWNN)) in fcoe_netdev_config() 747 if (fcoe_get_wwn(netdev, &wwpn, NETDEV_FCOE_WWPN)) in fcoe_netdev_config()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bnx2fc/ |
| H A D | bnx2fc_fcoe.c | 830 if (fcoe_get_wwn(netdev, &wwnn, NETDEV_FCOE_WWNN)) in bnx2fc_net_config() 836 if (fcoe_get_wwn(netdev, &wwpn, NETDEV_FCOE_WWPN)) in bnx2fc_net_config()
|