Home
last modified time | relevance | path

Searched refs:NETIF_F_FSO (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dnetdev_features.h111 #define NETIF_F_FSO __NETIF_F(FSO) macro
218 NETIF_F_FSO)
236 #define NETIF_F_ALL_FOR_ALL (NETIF_F_NOCACHE_COPY | NETIF_F_FSO)
H A Dnetdevice.h4966 BUILD_BUG_ON(SKB_GSO_FCOE != (NETIF_F_FSO >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/linux/drivers/scsi/fcoe/
H A Dfcoe.c668 if (netdev->features & NETIF_F_FSO) { in fcoe_netdev_features_change()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8846 (tx_ring->netdev->features & (NETIF_F_FSO | NETIF_F_FCOE_CRC))) { in ixgbe_xmit_frame_ring()
11096 netdev->features |= NETIF_F_FSO | in ixgbe_probe()
11099 netdev->vlan_features |= NETIF_F_FSO | in ixgbe_probe()