Home
last modified time | relevance | path

Searched refs:offload_features (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/sfc/
Def100_nic.c707 .offload_features = EF100_OFFLOAD_FEATURES,
792 .offload_features = EF100_OFFLOAD_FEATURES,
1114 net_dev->features |= efx->type->offload_features; in ef100_probe_main()
1115 net_dev->hw_features |= efx->type->offload_features; in ef100_probe_main()
1116 net_dev->hw_enc_features |= efx->type->offload_features; in ef100_probe_main()
Defx.c1006 net_dev->features |= (efx->type->offload_features | NETIF_F_SG | in efx_pci_probe_post_io()
1008 if (efx->type->offload_features & (NETIF_F_IPV6_CSUM | NETIF_F_HW_CSUM)) in efx_pci_probe_post_io()
Dnet_driver.h1480 netdev_features_t offload_features; member
Dsiena.c1091 .offload_features = (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM |
Drx_common.c807 if (efx->type->offload_features & NETIF_F_NTUPLE) { in efx_probe_filters()
Def10.c4100 .offload_features = EF10_OFFLOAD_FEATURES,
4237 .offload_features = EF10_OFFLOAD_FEATURES,
/Linux-v5.15/drivers/net/ethernet/sfc/falcon/
Dnet_driver.h1156 netdev_features_t offload_features; member
Dfalcon.c2802 .offload_features = NETIF_F_IP_CSUM,
2901 .offload_features = NETIF_F_IP_CSUM | NETIF_F_RXHASH | NETIF_F_NTUPLE,
Defx.c1701 if (efx->type->offload_features & NETIF_F_NTUPLE) { in ef4_probe_filters()
2911 net_dev->features |= (efx->type->offload_features | NETIF_F_SG | in ef4_pci_probe()