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