Home
last modified time | relevance | path

Searched refs:NES_4K_PBL_CHUNK_SIZE (Results 1 – 2 of 2) sorted by relevance

/drivers/infiniband/hw/nes/
Dnes_hw.h1196 #define NES_4K_PBL_CHUNK_SIZE 4096 macro
Dnes_verbs.c403 if (max_num_sg > (NES_4K_PBL_CHUNK_SIZE / sizeof(u64))) in nes_alloc_mr()
410 if (max_num_sg > (NES_4K_PBL_CHUNK_SIZE / sizeof(u64))) in nes_alloc_mr()
3409 if (mr->npages > (NES_4K_PBL_CHUNK_SIZE / sizeof(u64))) { in nes_post_send()