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

/linux-master/drivers/net/ethernet/sfc/
H A Def100_netdev.c447 net_dev->features |= efx->type->offload_features &
449 net_dev->hw_features |= efx->type->offload_features;
450 net_dev->hw_enc_features |= efx->type->offload_features;
H A Def100_nic.c1233 .offload_features = EF100_OFFLOAD_FEATURES,
1321 .offload_features = EF100_OFFLOAD_FEATURES,
H A Defx.c1016 net_dev->features |= efx->type->offload_features;
H A Dnet_driver.h1348 * @offload_features: net_device feature flags for protocol offload
1523 netdev_features_t offload_features; member in struct:efx_nic_type
H A Drx_common.c805 if (efx->type->offload_features & NETIF_F_NTUPLE) {
H A Def10.c4158 .offload_features = EF10_OFFLOAD_FEATURES,
4294 .offload_features = EF10_OFFLOAD_FEATURES,
/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx.c997 net_dev->features |= (efx->type->offload_features | NETIF_F_SG |
999 if (efx->type->offload_features & (NETIF_F_IPV6_CSUM | NETIF_F_HW_CSUM))
H A Dsiena.c1102 .offload_features = (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM |
H A Dnet_driver.h1297 * @offload_features: net_device feature flags for protocol offload
1476 netdev_features_t offload_features; member in struct:efx_nic_type
H A Drx_common.c809 if (efx->type->offload_features & NETIF_F_NTUPLE) {
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h1037 * @offload_features: net_device feature flags for protocol offload
1156 netdev_features_t offload_features; member in struct:ef4_nic_type
H A Dfalcon.c2802 .offload_features = NETIF_F_IP_CSUM,
2901 .offload_features = NETIF_F_IP_CSUM | NETIF_F_RXHASH | NETIF_F_NTUPLE,
H A Defx.c1691 if (efx->type->offload_features & NETIF_F_NTUPLE) {
2898 net_dev->features |= (efx->type->offload_features | NETIF_F_SG |

Completed in 307 milliseconds