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

1234

/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c3571 netdev->vlan_features = netdev->hw_features &
/linux-master/drivers/net/
H A Dtun.c994 dev->vlan_features = dev->features &
H A Dvirtio_net.c5679 dev->vlan_features = dev->features;
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c3039 netdev->vlan_features |= netdev->features;
/linux-master/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c3239 dev->vlan_features = dev->features;
H A Dmvneta.c5692 dev->vlan_features |= dev->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/mellanox/mlx4/
H A Den_netdev.c3293 dev->vlan_features = dev->hw_features;
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c3788 netdev->vlan_features |= netdev->features;
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c1576 netdev->vlan_features |= netdev->features & ~NETIF_F_VLAN_FEATURES;
/linux-master/include/linux/
H A Dnetdevice.h1776 * @vlan_features: Mask of features inheritable by VLAN devices
2145 netdev_features_t vlan_features; member in struct:net_device
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_main.c3322 netdev->vlan_features |= netdev->features | NETIF_F_TSO_MANGLEID;
3324 netdev->hw_enc_features |= netdev->vlan_features;
3326 /* set this bit last since it cannot be part of vlan_features */
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c5195 netdev->vlan_features |= NETIF_F_SG | NETIF_F_TSO | NETIF_F_TSO6 |
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c4638 eth->netdev[id]->vlan_features = eth->soc->hw_features &
/linux-master/drivers/net/ethernet/realtek/
H A Dr8169_main.c5437 dev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO;
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c3323 dev->vlan_features = dev->features;
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c6319 dev->vlan_features |= NETIF_F_SG;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c6833 netdev->vlan_features = netdev->features & VLAN_FEAT;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_main.c3640 netdev->vlan_features |= dflt_features | csumo_features |
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c6897 dev->vlan_features |= features;
/linux-master/drivers/net/usb/
H A Dr8152.c9835 netdev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO |
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c13213 dev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM |
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c13726 netdev->vlan_features |= hw_enc_features | NETIF_F_TSO_MANGLEID;
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c17866 dev->vlan_features |= features;

Completed in 794 milliseconds

1234