Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qpmod.c967 struct hermon_hw_rss_s *rssp; in hermon_qp_reset2init() local
970 rssp = (struct hermon_hw_rss_s *)&qpc->pri_addr_path; in hermon_qp_reset2init()
971 rssp->log2_tbl_sz = ud->ud_rss.rss_log2_table; in hermon_qp_reset2init()
972 rssp->base_qpn = ud->ud_rss.rss_base_qpn; in hermon_qp_reset2init()
973 rssp->default_qpn = ud->ud_rss.rss_def_qpn; in hermon_qp_reset2init()
975 rssp->hash_fn = 0; /* XOR Hash Function */ in hermon_qp_reset2init()
977 rssp->hash_fn = 1; /* Toeplitz Hash Fn */ in hermon_qp_reset2init()
980 rssp->ipv4 = (flags & IBT_RSS_HASH_IPV4) != 0; in hermon_qp_reset2init()
981 rssp->tcp_ipv4 = (flags & IBT_RSS_HASH_TCP_IPV4) != 0; in hermon_qp_reset2init()
982 rssp->ipv6 = (flags & IBT_RSS_HASH_IPV6) != 0; in hermon_qp_reset2init()
[all …]