Home
last modified time | relevance | path

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

/openbmc/linux/net/8021q/
H A Dvlan_dev.c446 if (ops->ndo_fcoe_enable) in vlan_dev_fcoe_enable()
447 rc = ops->ndo_fcoe_enable(real_dev); in vlan_dev_fcoe_enable()
1084 .ndo_fcoe_enable = vlan_dev_fcoe_enable,
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe.c304 if (ops->ndo_fcoe_enable) { in fcoe_interface_setup()
305 if (ops->ndo_fcoe_enable(netdev)) in fcoe_interface_setup()
/openbmc/linux/include/linux/
H A Dnetdevice.h1507 int (*ndo_fcoe_enable)(struct net_device *dev); member
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c3883 .ndo_fcoe_enable = cxgb_fcoe_enable,
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c10422 .ndo_fcoe_enable = ixgbe_fcoe_enable,