Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/mps/
Dmps.c1029 init.ReplyDescriptorPostQueueDepth = htole16(sc->pqdepth); in mps_send_iocinit()
1080 sc->pqdepth = roundup2((sc->num_replies + 1), 16); in mps_alloc_queues()
1082 pqsize = sc->pqdepth * 8; in mps_alloc_queues()
1315 memset((uint8_t *)sc->post_queue, 0xff, sc->pqdepth * 8); in mps_init_queues()
1832 if (++sc->replypostindex >= sc->pqdepth) in mps_intr_locked()
Dmpsvar.h310 int pqdepth; /* Post queue */ member
/freebsd-9-stable/sys/dev/mpr/
Dmpr.c1054 init.ReplyDescriptorPostQueueDepth = htole16(sc->pqdepth); in mpr_send_iocinit()
1107 sc->pqdepth = roundup2((sc->num_replies + 1), 16); in mpr_alloc_queues()
1109 pqsize = sc->pqdepth * 8; in mpr_alloc_queues()
1341 memset((uint8_t *)sc->post_queue, 0xff, sc->pqdepth * 8); in mpr_init_queues()
1869 if (++sc->replypostindex >= sc->pqdepth) in mpr_intr_locked()
Dmprvar.h290 int pqdepth; /* Post queue */ member