Lines Matching defs:num_replies
397 sc->num_replies = MIN(sc->max_replyframes + sc->max_evtframes,
448 sc->msi_msgs, sc->num_reqs, sc->num_replies);
1316 sc->fqdepth = roundup2(sc->num_replies + 1, 16);
1317 sc->pqdepth = roundup2(sc->num_replies + 1, 16);
1355 int rsize, num_replies;
1361 * sc->num_replies should be one less than sc->fqdepth. We need to
1362 * allocate space for sc->fqdepth replies, but only sc->num_replies
1365 num_replies = max(sc->fqdepth, sc->num_replies);
1367 rsize = sc->replyframesz * num_replies;
1549 * have space for on the queue. So sc->num_replies (the number we
1552 if (sc->num_replies >= sc->fqdepth)
1560 sc->replyfreeindex = sc->num_replies;