Home
last modified time | relevance | path

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

/freebsd/sys/dev/mps/
H A Dmps.c1171 if ((sc->pqdepth == 0) || (sc->fqdepth == 0) || (sc->reqframesz == 0) in mps_send_iocinit()
1193 init.ReplyDescriptorPostQueueDepth = htole16(sc->pqdepth); in mps_send_iocinit()
1317 sc->pqdepth = roundup2(sc->num_replies + 1, 16); in mps_alloc_hw_queues()
1319 pqsize = sc->pqdepth * 8; in mps_alloc_hw_queues()
1545 memset((uint8_t *)sc->post_queue, 0xff, sc->pqdepth * 8); in mps_init_queues()
2412 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.c1244 if ((sc->pqdepth == 0) || (sc->fqdepth == 0) || (sc->reqframesz == 0) in mpr_send_iocinit()
1266 init.ReplyDescriptorPostQueueDepth = htole16(sc->pqdepth); in mpr_send_iocinit()
1381 sc->pqdepth = roundup2(sc->num_replies + 1, 16); in mpr_alloc_hw_queues()
1383 pqsize = sc->pqdepth * 8; in mpr_alloc_hw_queues()
1692 memset((uint8_t *)sc->post_queue, 0xff, sc->pqdepth * 8); in mpr_init_queues()
2561 if (++sc->replypostindex >= sc->pqdepth) in mpr_intr_locked()
H A Dmprvar.h405 int pqdepth; /* Post queue */ member