Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dnetdev_features.h74 #define NETIF_F_FCOE_CRC __NETIF_F(FCOE_CRC) macro
131 #define NETIF_F_ALL_FCOE (NETIF_F_FCOE_CRC | NETIF_F_FCOE_MTU | \
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c774 netdev->features |= NETIF_F_FCOE_CRC; in ixgbe_fcoe_enable()
814 netdev->features &= ~NETIF_F_FCOE_CRC; in ixgbe_fcoe_disable()
Dixgbe_main.c7004 netdev->vlan_features |= NETIF_F_FCOE_CRC; in ixgbe_probe()
/linux-3.4.99/drivers/scsi/fcoe/
Dfcoe.c592 if (netdev->features & NETIF_F_FCOE_CRC) { in fcoe_netdev_features_change()
/linux-3.4.99/net/core/
Ddev.c2120 ((features & NETIF_F_FCOE_CRC) && in can_checksum_protocol()