Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
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()
112 netdev->features &= ~NETIF_F_FCOE_CRC; in cxgb_fcoe_disable()
113 netdev->vlan_features &= ~NETIF_F_FCOE_CRC; in cxgb_fcoe_disable()
/linux/include/linux/
A Dnetdev_features.h107 #define NETIF_F_FCOE_CRC __NETIF_F(FCOE_CRC) macro
A Dnetdevice.h4858 return !!(features & NETIF_F_FCOE_CRC); in can_checksum_protocol()
/linux/net/8021q/
A Dvlan_dev.c567 NETIF_F_FCOE_CRC | NETIF_F_FSO; in vlan_dev_init()
580 ~(NETIF_F_FCOE_CRC | NETIF_F_FSO); in vlan_dev_init()
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_fcoe.c647 if (!(adapter->netdev->features & NETIF_F_FCOE_CRC)) in ixgbe_configure_fcoe()
A Dixgbe_main.c8843 (tx_ring->netdev->features & (NETIF_F_FSO | NETIF_F_FCOE_CRC))) { in ixgbe_xmit_frame_ring()
11094 NETIF_F_FCOE_CRC; in ixgbe_probe()
11097 NETIF_F_FCOE_CRC; in ixgbe_probe()
/linux/drivers/scsi/fcoe/
A Dfcoe.c661 if (netdev->features & NETIF_F_FCOE_CRC) { in fcoe_netdev_features_change()
/linux/net/ethtool/
A Dioctl.c227 return NETIF_F_CSUM_MASK | NETIF_F_FCOE_CRC | in ethtool_get_feature_mask()

Completed in 71 milliseconds