Home
last modified time | relevance | path

Searched refs:vlan_features (Results 1 – 63 of 63) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_fcoe.c83 netdev->vlan_features |= NETIF_F_FCOE_CRC; in cxgb_fcoe_enable()
85 netdev->vlan_features |= NETIF_F_FCOE_MTU; in cxgb_fcoe_enable()
114 netdev->vlan_features &= ~NETIF_F_FCOE_CRC; in cxgb_fcoe_disable()
116 netdev->vlan_features &= ~NETIF_F_FCOE_MTU; in cxgb_fcoe_disable()
Dcxgb4_main.c4819 netdev->vlan_features = netdev->features & VLAN_FEAT; in init_one()
/linux-4.4.14/net/8021q/
Dvlan_dev.c550 dev->features |= real_dev->vlan_features | NETIF_F_LLTX | in vlan_dev_init()
556 dev->vlan_features = real_dev->vlan_features & ~NETIF_F_ALL_FCOE; in vlan_dev_init()
613 features = netdev_intersect_features(features, real_dev->vlan_features); in vlan_dev_fix_features()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c2049 netdev->vlan_features |= NETIF_F_SG; in mlx5e_build_netdev()
2050 netdev->vlan_features |= NETIF_F_IP_CSUM; in mlx5e_build_netdev()
2051 netdev->vlan_features |= NETIF_F_IPV6_CSUM; in mlx5e_build_netdev()
2052 netdev->vlan_features |= NETIF_F_GRO; in mlx5e_build_netdev()
2053 netdev->vlan_features |= NETIF_F_TSO; in mlx5e_build_netdev()
2054 netdev->vlan_features |= NETIF_F_TSO6; in mlx5e_build_netdev()
2055 netdev->vlan_features |= NETIF_F_RXCSUM; in mlx5e_build_netdev()
2056 netdev->vlan_features |= NETIF_F_RXHASH; in mlx5e_build_netdev()
2059 netdev->vlan_features |= NETIF_F_LRO; in mlx5e_build_netdev()
2061 netdev->hw_features = netdev->vlan_features; in mlx5e_build_netdev()
/linux-4.4.14/net/openvswitch/
Dvport-internal_dev.c171 netdev->vlan_features = netdev->features; in do_setup()
/linux-4.4.14/drivers/net/team/
Dteam.c975 u32 vlan_features = TEAM_VLAN_FEATURES & NETIF_F_ALL_FOR_ALL; in ___team_compute_features() local
981 vlan_features = netdev_increment_features(vlan_features, in ___team_compute_features()
982 port->dev->vlan_features, in ___team_compute_features()
990 team->dev->vlan_features = vlan_features; in ___team_compute_features()
/linux-4.4.14/drivers/net/
Difb.c227 dev->vlan_features |= IFB_FEATURES & ~(NETIF_F_HW_VLAN_CTAG_TX | in ifb_setup()
Dveth.c309 dev->vlan_features = dev->features & in veth_setup()
Dmacvlan.c804 dev->vlan_features = lowerdev->vlan_features & MACVLAN_FEATURES; in macvlan_init()
Dvirtio_net.c1790 dev->vlan_features = dev->features; in virtnet_probe()
Dtun.c1711 dev->vlan_features = dev->features & in tun_set_iff()
Dvxlan.c2531 dev->vlan_features = dev->features; in vxlan_setup()
/linux-4.4.14/net/dsa/
Dslave.c1142 slave_dev->features = master->vlan_features; in dsa_slave_create()
1155 slave_dev->vlan_features = master->vlan_features; in dsa_slave_create()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_fcoe.c1498 netdev->vlan_features = netdev->features; in i40e_fcoe_config_netdev()
1499 netdev->vlan_features &= ~(NETIF_F_HW_VLAN_CTAG_TX | in i40e_fcoe_config_netdev()
1504 netdev->vlan_features |= NETIF_F_ALL_FCOE; in i40e_fcoe_config_netdev()
Di40e_main.c8696 netdev->vlan_features = netdev->features & ~(NETIF_F_HW_VLAN_CTAG_TX | in i40e_config_netdev()
/linux-4.4.14/net/bridge/
Dbr_device.c382 dev->vlan_features = COMMON_FEATURES; in br_dev_setup()
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2734 netdev->vlan_features |= NETIF_F_TSO; in igbvf_probe()
2735 netdev->vlan_features |= NETIF_F_TSO6; in igbvf_probe()
2736 netdev->vlan_features |= NETIF_F_IP_CSUM; in igbvf_probe()
2737 netdev->vlan_features |= NETIF_F_IPV6_CSUM; in igbvf_probe()
2738 netdev->vlan_features |= NETIF_F_SG; in igbvf_probe()
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c1082 netdev_features_t vlan_features = BOND_VLAN_FEATURES; in bond_compute_features() local
1093 vlan_features &= NETIF_F_ALL_FOR_ALL; in bond_compute_features()
1096 vlan_features = netdev_increment_features(vlan_features, in bond_compute_features()
1097 slave->dev->vlan_features, BOND_VLAN_FEATURES); in bond_compute_features()
1111 bond_dev->vlan_features = vlan_features; in bond_compute_features()
/linux-4.4.14/Documentation/networking/
Dnetdev-features.txt30 3. netdev->vlan_features set contains features whose state is inherited
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c731 netdev->vlan_features |= NETIF_F_SG | in xgbe_probe()
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c1549 ndev->vlan_features |= in hns_nic_dev_probe()
1551 ndev->vlan_features |= NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO; in hns_nic_dev_probe()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c8798 netdev->vlan_features |= NETIF_F_TSO; in ixgbe_probe()
8799 netdev->vlan_features |= NETIF_F_TSO6; in ixgbe_probe()
8800 netdev->vlan_features |= NETIF_F_IP_CSUM; in ixgbe_probe()
8801 netdev->vlan_features |= NETIF_F_IPV6_CSUM; in ixgbe_probe()
8802 netdev->vlan_features |= NETIF_F_SG; in ixgbe_probe()
8844 netdev->vlan_features |= NETIF_F_FSO | in ixgbe_probe()
8851 netdev->vlan_features |= NETIF_F_HIGHDMA; in ixgbe_probe()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c1426 dev->vlan_features |= dev->features; in fm10k_alloc_netdev()
Dfm10k_pci.c1680 netdev->vlan_features |= NETIF_F_HIGHDMA; in fm10k_sw_init()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c2307 netdev->vlan_features |= (NETIF_F_SG | NETIF_F_IP_CSUM | in qlcnic_setup_netdev()
2312 netdev->vlan_features |= (NETIF_F_TSO | NETIF_F_TSO6); in qlcnic_setup_netdev()
2317 netdev->vlan_features |= NETIF_F_HIGHDMA; in qlcnic_setup_netdev()
/linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c4107 netdev->vlan_features |= mgp->features; in myri10ge_probe()
4109 netdev->vlan_features &= ~NETIF_F_TSO6; in myri10ge_probe()
4111 netdev->vlan_features &= ~NETIF_F_TSO; in myri10ge_probe()
/linux-4.4.14/drivers/net/ethernet/tile/
Dtilepro.c2272 dev->vlan_features |= features; in tile_net_setup()
Dtilegx.c2185 dev->vlan_features |= features; in tile_net_setup()
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c1380 netdev->vlan_features |= netdev->hw_features; in netxen_setup_netdev()
1384 netdev->vlan_features |= NETIF_F_HIGHDMA; in netxen_setup_netdev()
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c1550 netdev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO; in nicvf_probe()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbgmac.c1680 net_dev->vlan_features = net_dev->features; in bgmac_probe()
Dbnx2.c7736 dev->vlan_features |= (dev->hw_features & NETIF_F_ALL_TSO); in bnx2_set_features()
7738 dev->vlan_features &= ~NETIF_F_ALL_TSO; in bnx2_set_features()
8587 dev->vlan_features = dev->hw_features; in bnx2_init_one()
Dtg3.c17789 dev->vlan_features |= features; in tg3_init_one()
/linux-4.4.14/drivers/net/ethernet/marvell/
Dsky2.c1434 dev->vlan_features |= SKY2_VLAN_OFFLOADS; in sky2_vlan_mode()
1440 dev->vlan_features &= ~SKY2_VLAN_OFFLOADS; in sky2_vlan_mode()
4806 dev->vlan_features |= SKY2_VLAN_OFFLOADS; in sky2_init_netdev()
Dmv643xx_eth.c3182 dev->vlan_features = dev->features; in mv643xx_eth_probe()
Dmvneta.c3406 dev->vlan_features |= dev->features; in mvneta_probe()
Dmvpp2.c6243 dev->vlan_features |= features; in mvpp2_port_probe()
/linux-4.4.14/drivers/net/ethernet/realtek/
D8139cp.c2010 dev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in cp_init_one()
D8139too.c1020 dev->vlan_features = dev->features; in rtl8139_init_one()
Dr8169.c8375 dev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in rtl_init_one()
/linux-4.4.14/drivers/net/ethernet/ti/
Dnetcp_core.c1879 ndev->vlan_features |= NETIF_F_SG; in netcp_create_interface()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf_main.c2129 netdev->vlan_features = netdev->features & in i40evf_process_config()
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c487 netdev->vlan_features |= NETIF_F_HIGHDMA; in ixgb_probe()
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000_main.c1076 netdev->vlan_features |= NETIF_F_HIGHDMA; in e1000_probe()
1079 netdev->vlan_features |= (NETIF_F_TSO | in e1000_probe()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlge/
Dqlge_main.c4773 ndev->vlan_features = ndev->hw_features; in qlge_probe()
4775 ndev->vlan_features &= ~(NETIF_F_HW_VLAN_CTAG_FILTER | in qlge_probe()
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/
Dqede_main.c1250 ndev->vlan_features = hw_features | NETIF_F_RXHASH | NETIF_F_RXCSUM | in qede_init_ndev()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c2778 netdev->vlan_features = NETIF_F_SG | TSO_FLAGS | in cxgb4vf_pci_probe()
/linux-4.4.14/net/core/
Ddev.c2693 dev->vlan_features | in netif_skb_features()
6677 dev->vlan_features |= NETIF_F_HIGHDMA; in register_netdevice()
/linux-4.4.14/drivers/net/ethernet/sfc/
Defx.c3129 net_dev->vlan_features |= (NETIF_F_ALL_CSUM | NETIF_F_SG | in efx_pci_probe()
/linux-4.4.14/include/linux/
Dnetdevice.h1581 netdev_features_t vlan_features; member
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Dlio_main.c3286 netdev->vlan_features = lio->dev_capability; in setup_nic_devices()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb_main.c2367 netdev->vlan_features |= NETIF_F_TSO | in igb_probe()
2377 netdev->vlan_features |= NETIF_F_HIGHDMA; in igb_probe()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dnetdev.c7134 netdev->vlan_features |= (NETIF_F_SG | in e1000_probe()
7143 netdev->vlan_features |= NETIF_F_HIGHDMA; in e1000_probe()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c4025 netdev->vlan_features |= NETIF_F_TSO | in ixgbevf_probe()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c2964 dev->vlan_features = dev->hw_features; in mlx4_en_init_netdev()
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/
Dehea_main.c3041 dev->vlan_features = NETIF_F_SG | NETIF_F_TSO | NETIF_F_HIGHDMA | in ehea_setup_single_port()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c3289 netdev->vlan_features |= netdev->features & VLAN_FEAT; in init_one()
/linux-4.4.14/drivers/net/vmxnet3/
Dvmxnet3_drv.c2858 netdev->vlan_features = netdev->hw_features & in vmxnet3_declare_features()
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbnad.c3464 netdev->vlan_features = NETIF_F_SG | NETIF_F_HIGHDMA | in bnad_netdev_init()
/linux-4.4.14/drivers/net/usb/
Dr8152.c4172 netdev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in rtl8152_probe()
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_main.c5365 netdev->vlan_features |= NETIF_F_SG | NETIF_F_TSO | NETIF_F_TSO6 | in be_netdev_init()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c5688 dev->vlan_features = dev->hw_features | NETIF_F_HIGHDMA; in bnxt_init_one()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c13205 dev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in bnx2x_init_dev()