Searched refs:hw_enc_features (Results 1 - 25 of 60) sorted by path

123

/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/
H A Ddummy.c117 dev->hw_enc_features |= dev->features;
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c360 netdev->hw_enc_features = NETIF_F_SG |
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c13198 dev->hw_enc_features =
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c15338 dev->hw_enc_features =
15345 dev->hw_enc_features |= NETIF_F_GSO_UDP_L4;
H A Dbnxt_vfr.c480 dev->hw_enc_features = pf_dev->hw_enc_features;
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c3589 netdev->hw_enc_features = (lio->enc_dev_capability &
H A Dlio_vf_main.c2104 netdev->hw_enc_features =
/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;
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_main.c2907 netdev->hw_enc_features |= NETIF_F_RXCSUM |
2914 netdev->hw_features |= netdev->hw_enc_features;
/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/fungible/funeth/
H A Dfuneth_main.c1772 netdev->hw_enc_features = netdev->hw_features;
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3355 netdev->hw_enc_features |= netdev->vlan_features | NETIF_F_TSO_MANGLEID;
/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/intel/fm10k/
H A Dfm10k_netdev.c1571 dev->hw_enc_features = NETIF_F_IP_CSUM |
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c13684 netdev_features_t hw_enc_features;
13696 hw_enc_features = NETIF_F_SG |
13723 netdev->hw_enc_features |= hw_enc_features;
13726 netdev->vlan_features |= hw_enc_features | NETIF_F_TSO_MANGLEID;
13748 hw_features = hw_enc_features |
13758 netdev->hw_enc_features |= NETIF_F_TSO_MANGLEID;
13657 netdev_features_t hw_enc_features; local
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c4798 netdev_features_t hw_enc_features;
4801 hw_enc_features = NETIF_F_SG |
4818 hw_enc_features |= NETIF_F_GSO_UDP_TUNNEL |
4833 netdev->hw_enc_features |= NETIF_F_TSO_MANGLEID;
4834 netdev->hw_enc_features |= hw_enc_features;
4837 netdev->vlan_features |= hw_enc_features | NETIF_F_TSO_MANGLEID;
4842 hw_features = hw_enc_features;
4822 netdev_features_t hw_enc_features; local
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_main.c3638 netdev->hw_enc_features |= dflt_features | csumo_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/intel/igb/
H A Digb_main.c3324 netdev->hw_enc_features |= netdev->vlan_features;
/linux-master/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c2813 netdev->hw_enc_features |= netdev->vlan_features;
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c6964 netdev->hw_enc_features |= netdev->vlan_features;
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c11055 netdev->hw_enc_features |= netdev->vlan_features;
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.c665 adapter->netdev->hw_enc_features |= IXGBEVF_ESP_FEATURES;
H A Dixgbevf_main.c4629 netdev->hw_enc_features |= netdev->vlan_features;

Completed in 626 milliseconds

123