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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fcoe/
H A Dfcoe.c575 * fcoe_get_wwn() - Get the world wide name from LLD if it supports it
582 static int fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type) function
679 if (fcoe_get_wwn(netdev, &wwnn, NETDEV_FCOE_WWNN))
682 if (fcoe_get_wwn(netdev, &wwpn, NETDEV_FCOE_WWPN))

Completed in 60 milliseconds