Home
last modified time | relevance | path

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

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