Home
last modified time | relevance | path

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

/freebsd/sys/dev/pst/
H A Dpst-iop.c242 if (!(sc->obase = contigmalloc(I2O_IOP_OUTBOUND_FRAME_COUNT * in iop_init_outqueue()
283 for (i = 0; i < I2O_IOP_OUTBOUND_FRAME_COUNT; i++) { in iop_init_outqueue()
H A Dpst-raid.c224 if (psc->iop->outstanding < (I2O_IOP_OUTBOUND_FRAME_COUNT - 1) && in pst_start()
H A Dpst-iop.h33 #define I2O_IOP_OUTBOUND_FRAME_COUNT 32 macro