Home
last modified time | relevance | path

Searched refs:NETIF_F_LRO (Results 1 – 20 of 20) sorted by relevance

/linux-4.1.27/include/linux/
Dnetdev_features.h101 #define NETIF_F_LRO __NETIF_F(LRO) macro
/linux-4.1.27/drivers/net/vmxnet3/
Dvmxnet3_ethtool.c266 if (changed & (NETIF_F_RXCSUM | NETIF_F_LRO | in vmxnet3_set_features()
276 if (features & NETIF_F_LRO) in vmxnet3_set_features()
Dvmxnet3_drv.c1320 if (adapter->netdev->features & NETIF_F_LRO) in vmxnet3_rq_rx_complete()
2157 if (adapter->netdev->features & NETIF_F_LRO) { in vmxnet3_setup_driver_shared()
2721 NETIF_F_LRO; in vmxnet3_declare_features()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hw.c1095 features &= ~NETIF_F_LRO; in qlcnic_fix_features()
1105 int hw_lro = (features & NETIF_F_LRO) ? QLCNIC_LRO_ENABLED : 0; in qlcnic_set_features()
1107 if (!(changed & NETIF_F_LRO)) in qlcnic_set_features()
1110 netdev->features ^= NETIF_F_LRO; in qlcnic_set_features()
Dqlcnic_main.c1903 if (netdev->features & NETIF_F_LRO) in __qlcnic_up()
2317 netdev->features |= NETIF_F_LRO; in qlcnic_setup_netdev()
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c545 features &= ~NETIF_F_LRO; in netxen_fix_features()
557 if (!((dev->features ^ features) & NETIF_F_LRO)) in netxen_set_features()
560 hw_lro = (features & NETIF_F_LRO) ? NETXEN_NIC_LRO_ENABLED in netxen_set_features()
566 if (!(features & NETIF_F_LRO) && netxen_send_lro_cleanup(adapter)) in netxen_set_features()
1147 if (netdev->features & NETIF_F_LRO) in __netxen_nic_up()
1391 netdev->hw_features |= NETIF_F_LRO; in netxen_setup_netdev()
/linux-4.1.27/drivers/net/
Dmacvlan.c764 NETIF_F_GSO | NETIF_F_TSO | NETIF_F_UFO | NETIF_F_LRO | \
801 dev->hw_features |= NETIF_F_LRO; in macvlan_init()
960 lowerdev_features &= (features | ~NETIF_F_LRO); in macvlan_fix_features()
Dmacvtap.c84 #define RX_OFFLOADS (NETIF_F_GRO | NETIF_F_LRO)
/linux-4.1.27/net/core/
Dethtool.c291 #define ETH_ALL_FEATURES (NETIF_F_LRO | NETIF_F_HW_VLAN_CTAG_RX | \
299 if (dev->features & NETIF_F_LRO) in __ethtool_get_flags()
321 features |= NETIF_F_LRO; in __ethtool_set_flags()
Ddev.c1463 dev->wanted_features &= ~NETIF_F_LRO; in dev_disable_lro()
1466 if (unlikely(dev->features & NETIF_F_LRO)) in dev_disable_lro()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c2480 if (bp->dev->features & NETIF_F_LRO) in bnx2x_bz_fp()
3252 (bp->dev->features & (NETIF_F_LRO | NETIF_F_GRO))) in bnx2x_low_latency_recv()
4838 features &= ~NETIF_F_LRO; in bnx2x_fix_features()
4868 if ((changes & NETIF_F_GRO) && (features & NETIF_F_LRO)) in bnx2x_set_features()
Dbnx2x_main.c3307 flags |= (bp->dev->features & NETIF_F_LRO) ? FUNC_FLG_TPA : 0; in bnx2x_pf_init()
12111 bp->dev->hw_features &= ~NETIF_F_LRO; in bnx2x_init_bp()
12112 bp->dev->features &= ~NETIF_F_LRO; in bnx2x_init_bp()
12785 NETIF_F_RXCSUM | NETIF_F_LRO | NETIF_F_GRO | in bnx2x_init_dev()
/linux-4.1.27/drivers/net/ethernet/xilinx/
Dll_temac_main.c1031 ndev->features |= NETIF_F_LRO; /* large receive offload */ in temac_of_probe()
/linux-4.1.27/drivers/net/team/
Dteam.c970 NETIF_F_HIGHDMA | NETIF_F_LRO)
1186 if (!(dev->features & NETIF_F_LRO)) in team_port_add()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c7776 features &= ~NETIF_F_LRO; in ixgbe_fix_features()
7780 features &= ~NETIF_F_LRO; in ixgbe_fix_features()
7793 if (!(features & NETIF_F_LRO)) { in ixgbe_set_features()
7803 } else if ((changed ^ features) & NETIF_F_LRO) { in ixgbe_set_features()
8595 netdev->hw_features |= NETIF_F_LRO; in ixgbe_probe()
8597 netdev->features |= NETIF_F_LRO; in ixgbe_probe()
Dixgbe_ethtool.c2223 !(netdev->features & NETIF_F_LRO)) in ixgbe_update_rsc()
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c1060 NETIF_F_HIGHDMA | NETIF_F_LRO)
1646 if (!(bond_dev->features & NETIF_F_LRO)) in bond_enslave()
/linux-4.1.27/drivers/net/ethernet/neterion/
Ds2io.c6615 netdev_features_t changed = (features ^ dev->features) & NETIF_F_LRO; in s2io_set_features()
7176 ring->lro = !!(dev->features & NETIF_F_LRO); in s2io_card_up()
7210 if (dev->features & NETIF_F_LRO) { in s2io_card_up()
7920 NETIF_F_RXCSUM | NETIF_F_LRO; in s2io_init_nic()
/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_nic.c1715 netdev->hw_features |= NETIF_F_LRO; in nes_netdev_init()
Dnes_hw.c2817 if (nesvnic->netdev->features & NETIF_F_LRO) in nes_nic_ce_handler()