Home
last modified time | relevance | path

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

/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c1911 if (mac->hwlro_ip[i]) in mtk_hwlro_get_ip_cnt()
1932 mac->hwlro_ip[fsp->location] = htonl(fsp->h_u.tcp_ip4_spec.ip4dst); in mtk_hwlro_add_ipaddr()
1937 mtk_hwlro_val_ipaddr(eth, hwlro_idx, mac->hwlro_ip[fsp->location]); in mtk_hwlro_add_ipaddr()
1954 mac->hwlro_ip[fsp->location] = 0; in mtk_hwlro_del_ipaddr()
1971 mac->hwlro_ip[i] = 0; in mtk_hwlro_netdev_disable()
1987 if (fsp->location >= ARRAY_SIZE(mac->hwlro_ip)) in mtk_hwlro_get_fdir_entry()
1992 fsp->h_u.tcp_ip4_spec.ip4dst = ntohl(mac->hwlro_ip[fsp->location]); in mtk_hwlro_get_fdir_entry()
2019 if (mac->hwlro_ip[i]) { in mtk_hwlro_get_fdir_all()
2889 memset(mac->hwlro_ip, 0, sizeof(mac->hwlro_ip)); in mtk_add_mac()
Dmtk_eth_soc.h940 __be32 hwlro_ip[MTK_MAX_LRO_IP_CNT]; member