Searched refs:sc_repq (Results 1 – 2 of 2) sorted by relevance
145 int sc_repq; member
389 sc->sc_repq * MPI_REPLY_SIZE, BUS_DMASYNC_POSTREAD); in mpi_attach()1152 sc->sc_rcbs = mallocarray(sc->sc_repq, sizeof(struct mpi_rcb), M_DEVBUF, in mpi_alloc_replies()1157 sc->sc_replies = mpi_dmamem_alloc(sc, sc->sc_repq * MPI_REPLY_SIZE); in mpi_alloc_replies()1182 sc->sc_repq * MPI_REPLY_SIZE, BUS_DMASYNC_PREREAD); in mpi_push_replies()1184 for (i = 0; i < sc->sc_repq; i++) { in mpi_push_replies()2048 sc->sc_repq = MIN(MPI_REPLYQ_DEPTH, lemtoh16(&ifp.reply_queue_depth)); in mpi_iocfacts()