Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/ixgbe/
Dixgbe_fcoe.c751 netdev->features |= NETIF_F_FCOE_CRC; in ixgbe_fcoe_enable()
791 netdev->features &= ~NETIF_F_FCOE_CRC; in ixgbe_fcoe_disable()
Dixgbe_main.c7391 netdev->vlan_features |= NETIF_F_FCOE_CRC; in ixgbe_probe()
/linux-2.6.39/include/linux/
Dnetdevice.h1063 #define NETIF_F_FCOE_CRC (1 << 24) /* FCoE CRC32 */ macro
1100 NETIF_F_SCTP_CSUM | NETIF_F_FCOE_CRC)
/linux-2.6.39/drivers/scsi/fcoe/
Dfcoe.c591 if (netdev->features & NETIF_F_FCOE_CRC) { in fcoe_netdev_features_change()
/linux-2.6.39/net/core/
Ddev.c2029 ((features & NETIF_F_FCOE_CRC) && in can_checksum_protocol()