Searched refs:MLXCX_HW_PAGE_SIZE (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/mlxcx/ |
H A D | mlxcx_cmd.c | 1303 ASSERT3U(ck->dmac_size, ==, MLXCX_HW_PAGE_SIZE); in mlxcx_cmd_give_pages() 1486 mlup->mlu_base = mlup->mlu_num * MLXCX_HW_PAGE_SIZE; in mlxcx_cmd_alloc_uar() 2161 ASSERT3U(rem, >=, MLXCX_HW_PAGE_SIZE); in mlxcx_cmd_create_eq() 2163 rem -= MLXCX_HW_PAGE_SIZE; in mlxcx_cmd_create_eq() 2164 pa += MLXCX_HW_PAGE_SIZE; in mlxcx_cmd_create_eq() 2329 ASSERT3U(rem, >=, MLXCX_HW_PAGE_SIZE); in mlxcx_cmd_create_cq() 2331 rem -= MLXCX_HW_PAGE_SIZE; in mlxcx_cmd_create_cq() 2332 pa += MLXCX_HW_PAGE_SIZE; in mlxcx_cmd_create_cq() 2548 ASSERT3U(rem, >=, MLXCX_HW_PAGE_SIZE); in mlxcx_cmd_create_rq() 2550 rem -= MLXCX_HW_PAGE_SIZE; in mlxcx_cmd_create_rq() [all …]
|
H A D | mlxcx.h | 235 #define MLXCX_HW_PAGE_SIZE 4096 macro
|
H A D | mlxcx.c | 900 ASSERT3U(sz & (MLXCX_HW_PAGE_SIZE - 1), ==, 0); in mlxcx_eq_alloc_dma() 1338 B_TRUE, MLXCX_HW_PAGE_SIZE, B_TRUE)) { in mlxcx_give_pages()
|
H A D | mlxcx_intr.c | 456 B_TRUE, MLXCX_HW_PAGE_SIZE, B_TRUE)) { in mlxcx_give_pages_once()
|
H A D | mlxcx_ring.c | 65 ASSERT3U(sz & (MLXCX_HW_PAGE_SIZE - 1), ==, 0); in mlxcx_wq_alloc_dma() 132 ASSERT3U(sz & (MLXCX_HW_PAGE_SIZE - 1), ==, 0); in mlxcx_cq_alloc_dma()
|