Home
last modified time | relevance | path

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

/freebsd/sys/dev/mps/
H A Dmps.c1160 if ((sc->pqdepth == 0) || (sc->fqdepth == 0) || (sc->reqframesz == 0) in mps_send_iocinit()
1182 init.ReplyDescriptorPostQueueDepth = htole16(sc->pqdepth); in mps_send_iocinit()
1295 sc->pqdepth = roundup2(sc->num_replies + 1, 16); in mps_alloc_hw_queues()
1297 pqsize = sc->pqdepth * 8; in mps_alloc_hw_queues()
1523 memset((uint8_t *)sc->post_queue, 0xff, sc->pqdepth * 8); in mps_init_queues()
2390 if (++sc->replypostindex >= sc->pqdepth) in mps_intr_locked()
H A Dmpsvar.h361 int pqdepth; /* Post queue */ member
/freebsd/sys/dev/mpr/
H A Dmpr.c1231 if ((sc->pqdepth == 0) || (sc->fqdepth == 0) || (sc->reqframesz == 0) in mpr_send_iocinit()
1253 init.ReplyDescriptorPostQueueDepth = htole16(sc->pqdepth); in mpr_send_iocinit()
1368 sc->pqdepth = roundup2(sc->num_replies + 1, 16); in mpr_alloc_hw_queues()
1370 pqsize = sc->pqdepth * 8; in mpr_alloc_hw_queues()
1679 memset((uint8_t *)sc->post_queue, 0xff, sc->pqdepth * 8); in mpr_init_queues()
2548 if (++sc->replypostindex >= sc->pqdepth) in mpr_intr_locked()
H A Dmprvar.h405 int pqdepth; /* Post queue */ member