Searched refs:hwlro_idx (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c2910 int hwlro_idx; local
2918 hwlro_idx = (mac->id * MTK_MAX_LRO_IP_CNT) + fsp->location;
2922 mtk_hwlro_val_ipaddr(eth, hwlro_idx, mac->hwlro_ip[fsp->location]);
2934 int hwlro_idx; local
2940 hwlro_idx = (mac->id * MTK_MAX_LRO_IP_CNT) + fsp->location;
2944 mtk_hwlro_inval_ipaddr(eth, hwlro_idx);
2953 int i, hwlro_idx; local
2957 hwlro_idx = (mac->id * MTK_MAX_LRO_IP_CNT) + i;
2959 mtk_hwlro_inval_ipaddr(eth, hwlro_idx);

Completed in 184 milliseconds