Home
last modified time | relevance | path

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

/src/sys/dev/pst/
H A Dpst-iop.c297 #define ALLOCSIZE (PAGE_SIZE + (256 * sizeof(struct i2o_lct_entry))) in iop_get_lct() macro
299 if (!(reply = contigmalloc(ALLOCSIZE, M_PSTIOP, M_NOWAIT | M_ZERO, in iop_get_lct()
316 msg->sgl.count = ALLOCSIZE; in iop_get_lct()