Home
last modified time | relevance | path

Searched refs:ndo_fcoe_enable (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/net/8021q/
Dvlan_dev.c438 if (ops->ndo_fcoe_enable) in vlan_dev_fcoe_enable()
439 rc = ops->ndo_fcoe_enable(real_dev); in vlan_dev_fcoe_enable()
767 .ndo_fcoe_enable = vlan_dev_fcoe_enable,
/linux-3.4.99/drivers/scsi/fcoe/
Dfcoe.c295 if (ops->ndo_fcoe_enable) { in fcoe_interface_setup()
296 if (ops->ndo_fcoe_enable(netdev)) in fcoe_interface_setup()
/linux-3.4.99/include/linux/
Dnetdevice.h966 int (*ndo_fcoe_enable)(struct net_device *dev); member
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c6732 .ndo_fcoe_enable = ixgbe_fcoe_enable,