ndo_fcoe_enable  3403 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	.ndo_fcoe_enable      = cxgb_fcoe_enable,
ndo_fcoe_enable  10397 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	.ndo_fcoe_enable = ixgbe_fcoe_enable,
ndo_fcoe_enable   303 drivers/scsi/fcoe/fcoe.c 	if (ops->ndo_fcoe_enable) {
ndo_fcoe_enable   304 drivers/scsi/fcoe/fcoe.c 		if (ops->ndo_fcoe_enable(netdev))
ndo_fcoe_enable  1332 include/linux/netdevice.h 	int			(*ndo_fcoe_enable)(struct net_device *dev);
ndo_fcoe_enable   431 net/8021q/vlan_dev.c 	if (ops->ndo_fcoe_enable)
ndo_fcoe_enable   432 net/8021q/vlan_dev.c 		rc = ops->ndo_fcoe_enable(real_dev);
ndo_fcoe_enable   771 net/8021q/vlan_dev.c 	.ndo_fcoe_enable	= vlan_dev_fcoe_enable,