Searched refs:pqdepth (Results 1 – 4 of 4) sorted by relevance
1029 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()
310 int pqdepth; /* Post queue */ member
1054 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()
290 int pqdepth; /* Post queue */ member