Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_port.c786 rss_type->ipv4 = HINIC_RSS_TYPE_GET(ctx_tbl.context, IPV4); in hinic_get_rss_type()
787 rss_type->ipv6 = HINIC_RSS_TYPE_GET(ctx_tbl.context, IPV6); in hinic_get_rss_type()
788 rss_type->ipv6_ext = HINIC_RSS_TYPE_GET(ctx_tbl.context, IPV6_EXT); in hinic_get_rss_type()
789 rss_type->tcp_ipv4 = HINIC_RSS_TYPE_GET(ctx_tbl.context, TCP_IPV4); in hinic_get_rss_type()
790 rss_type->tcp_ipv6 = HINIC_RSS_TYPE_GET(ctx_tbl.context, TCP_IPV6); in hinic_get_rss_type()
791 rss_type->tcp_ipv6_ext = HINIC_RSS_TYPE_GET(ctx_tbl.context, in hinic_get_rss_type()
793 rss_type->udp_ipv4 = HINIC_RSS_TYPE_GET(ctx_tbl.context, UDP_IPV4); in hinic_get_rss_type()
794 rss_type->udp_ipv6 = HINIC_RSS_TYPE_GET(ctx_tbl.context, UDP_IPV6); in hinic_get_rss_type()
H A Dhinic_hw_wqe.h261 #define HINIC_RSS_TYPE_GET(val, member) \ macro