Searched refs:vlan_features (Results 51 - 75 of 99) sorted by relevance

1234

/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c3074 netdev->vlan_features = netdev->features & VLAN_FEAT;
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c2108 netdev->vlan_features = lio->dev_capability;
H A Dlio_main.c3596 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 |
/linux-master/drivers/net/ethernet/ti/
H A Dnetcp_core.c1981 ndev->vlan_features |= NETIF_F_SG;
/linux-master/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c2587 dev->vlan_features |= dev->features;
H A Dbnx2.c7742 dev->vlan_features |= (dev->hw_features & NETIF_F_ALL_TSO);
7744 dev->vlan_features &= ~NETIF_F_ALL_TSO;
8563 dev->vlan_features = dev->hw_features;
/linux-master/drivers/net/hyperv/
H A Dnetvsc_drv.c2608 net->vlan_features = net->features;
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c2731 netdev->vlan_features = netdev->hw_features;
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Defx.c2901 net_dev->vlan_features |= (NETIF_F_HW_CSUM | NETIF_F_SG |
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_main.c2948 netdev->vlan_features |= netdev->features;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_debugfs.c122 dev_info(&pf->pdev->dev, " vlan_features = 0x%08lx\n",
123 (unsigned long int)nd->vlan_features);
/linux-master/net/core/
H A Ddev.c3553 dev->vlan_features |
10070 * netdev_update_features() if also dev->vlan_features might
10350 if (dev->vlan_features & NETIF_F_TSO)
10351 dev->vlan_features |= NETIF_F_TSO_MANGLEID;
10359 dev->vlan_features |= NETIF_F_HIGHDMA;
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3350 netdev->vlan_features |= netdev->features &
3355 netdev->hw_enc_features |= netdev->vlan_features | NETIF_F_TSO_MANGLEID;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c12692 netdev_features_t vlan_features;
12709 vlan_features = features & BNXT_HW_FEATURE_VLAN_ALL_RX;
12710 if (vlan_features != BNXT_HW_FEATURE_VLAN_ALL_RX) {
12713 else if (vlan_features)
15353 dev->vlan_features = dev->hw_features | NETIF_F_HIGHDMA;
12460 netdev_features_t vlan_features; local
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c11054 netdev->vlan_features |= netdev->features | NETIF_F_TSO_MANGLEID;
11055 netdev->hw_enc_features |= netdev->vlan_features;
11062 /* set this bit last since it cannot be part of vlan_features */
11099 netdev->vlan_features |= NETIF_F_FSO |
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c7557 netdev->vlan_features |= (NETIF_F_SG |
7565 netdev->vlan_features |= NETIF_F_HIGHDMA;
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c7691 ndev->vlan_features |= ndev->features;
7693 ndev->vlan_features &= ~NETIF_F_TSO;
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c6962 netdev->vlan_features |= netdev->features | NETIF_F_TSO_MANGLEID;
6964 netdev->hw_enc_features |= netdev->vlan_features;
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c3571 netdev->vlan_features = netdev->hw_features &
/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c246 net_dev->vlan_features = net_dev->features;
/linux-master/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c3239 dev->vlan_features = dev->features;
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c3004 dev->vlan_features = NETIF_F_SG | NETIF_F_TSO | NETIF_F_HIGHDMA |
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c3309 netdev->vlan_features |= netdev->features & VLAN_FEAT;
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbnad.c3427 netdev->vlan_features = NETIF_F_SG | NETIF_F_HIGHDMA |

Completed in 1015 milliseconds

1234