Searched refs:offload_features (Results 1 - 22 of 22) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | ef100_netdev.c | 447 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 D | ef100_nic.c | 1233 .offload_features = EF100_OFFLOAD_FEATURES, 1321 .offload_features = EF100_OFFLOAD_FEATURES,
|
H A D | net_driver.h | 1348 * @offload_features: net_device feature flags for protocol offload 1523 netdev_features_t offload_features; member
|
H A D | efx.c | 1002 net_dev->features |= efx->type->offload_features; in efx_pci_probe_post_io()
|
H A D | rx_common.c | 804 if (efx->type->offload_features & NETIF_F_NTUPLE) { in efx_probe_filters()
|
H A D | ef10.c | 4158 .offload_features = EF10_OFFLOAD_FEATURES, 4294 .offload_features = EF10_OFFLOAD_FEATURES,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | ef100_nic.c | 698 .offload_features = EF100_OFFLOAD_FEATURES, 783 .offload_features = EF100_OFFLOAD_FEATURES, 1105 net_dev->features |= efx->type->offload_features; in ef100_probe_main() 1106 net_dev->hw_features |= efx->type->offload_features; in ef100_probe_main()
|
H A D | siena.c | 1091 .offload_features = (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM |
|
H A D | net_driver.h | 1335 * @offload_features: net_device feature flags for protocol offload 1511 netdev_features_t offload_features; member
|
H A D | efx.c | 1044 net_dev->features |= efx->type->offload_features; in efx_pci_probe_post_io()
|
H A D | rx_common.c | 818 if (efx->type->offload_features & NETIF_F_NTUPLE) { in efx_probe_filters()
|
H A D | ef10.c | 4103 .offload_features = EF10_OFFLOAD_FEATURES, 4239 .offload_features = EF10_OFFLOAD_FEATURES,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | efx.c | 983 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 D | siena.c | 1102 .offload_features = (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM |
|
H A D | net_driver.h | 1297 * @offload_features: net_device feature flags for protocol offload 1476 netdev_features_t offload_features; member
|
H A D | rx_common.c | 808 if (efx->type->offload_features & NETIF_F_NTUPLE) { in efx_siena_probe_filters()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | net_driver.h | 1037 * @offload_features: net_device feature flags for protocol offload 1156 netdev_features_t offload_features; member
|
H A D | falcon.c | 2802 .offload_features = NETIF_F_IP_CSUM, 2901 .offload_features = NETIF_F_IP_CSUM | NETIF_F_RXHASH | NETIF_F_NTUPLE,
|
H A D | efx.c | 1701 if (efx->type->offload_features & NETIF_F_NTUPLE) { in ef4_probe_filters() 2950 net_dev->features |= (efx->type->offload_features | NETIF_F_SG | in ef4_pci_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | net_driver.h | 1037 * @offload_features: net_device feature flags for protocol offload 1156 netdev_features_t offload_features; member
|
H A D | falcon.c | 2802 .offload_features = NETIF_F_IP_CSUM, 2901 .offload_features = NETIF_F_IP_CSUM | NETIF_F_RXHASH | NETIF_F_NTUPLE,
|
H A D | efx.c | 1691 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()
|
Completed in 55 milliseconds