Lines Matching defs:num_replies
400 sc->num_replies = MIN(sc->max_replyframes + sc->max_evtframes,
469 sc->msi_msgs, sc->num_reqs, sc->num_replies);
1380 sc->fqdepth = roundup2(sc->num_replies + 1, 16);
1381 sc->pqdepth = roundup2(sc->num_replies + 1, 16);
1419 int rsize, num_replies;
1425 * sc->num_replies should be one less than sc->fqdepth. We need to
1426 * allocate space for sc->fqdepth replies, but only sc->num_replies
1429 num_replies = max(sc->fqdepth, sc->num_replies);
1431 rsize = sc->replyframesz * num_replies;
1696 * have space for on the queue. So sc->num_replies (the number we
1699 if (sc->num_replies >= sc->fqdepth)
1708 sc->replyfreeindex = sc->num_replies;