Searched refs:pgsize_map (Results 1 – 1 of 1) sorted by relevance
288 static const u32 pgsize_map[] = { in ehca_sense_attributes() local370 for (i = 0; i < ARRAY_SIZE(pgsize_map); i += 2) in ehca_sense_attributes()371 if (rblock->memory_page_size_supported & pgsize_map[i]) in ehca_sense_attributes()372 shca->hca_cap_mr_pgsize |= pgsize_map[i + 1]; in ehca_sense_attributes()