Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qlcnic/
H A 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()