Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hw.c1087 int hw_lro = (features & NETIF_F_LRO) ? QLCNIC_LRO_ENABLED : 0; in qlcnic_set_features() local
1094 if (qlcnic_config_hw_lro(adapter, hw_lro)) in qlcnic_set_features()
1097 if (!hw_lro && qlcnic_82xx_check(adapter)) { in qlcnic_set_features()
/linux-6.1.9/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c537 int hw_lro; in netxen_set_features() local
542 hw_lro = (features & NETIF_F_LRO) ? NETXEN_NIC_LRO_ENABLED in netxen_set_features()
545 if (netxen_config_hw_lro(adapter, hw_lro)) in netxen_set_features()