ndo_fcoe_disable 3404 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c .ndo_fcoe_disable = cxgb_fcoe_disable, ndo_fcoe_disable 10398 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c .ndo_fcoe_disable = ixgbe_fcoe_disable, ndo_fcoe_disable 473 drivers/scsi/fcoe/fcoe.c if (ops->ndo_fcoe_disable) { ndo_fcoe_disable 474 drivers/scsi/fcoe/fcoe.c if (ops->ndo_fcoe_disable(netdev)) ndo_fcoe_disable 1333 include/linux/netdevice.h int (*ndo_fcoe_disable)(struct net_device *dev); ndo_fcoe_disable 442 net/8021q/vlan_dev.c if (ops->ndo_fcoe_disable) ndo_fcoe_disable 443 net/8021q/vlan_dev.c rc = ops->ndo_fcoe_disable(real_dev); ndo_fcoe_disable 772 net/8021q/vlan_dev.c .ndo_fcoe_disable = vlan_dev_fcoe_disable,