Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/mps/
H A Dmps.c624 init.ReplyDescriptorPostQueueDepth = sc->pqdepth; in mps_send_iocinit()
673 sc->pqdepth = roundup2((sc->num_replies + 1), 16); in mps_alloc_queues()
675 pqsize = sc->pqdepth * 8; in mps_alloc_queues()
884 memset((uint8_t *)sc->post_queue, 0xff, sc->pqdepth * 8); in mps_init_queues()
1511 if (++sc->replypostindex >= sc->pqdepth) in mps_intr_locked()
H A Dmpsvar.h337 int pqdepth; /* Post queue */ member
/dragonfly/sys/dev/raid/mpr/
H A Dmpr.c1166 if ((sc->pqdepth == 0) || (sc->fqdepth == 0) || (sc->reqframesz == 0) in mpr_send_iocinit()
1188 init.ReplyDescriptorPostQueueDepth = htole16(sc->pqdepth); in mpr_send_iocinit()
1302 sc->pqdepth = roundup2(sc->num_replies + 1, 16); in mpr_alloc_hw_queues()
1304 pqsize = sc->pqdepth * 8; in mpr_alloc_hw_queues()
1641 memset((uint8_t *)sc->post_queue, 0xff, sc->pqdepth * 8); in mpr_init_queues()
2329 if (++sc->replypostindex >= sc->pqdepth) in mpr_intr_locked()
H A Dmprvar.h370 int pqdepth; /* Post queue */ member