Searched refs:NETIF_F_FCOE_MTU (Results 1 – 5 of 5) sorted by relevance
753 netdev->features |= NETIF_F_FCOE_MTU; in ixgbe_fcoe_enable()793 netdev->features &= ~NETIF_F_FCOE_MTU; in ixgbe_fcoe_disable()
424 if (adapter->netdev->features & NETIF_F_FCOE_MTU) in ixgbe_dcbnl_set_all()
3257 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()
647 if (netdev->features & NETIF_F_FCOE_MTU) { in fcoe_netdev_config()1734 if (netdev->features & NETIF_F_FCOE_MTU) in fcoe_device_notification()
1065 #define NETIF_F_FCOE_MTU (1 << 26) /* Supports max FCoE MTU, 2158 bytes*/ macro