Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/ixgbe/
Dixgbe_fcoe.c753 netdev->features |= NETIF_F_FCOE_MTU; in ixgbe_fcoe_enable()
793 netdev->features &= ~NETIF_F_FCOE_MTU; in ixgbe_fcoe_disable()
Dixgbe_dcb_nl.c424 if (adapter->netdev->features & NETIF_F_FCOE_MTU) in ixgbe_dcbnl_set_all()
Dixgbe_main.c3257 if (netdev->features & NETIF_F_FCOE_MTU) { in ixgbe_set_rx_buffer_len()
3670 if (adapter->netdev->features & NETIF_F_FCOE_MTU) in ixgbe_configure_dcb()
7393 netdev->vlan_features |= NETIF_F_FCOE_MTU; in ixgbe_probe()
/linux-2.6.39/drivers/scsi/fcoe/
Dfcoe.c647 if (netdev->features & NETIF_F_FCOE_MTU) { in fcoe_netdev_config()
1734 if (netdev->features & NETIF_F_FCOE_MTU) in fcoe_device_notification()
/linux-2.6.39/include/linux/
Dnetdevice.h1065 #define NETIF_F_FCOE_MTU (1 << 26) /* Supports max FCoE MTU, 2158 bytes*/ macro