Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_fcoe.c82 netdev->features |= NETIF_F_FCOE_CRC; in cxgb_fcoe_enable()
83 netdev->vlan_features |= NETIF_F_FCOE_CRC; in cxgb_fcoe_enable()
113 netdev->features &= ~NETIF_F_FCOE_CRC; in cxgb_fcoe_disable()
114 netdev->vlan_features &= ~NETIF_F_FCOE_CRC; in cxgb_fcoe_disable()
/openbmc/linux/include/linux/
H A 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 | \
H A Dnetdevice.h4863 return !!(features & NETIF_F_FCOE_CRC); in can_checksum_protocol()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c647 if (!(adapter->netdev->features & NETIF_F_FCOE_CRC)) in ixgbe_configure_fcoe()
H A Dixgbe_main.c8816 (tx_ring->netdev->features & (NETIF_F_FSO | NETIF_F_FCOE_CRC))) { in ixgbe_xmit_frame_ring()
11072 NETIF_F_FCOE_CRC; in ixgbe_probe()
11075 NETIF_F_FCOE_CRC | in ixgbe_probe()
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe.c661 if (netdev->features & NETIF_F_FCOE_CRC) { in fcoe_netdev_features_change()
/openbmc/linux/net/ethtool/
H A Dioctl.c223 return NETIF_F_CSUM_MASK | NETIF_F_FCOE_CRC | in ethtool_get_feature_mask()