Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/
H A Def100_netdev.c447 net_dev->features |= efx->type->offload_features & in ef100_probe_netdev()
449 net_dev->hw_features |= efx->type->offload_features; in ef100_probe_netdev()
450 net_dev->hw_enc_features |= efx->type->offload_features; in ef100_probe_netdev()
H A Def100_nic.c1233 .offload_features = EF100_OFFLOAD_FEATURES,
1321 .offload_features = EF100_OFFLOAD_FEATURES,
H A Dnet_driver.h1523 netdev_features_t offload_features; member
H A Defx.c1002 net_dev->features |= efx->type->offload_features; in efx_pci_probe_post_io()
H A Drx_common.c804 if (efx->type->offload_features & NETIF_F_NTUPLE) { in efx_probe_filters()
H A Def10.c4158 .offload_features = EF10_OFFLOAD_FEATURES,
4294 .offload_features = EF10_OFFLOAD_FEATURES,
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Defx.c983 net_dev->features |= (efx->type->offload_features | NETIF_F_SG | in efx_pci_probe_post_io()
985 if (efx->type->offload_features & (NETIF_F_IPV6_CSUM | NETIF_F_HW_CSUM)) in efx_pci_probe_post_io()
H A Dnet_driver.h1476 netdev_features_t offload_features; member
H A Dsiena.c1102 .offload_features = (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM |
H A Drx_common.c808 if (efx->type->offload_features & NETIF_F_NTUPLE) { in efx_siena_probe_filters()
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h1156 netdev_features_t offload_features; member
H A Defx.c1691 if (efx->type->offload_features & NETIF_F_NTUPLE) { in ef4_probe_filters()
2898 net_dev->features |= (efx->type->offload_features | NETIF_F_SG | in ef4_pci_probe()
H A Dfalcon.c2802 .offload_features = NETIF_F_IP_CSUM,
2901 .offload_features = NETIF_F_IP_CSUM | NETIF_F_RXHASH | NETIF_F_NTUPLE,