Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c1837 if (mac->hwlro_ip[i]) in mtk_hwlro_get_ip_cnt()
1858 mac->hwlro_ip[fsp->location] = htonl(fsp->h_u.tcp_ip4_spec.ip4dst); in mtk_hwlro_add_ipaddr()
1863 mtk_hwlro_val_ipaddr(eth, hwlro_idx, mac->hwlro_ip[fsp->location]); in mtk_hwlro_add_ipaddr()
1880 mac->hwlro_ip[fsp->location] = 0; in mtk_hwlro_del_ipaddr()
1897 mac->hwlro_ip[i] = 0; in mtk_hwlro_netdev_disable()
1915 fsp->h_u.tcp_ip4_spec.ip4dst = ntohl(mac->hwlro_ip[fsp->location]); in mtk_hwlro_get_fdir_entry()
1939 if (mac->hwlro_ip[i]) { in mtk_hwlro_get_fdir_all()
2792 memset(mac->hwlro_ip, 0, sizeof(mac->hwlro_ip)); in mtk_add_mac()
Dmtk_eth_soc.h908 __be32 hwlro_ip[MTK_MAX_LRO_IP_CNT]; member