Home
last modified time | relevance | path

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

/include/linux/
Dnetdev_features.h108 #define NETIF_F_FCOE_CRC __NETIF_F(FCOE_CRC) macro
217 #define NETIF_F_ALL_FCOE (NETIF_F_FCOE_CRC | NETIF_F_FCOE_MTU | \
Dnetdevice.h4860 return !!(features & NETIF_F_FCOE_CRC); in can_checksum_protocol()