Searched refs:hw_enc_features (Results 26 - 50 of 60) sorted by relevance

123

/linux-master/drivers/net/ipvlan/
H A Dipvlan_main.c143 dev->hw_enc_features |= dev->features;
/linux-master/drivers/net/
H A Dnetkit.c264 dev->hw_enc_features = netkit_features;
H A Dmacvlan.c934 dev->hw_enc_features |= dev->features;
H A Dveth.c1716 dev->hw_enc_features = VETH_FEATURES;
H A Dvrf.c1673 dev->hw_enc_features = dev->features;
/linux-master/drivers/net/team/
H A Dteam_core.c1008 port->dev->hw_enc_features,
1019 team->dev->hw_enc_features = enc_features | NETIF_F_GSO_ENCAP_ALL |
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_main.c2919 netdev->hw_enc_features |= NETIF_F_RXCSUM |
2926 netdev->hw_features |= netdev->hw_enc_features;
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c1571 dev->hw_enc_features = NETIF_F_IP_CSUM |
/linux-master/drivers/net/ethernet/sfc/
H A Def100_nic.c208 net_dev->hw_enc_features |= tso;
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_main.c931 netdev->hw_enc_features = NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | NETIF_F_SCTP_CRC |
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c908 l2_tunnel = (dev->hw_enc_features & NETIF_F_RXCSUM) &&
/linux-master/drivers/net/bonding/
H A Dbond_main.c1458 slave->dev->hw_enc_features,
1463 slave->dev->hw_enc_features,
1482 bond_dev->hw_enc_features = enc_features | NETIF_F_GSO_ENCAP_ALL |
1486 bond_dev->hw_enc_features |= xfrm_features;
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c3516 netdev->hw_enc_features = NETIF_F_SG | NETIF_F_RXCSUM |
3561 netdev->hw_enc_features &= ~NETIF_F_GSO_UDP_TUNNEL;
3566 netdev->hw_enc_features &= ~NETIF_F_GSO_UDP_TUNNEL_CSUM;
/linux-master/net/ipv4/
H A Daf_inet.c1404 features &= skb->dev->hw_enc_features;
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_lib.c833 netdev->hw_enc_features |= dflt_features | offloads;
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c2302 netdev->hw_enc_features = NETIF_F_IP_CSUM |
2309 netdev->hw_enc_features |= NETIF_F_RXCSUM;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c13686 netdev_features_t hw_enc_features; local
13698 hw_enc_features = NETIF_F_SG |
13725 netdev->hw_enc_features |= hw_enc_features;
13728 netdev->vlan_features |= hw_enc_features | NETIF_F_TSO_MANGLEID;
13750 hw_features = hw_enc_features |
13760 netdev->hw_enc_features |= NETIF_F_TSO_MANGLEID;
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c2104 netdev->hw_enc_features =
H A Dlio_main.c3589 netdev->hw_enc_features = (lio->enc_dev_capability &
/linux-master/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c2813 netdev->hw_enc_features |= netdev->vlan_features;
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c1772 netdev->hw_enc_features = netdev->hw_features;
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c2729 netdev->hw_enc_features = netdev->hw_features;
/linux-master/net/core/
H A Ddev.c3549 features &= dev->hw_enc_features;
10355 if (dev->hw_enc_features & NETIF_F_TSO)
10356 dev->hw_enc_features |= NETIF_F_TSO_MANGLEID;
10364 dev->hw_enc_features |= NETIF_F_SG | NETIF_F_GSO_PARTIAL;
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c3973 * The stack defines tunnel offload flags (hw_enc_features) for IP and doesn't
3977 * offloads in hw_enc_features only when a VxLAN port is added. If other (non
4003 netdev->hw_enc_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM |
4027 netdev->hw_enc_features = 0;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c6817 netdev->hw_enc_features |= NETIF_F_IP_CSUM |
6844 netdev->hw_enc_features |= NETIF_F_HW_ESP;

Completed in 550 milliseconds

123