Searched defs:page_szs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c3067 sol_uverbs_ibt_to_of_page_sz(ibt_page_sizes_t page_szs) argument
3072 if (page_szs && IBT_PAGE_4K)
3075 if (page_szs && IBT_PAGE_8K)
3078 if (page_szs && IBT_PAGE_16K)
3081 if (page_szs && IBT_PAGE_32K)
3084 if (page_szs && IBT_PAGE_64K)
3087 if (page_szs && IBT_PAGE_128K)
3090 if (page_szs && IBT_PAGE_256K)
3093 if (page_szs && IBT_PAGE_512K)
3096 if (page_szs
[all...]

Completed in 417 milliseconds