Home
last modified time | relevance | path

Searched refs:hw_lro (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hw.c1092 int hw_lro = (features & NETIF_F_LRO) ? QLCNIC_LRO_ENABLED : 0; in qlcnic_set_features() local
1099 if (qlcnic_config_hw_lro(adapter, hw_lro)) in qlcnic_set_features()
1102 if (!hw_lro && qlcnic_82xx_check(adapter)) { in qlcnic_set_features()
/Linux-v4.19/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c552 int hw_lro; in netxen_set_features() local
557 hw_lro = (features & NETIF_F_LRO) ? NETXEN_NIC_LRO_ENABLED in netxen_set_features()
560 if (netxen_config_hw_lro(adapter, hw_lro)) in netxen_set_features()