Home
last modified time | relevance | path

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

/freebsd/sys/dev/siis/
H A Dsiis.h267 #define SIIS_PRB_SIZE (32 + 16 + SIIS_SG_ENTRIES * 16) macro
269 #define SIIS_WORK_SIZE (SIIS_PRB_SIZE * SIIS_MAX_SLOTS)
H A Dsiis.c746 slot->prb_offset = SIIS_PRB_SIZE * i; in siis_slotsalloc()