Searched refs:hwlro_ip (Results 1 – 2 of 2) sorted by relevance
3084 if (mac->hwlro_ip[i]) in mtk_hwlro_get_ip_cnt()3105 mac->hwlro_ip[fsp->location] = htonl(fsp->h_u.tcp_ip4_spec.ip4dst); in mtk_hwlro_add_ipaddr()3110 mtk_hwlro_val_ipaddr(eth, hwlro_idx, mac->hwlro_ip[fsp->location]); in mtk_hwlro_add_ipaddr()3127 mac->hwlro_ip[fsp->location] = 0; in mtk_hwlro_del_ipaddr()3144 mac->hwlro_ip[i] = 0; in mtk_hwlro_netdev_disable()3160 if (fsp->location >= ARRAY_SIZE(mac->hwlro_ip)) in mtk_hwlro_get_fdir_entry()3165 fsp->h_u.tcp_ip4_spec.ip4dst = ntohl(mac->hwlro_ip[fsp->location]); in mtk_hwlro_get_fdir_entry()3192 if (mac->hwlro_ip[i]) { in mtk_hwlro_get_fdir_all()4876 memset(mac->hwlro_ip, 0, sizeof(mac->hwlro_ip)); in mtk_add_mac()
1379 __be32 hwlro_ip[MTK_MAX_LRO_IP_CNT]; member