Searched refs:fqdepth (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/dev/mps/ |
| HD | mps.c | 534 bzero(sc->free_queue, sc->fqdepth * 4); in mps_iocfacts_allocate() 1034 init.ReplyFreeQueueDepth = htole16(sc->fqdepth); in mps_send_iocinit() 1083 sc->fqdepth = roundup2((sc->num_replies + 1), 16); in mps_alloc_queues() 1085 fqsize= sc->fqdepth * 4; in mps_alloc_queues() 1130 num_replies = max(sc->fqdepth, sc->num_replies); in mps_alloc_replies() 1326 if (sc->num_replies >= sc->fqdepth) in mps_init_queues() 1332 for (i = 0; i < sc->fqdepth; i++) in mps_init_queues() 1894 (sc->fqdepth * sc->facts->ReplyFrameSize * 4)))) { in mps_intr_locked() 1899 sc->reply_frames, sc->fqdepth, in mps_intr_locked()
|
| HD | mpsvar.h | 314 int fqdepth; /* Free queue */ member 468 if (++sc->replyfreeindex >= sc->fqdepth) in mps_free_reply()
|
| /NextBSD/sys/dev/mpr/ |
| HD | mpr.c | 542 bzero(sc->free_queue, sc->fqdepth * 4); in mpr_iocfacts_allocate() 1036 init.ReplyFreeQueueDepth = htole16(sc->fqdepth); in mpr_send_iocinit() 1087 sc->fqdepth = roundup2((sc->num_replies + 1), 16); in mpr_alloc_queues() 1089 fqsize= sc->fqdepth * 4; in mpr_alloc_queues() 1134 num_replies = max(sc->fqdepth, sc->num_replies); in mpr_alloc_replies() 1329 if (sc->num_replies >= sc->fqdepth) in mpr_init_queues() 1335 for (i = 0; i < sc->fqdepth; i++) in mpr_init_queues() 1903 (sc->fqdepth * sc->facts->ReplyFrameSize * 4)))) { in mpr_intr_locked() 1908 sc->reply_frames, sc->fqdepth, in mpr_intr_locked()
|
| HD | mprvar.h | 296 int fqdepth; /* Free queue */ member 436 if (++sc->replyfreeindex >= sc->fqdepth) in mpr_free_reply()
|