Searched refs:pqdepth (Results 1 – 4 of 4) sorted by relevance
1171 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()
361 int pqdepth; /* Post queue */ member
1244 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()
405 int pqdepth; /* Post queue */ member