Home
last modified time | relevance | path

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

/linux-4.1.27/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.c4592 netdev->vlan_features = netdev->features & VLAN_FEAT; in init_one()
/linux-4.1.27/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.1.27/net/openvswitch/
Dvport-internal_dev.c148 netdev->vlan_features = netdev->features; in do_setup()
/linux-4.1.27/net/dsa/
Dslave.c858 slave_dev->features = master->vlan_features; in dsa_slave_create()
867 slave_dev->vlan_features = master->vlan_features; in dsa_slave_create()
/linux-4.1.27/drivers/net/
Difb.c183 dev->vlan_features |= IFB_FEATURES & ~(NETIF_F_HW_VLAN_CTAG_TX | in ifb_setup()
Dveth.c307 dev->vlan_features = dev->features & in veth_setup()
Dmacvlan.c802 dev->vlan_features = lowerdev->vlan_features & MACVLAN_FEATURES; in macvlan_init()
Dvirtio_net.c1786 dev->vlan_features = dev->features; in virtnet_probe()
Dtun.c1666 dev->vlan_features = dev->features & in tun_set_iff()
Dvxlan.c2366 dev->vlan_features = dev->features; in vxlan_setup()
/linux-4.1.27/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.1.27/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.c8211 netdev->vlan_features = netdev->features & ~(NETIF_F_HW_VLAN_CTAG_TX | in i40e_config_netdev()
/linux-4.1.27/net/bridge/
Dbr_device.c382 dev->vlan_features = COMMON_FEATURES; in br_dev_setup()
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2732 netdev->vlan_features |= NETIF_F_TSO; in igbvf_probe()
2733 netdev->vlan_features |= NETIF_F_TSO6; in igbvf_probe()
2734 netdev->vlan_features |= NETIF_F_IP_CSUM; in igbvf_probe()
2735 netdev->vlan_features |= NETIF_F_IPV6_CSUM; in igbvf_probe()
2736 netdev->vlan_features |= NETIF_F_SG; in igbvf_probe()
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c1069 netdev_features_t vlan_features = BOND_VLAN_FEATURES; in bond_compute_features() local
1080 vlan_features &= NETIF_F_ALL_FOR_ALL; in bond_compute_features()
1083 vlan_features = netdev_increment_features(vlan_features, in bond_compute_features()
1084 slave->dev->vlan_features, BOND_VLAN_FEATURES); in bond_compute_features()
1098 bond_dev->vlan_features = vlan_features; in bond_compute_features()
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c483 netdev->vlan_features |= NETIF_F_SG | in xgbe_probe()
/linux-4.1.27/Documentation/networking/
Dnetdev-features.txt30 3. netdev->vlan_features set contains features whose state is inherited
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c8545 netdev->vlan_features |= NETIF_F_TSO; in ixgbe_probe()
8546 netdev->vlan_features |= NETIF_F_TSO6; in ixgbe_probe()
8547 netdev->vlan_features |= NETIF_F_IP_CSUM; in ixgbe_probe()
8548 netdev->vlan_features |= NETIF_F_IPV6_CSUM; in ixgbe_probe()
8549 netdev->vlan_features |= NETIF_F_SG; in ixgbe_probe()
8584 netdev->vlan_features |= NETIF_F_FSO | in ixgbe_probe()
8591 netdev->vlan_features |= NETIF_F_HIGHDMA; in ixgbe_probe()
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c1428 dev->vlan_features |= dev->features; in fm10k_alloc_netdev()
Dfm10k_pci.c1618 netdev->vlan_features |= NETIF_F_HIGHDMA; in fm10k_sw_init()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c2297 netdev->vlan_features |= (NETIF_F_SG | NETIF_F_IP_CSUM | in qlcnic_setup_netdev()
2302 netdev->vlan_features |= (NETIF_F_TSO | NETIF_F_TSO6); in qlcnic_setup_netdev()
2307 netdev->vlan_features |= NETIF_F_HIGHDMA; in qlcnic_setup_netdev()
/linux-4.1.27/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.1.27/drivers/net/ethernet/tile/
Dtilepro.c2275 dev->vlan_features |= features; in tile_net_setup()
Dtilegx.c2184 dev->vlan_features |= features; in tile_net_setup()
/linux-4.1.27/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.1.27/drivers/net/ethernet/broadcom/
Dbgmac.c1662 net_dev->vlan_features = net_dev->features; in bgmac_probe()
Dbnx2.c7718 dev->vlan_features |= (dev->hw_features & NETIF_F_ALL_TSO); in bnx2_set_features()
7720 dev->vlan_features &= ~NETIF_F_ALL_TSO; in bnx2_set_features()
8562 dev->vlan_features = dev->hw_features; in bnx2_init_one()
Dtg3.c17789 dev->vlan_features |= features; in tg3_init_one()
/linux-4.1.27/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.c3154 dev->vlan_features = dev->features; in mv643xx_eth_probe()
Dmvneta.c3159 dev->vlan_features |= dev->features; in mvneta_probe()
Dmvpp2.c6142 dev->vlan_features |= features; in mvpp2_port_probe()
/linux-4.1.27/drivers/net/ethernet/realtek/
D8139cp.c1995 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.c8278 dev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in rtl_init_one()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40evf_main.c2131 netdev->vlan_features = netdev->features; in i40evf_init_task()
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c487 netdev->vlan_features |= NETIF_F_HIGHDMA; in ixgb_probe()
/linux-4.1.27/drivers/net/ethernet/ti/
Dnetcp_core.c1865 ndev->vlan_features |= NETIF_F_SG; in netcp_create_interface()
/linux-4.1.27/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.1.27/drivers/net/ethernet/qlogic/qlge/
Dqlge_main.c4763 ndev->vlan_features = ndev->hw_features; in qlge_probe()
4765 ndev->vlan_features &= ~(NETIF_F_HW_VLAN_CTAG_FILTER | in qlge_probe()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c2777 netdev->vlan_features = NETIF_F_SG | TSO_FLAGS | in cxgb4vf_pci_probe()
/linux-4.1.27/include/linux/
Dnetdevice.h1548 netdev_features_t vlan_features; member
/linux-4.1.27/net/core/
Ddev.c2630 dev->vlan_features | in netif_skb_features()
6398 dev->vlan_features |= NETIF_F_HIGHDMA; in register_netdevice()
/linux-4.1.27/drivers/net/ethernet/sfc/
Defx.c2997 net_dev->vlan_features |= (NETIF_F_ALL_CSUM | NETIF_F_SG | in efx_pci_probe()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dnetdev.c6913 netdev->vlan_features |= (NETIF_F_SG | in e1000_probe()
6922 netdev->vlan_features |= NETIF_F_HIGHDMA; in e1000_probe()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb_main.c2378 netdev->vlan_features |= NETIF_F_TSO | in igb_probe()
2388 netdev->vlan_features |= NETIF_F_HIGHDMA; in igb_probe()
/linux-4.1.27/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.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c3289 netdev->vlan_features |= netdev->features & VLAN_FEAT; in init_one()
/linux-4.1.27/drivers/net/vmxnet3/
Dvmxnet3_drv.c2724 netdev->vlan_features = netdev->hw_features & in vmxnet3_declare_features()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c4012 netdev->vlan_features |= NETIF_F_TSO | in ixgbevf_probe()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c2905 dev->vlan_features = dev->hw_features; in mlx4_en_init_netdev()
/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbnad.c3450 netdev->vlan_features = NETIF_F_SG | NETIF_F_HIGHDMA | in bnad_netdev_init()
/linux-4.1.27/drivers/net/usb/
Dr8152.c4006 netdev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in rtl8152_probe()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_main.c5045 netdev->vlan_features |= NETIF_F_SG | NETIF_F_TSO | NETIF_F_TSO6 | in be_netdev_init()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c12798 dev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in bnx2x_init_dev()