Searched refs:vlan_features (Results 1 - 25 of 99) sorted by path

1234

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_fcoe.c83 netdev->vlan_features |= NETIF_F_FCOE_CRC;
85 netdev->vlan_features |= NETIF_F_FCOE_MTU;
114 netdev->vlan_features &= ~NETIF_F_FCOE_CRC;
116 netdev->vlan_features &= ~NETIF_F_FCOE_MTU;
H A Dcxgb4_main.c6833 netdev->vlan_features = netdev->features & VLAN_FEAT;
/linux-master/drivers/infiniband/hw/hfi1/
H A Dvnic_main.c593 netdev->vlan_features = netdev->features;
/linux-master/drivers/net/bonding/
H A Dbond_main.c1435 netdev_features_t vlan_features = BOND_VLAN_FEATURES; local
1450 vlan_features &= NETIF_F_ALL_FOR_ALL;
1454 vlan_features = netdev_increment_features(vlan_features,
1455 slave->dev->vlan_features, BOND_VLAN_FEATURES);
1481 bond_dev->vlan_features = vlan_features;
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c3788 netdev->vlan_features |= netdev->features;
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c376 netdev->vlan_features |= NETIF_F_SG |
/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 Dbcmsysport.c2587 dev->vlan_features |= dev->features;
H A Dbgmac.c1542 net_dev->vlan_features = net_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;
H A Dtg3.c17866 dev->vlan_features |= features;
/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/broadcom/bnxt/
H A Dbnxt.c12692 netdev_features_t vlan_features; local
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;
H A Dbnxt_vfr.c479 dev->vlan_features = pf_dev->vlan_features;
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c4037 dev->vlan_features |= dev->features;
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbnad.c3427 netdev->vlan_features = NETIF_F_SG | NETIF_F_HIGHDMA |
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c3596 netdev->vlan_features = lio->dev_capability;
H A Dlio_vf_main.c2108 netdev->vlan_features = lio->dev_capability;
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c2215 netdev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM |
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c3309 netdev->vlan_features |= netdev->features & VLAN_FEAT;
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c3074 netdev->vlan_features = netdev->features & VLAN_FEAT;
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_main.c2948 netdev->vlan_features |= netdev->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/freescale/dpaa/
H A Ddpaa_eth.c246 net_dev->vlan_features = net_dev->features;
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_pf.c803 ndev->vlan_features = NETIF_F_SG | NETIF_F_HW_CSUM |

Completed in 1265 milliseconds

1234