Home
last modified time | relevance | path

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

/freebsd/sys/dev/mps/
H A Dmps.c1170 if ((sc->pqdepth == 0) || (sc->fqdepth == 0) || (sc->reqframesz == 0) in mps_send_iocinit()
1192 init.ReplyDescriptorPostQueueDepth = htole16(sc->pqdepth); in mps_send_iocinit()
1316 sc->pqdepth = roundup2(sc->num_replies + 1, 16); in mps_alloc_hw_queues()
1318 pqsize = sc->pqdepth * 8; in mps_alloc_hw_queues()
1544 memset((uint8_t *)sc->post_queue, 0xff, sc->pqdepth * 8); in mps_init_queues()
2411 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.c1243 if ((sc->pqdepth == 0) || (sc->fqdepth == 0) || (sc->reqframesz == 0) in mpr_send_iocinit()
1265 init.ReplyDescriptorPostQueueDepth = htole16(sc->pqdepth); in mpr_send_iocinit()
1380 sc->pqdepth = roundup2(sc->num_replies + 1, 16); in mpr_alloc_hw_queues()
1382 pqsize = sc->pqdepth * 8; in mpr_alloc_hw_queues()
1691 memset((uint8_t *)sc->post_queue, 0xff, sc->pqdepth * 8); in mpr_init_queues()
2570 if (++sc->replypostindex >= sc->pqdepth) in mpr_intr_locked()
H A Dmprvar.h406 int pqdepth; /* Post queue */ member