Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c1872 if (mac->hwlro_ip[i]) in mtk_hwlro_get_ip_cnt()
1893 mac->hwlro_ip[fsp->location] = htonl(fsp->h_u.tcp_ip4_spec.ip4dst); in mtk_hwlro_add_ipaddr()
1898 mtk_hwlro_val_ipaddr(eth, hwlro_idx, mac->hwlro_ip[fsp->location]); in mtk_hwlro_add_ipaddr()
1915 mac->hwlro_ip[fsp->location] = 0; in mtk_hwlro_del_ipaddr()
1932 mac->hwlro_ip[i] = 0; in mtk_hwlro_netdev_disable()
1950 fsp->h_u.tcp_ip4_spec.ip4dst = ntohl(mac->hwlro_ip[fsp->location]); in mtk_hwlro_get_fdir_entry()
1974 if (mac->hwlro_ip[i]) { in mtk_hwlro_get_fdir_all()
2842 memset(mac->hwlro_ip, 0, sizeof(mac->hwlro_ip)); in mtk_add_mac()
Dmtk_eth_soc.h918 __be32 hwlro_ip[MTK_MAX_LRO_IP_CNT]; member