Home
last modified time | relevance | path

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

/openbmc/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.h4995 BUILD_BUG_ON(SKB_GSO_FCOE != (NETIF_F_FSO >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe.c668 if (netdev->features & NETIF_F_FSO) { in fcoe_netdev_features_change()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8816 (tx_ring->netdev->features & (NETIF_F_FSO | NETIF_F_FCOE_CRC))) { in ixgbe_xmit_frame_ring()
11071 netdev->features |= NETIF_F_FSO | in ixgbe_probe()
11074 netdev->vlan_features |= NETIF_F_FSO | in ixgbe_probe()