Home
last modified time | relevance | path

Searched refs:EFX_BUF_TBL_SIZE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_sram.c50 ssp->ss_buf_tbl_map = rmallocmap_wait(EFX_BUF_TBL_SIZE); in sfxge_sram_init()
51 rmfree(ssp->ss_buf_tbl_map, EFX_BUF_TBL_SIZE - 1, 1); in sfxge_sram_init()
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_sram.c68 if (stop >= EFX_BUF_TBL_SIZE) { in efx_sram_buf_tbl_set()
190 EFSYS_ASSERT3U(stop, <, EFX_BUF_TBL_SIZE); in efx_sram_buf_tbl_clear()
H A Defx.h1487 #define EFX_BUF_TBL_SIZE 0x20000 macro