Lines Matching refs:rss_caps
566 props->rss_caps.max_rwq_indirection_tables =
568 props->rss_caps.max_rwq_indirection_table_size =
570 props->rss_caps.supported_qpts = 1 << IB_QPT_RAW_PACKET;
596 if (offsetofend(typeof(resp), rss_caps) <= uhw->outlen) {
597 if (props->rss_caps.supported_qpts) {
598 resp.rss_caps.rx_hash_function =
601 resp.rss_caps.rx_hash_fields_mask =
613 resp.rss_caps.rx_hash_fields_mask |=
616 resp.response_length = offsetof(typeof(resp), rss_caps) +
617 sizeof(resp.rss_caps);