Searched refs:vlan_features (Results 26 - 50 of 99) sorted by relevance

1234

/linux-master/drivers/net/ethernet/sfc/
H A Defx.c1023 net_dev->vlan_features |= (NETIF_F_HW_CSUM | NETIF_F_SG |
/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx.c1005 net_dev->vlan_features |= (NETIF_F_HW_CSUM | NETIF_F_SG |
/linux-master/drivers/net/
H A Dnetkit.c253 dev->vlan_features = dev->features & ~netkit_features_hw_vlan;
H A Dveth.c1705 dev->vlan_features = dev->features &
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c4796 netdev_features_t hw_vlan_features, vlan_features; local
4837 netdev->vlan_features |= hw_enc_features | NETIF_F_TSO_MANGLEID;
4854 vlan_features = iavf_get_netdev_vlan_features(adapter);
4856 netdev->features |= hw_features | vlan_features;
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_vf.c658 netdev->vlan_features |= netdev->features;
/linux-master/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c2811 netdev->vlan_features |= netdev->features | NETIF_F_TSO_MANGLEID;
2813 netdev->hw_enc_features |= netdev->vlan_features;
2815 /* set this bit last since it cannot be part of vlan_features */
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c1770 netdev->vlan_features = netdev->features & VLAN_FEAT;
1771 netdev->mpls_features = netdev->vlan_features;
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c1591 dev->vlan_features |= dev->features;
H A Dfm10k_pci.c2013 netdev->vlan_features |= NETIF_F_HIGHDMA;
/linux-master/drivers/net/ethernet/hisilicon/
H A Dhix5hd2_gmac.c1234 ndev->vlan_features |= ndev->features;
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_pf.c803 ndev->vlan_features = NETIF_F_SG | NETIF_F_HW_CSUM |
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_main.c927 netdev->vlan_features = netdev->hw_features;
/linux-master/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c3869 netdev->vlan_features |= mgp->features;
3871 netdev->vlan_features &= ~NETIF_F_TSO6;
3873 netdev->vlan_features &= ~NETIF_F_TSO;
/linux-master/net/dsa/
H A Duser.c2640 user->features = conduit->vlan_features | NETIF_F_HW_TC;
2728 user_dev->vlan_features = conduit->vlan_features;
/linux-master/drivers/net/ethernet/marvell/
H A Dsky2.c1420 dev->vlan_features |= SKY2_VLAN_OFFLOADS;
1426 dev->vlan_features &= ~SKY2_VLAN_OFFLOADS;
4649 dev->vlan_features |= SKY2_VLAN_OFFLOADS;
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_nic.c376 self->ndev->vlan_features |= NETIF_F_HW_CSUM | NETIF_F_RXCSUM |
/linux-master/drivers/net/ethernet/broadcom/
H A Dbgmac.c1542 net_dev->vlan_features = net_dev->features;
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c2281 netdev->vlan_features |= (NETIF_F_SG | NETIF_F_IP_CSUM |
2286 netdev->vlan_features |= (NETIF_F_TSO | NETIF_F_TSO6);
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c1352 netdev->vlan_features |= netdev->hw_features;
1356 netdev->vlan_features |= NETIF_F_HIGHDMA;
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_main.c1056 netdev->vlan_features |= NETIF_F_HIGHDMA;
1059 netdev->vlan_features |= (NETIF_F_TSO |
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c4623 netdev->vlan_features |= netdev->features | NETIF_F_TSO_MANGLEID;
4629 netdev->hw_enc_features |= netdev->vlan_features;
4631 /* set this bit last since it cannot be part of vlan_features */
/linux-master/drivers/net/ethernet/realtek/
H A D8139too.c1012 dev->vlan_features = dev->features;
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c2108 netdev->vlan_features = lio->dev_capability;
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c903 ndev->vlan_features = hw_features | NETIF_F_RXHASH | NETIF_F_RXCSUM |

Completed in 438 milliseconds

1234