Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
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()
/linux-4.4.14/include/linux/
Dnetdev_features.h84 #define NETIF_F_FCOE_CRC __NETIF_F(FCOE_CRC) macro
156 #define NETIF_F_ALL_FCOE (NETIF_F_FCOE_CRC | NETIF_F_FCOE_MTU | \
Dnetdevice.h3667 ((features & NETIF_F_FCOE_CRC) && in can_checksum_protocol()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c668 if (!(adapter->netdev->features & NETIF_F_FCOE_CRC)) in ixgbe_configure_fcoe()
Dixgbe_main.c7592 (tx_ring->netdev->features & (NETIF_F_FSO | NETIF_F_FCOE_CRC))) { in ixgbe_xmit_frame_ring()
8842 NETIF_F_FCOE_CRC; in ixgbe_probe()
8845 NETIF_F_FCOE_CRC | in ixgbe_probe()
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c633 if (netdev->features & NETIF_F_FCOE_CRC) { in fcoe_netdev_features_change()