Lines Matching refs:rss_caps
895 if (offsetofend(typeof(resp), rss_caps) <= uhw_outlen) {
896 resp.rss_caps.rx_hash_function =
898 resp.rss_caps.rx_hash_fields_mask =
910 resp.rss_caps.rx_hash_fields_mask |=
912 resp.response_length += sizeof(resp.rss_caps);
917 if (offsetofend(typeof(resp), rss_caps) <= uhw_outlen)
918 resp.response_length += sizeof(resp.rss_caps);
1028 props->rss_caps.max_rwq_indirection_tables =
1030 props->rss_caps.max_rwq_indirection_table_size =
1032 props->rss_caps.supported_qpts = 1 << IB_QPT_RAW_PACKET;