Searched refs:HINIC_RSS_TYPE_GET (Results 1 – 2 of 2) sorted by relevance
897 rss_type->ipv4 = HINIC_RSS_TYPE_GET(ctx_tbl.context, IPV4); in hinic_get_rss_type()898 rss_type->ipv6 = HINIC_RSS_TYPE_GET(ctx_tbl.context, IPV6); in hinic_get_rss_type()899 rss_type->ipv6_ext = HINIC_RSS_TYPE_GET(ctx_tbl.context, IPV6_EXT); in hinic_get_rss_type()900 rss_type->tcp_ipv4 = HINIC_RSS_TYPE_GET(ctx_tbl.context, TCP_IPV4); in hinic_get_rss_type()901 rss_type->tcp_ipv6 = HINIC_RSS_TYPE_GET(ctx_tbl.context, TCP_IPV6); in hinic_get_rss_type()903 HINIC_RSS_TYPE_GET(ctx_tbl.context, TCP_IPV6_EXT); in hinic_get_rss_type()904 rss_type->udp_ipv4 = HINIC_RSS_TYPE_GET(ctx_tbl.context, UDP_IPV4); in hinic_get_rss_type()905 rss_type->udp_ipv6 = HINIC_RSS_TYPE_GET(ctx_tbl.context, UDP_IPV6); in hinic_get_rss_type()
300 #define HINIC_RSS_TYPE_GET(val, member) \ macro