Lines Matching refs:outstanding_cmds
117 if (sp->cmd_sp && (qpair->req->outstanding_cmds[handle] ==
119 qpair->req->outstanding_cmds[handle] = NULL;
122 if (qpair->req->outstanding_cmds[handle] == sp) {
123 qpair->req->outstanding_cmds[handle] = NULL;
229 if (sp->qpair->req->outstanding_cmds[h] ==
231 sp->qpair->req->outstanding_cmds[h] =
253 if (sp->qpair->req->outstanding_cmds[h] ==
255 sp->qpair->req->outstanding_cmds[h] =
1875 if (sp->qpair->req->outstanding_cmds[h] == sp) {
1876 sp->qpair->req->outstanding_cmds[h] = NULL;
1967 if (req->outstanding_cmds[handle] == sp)
3547 if (req->outstanding_cmds)
3559 req->outstanding_cmds = kcalloc(req->num_outstanding_cmds,
3563 if (!req->outstanding_cmds) {
3569 req->outstanding_cmds = kcalloc(req->num_outstanding_cmds,
3573 if (!req->outstanding_cmds) {
3576 "outstanding_cmds for req_que %p.\n", req);
4278 req->outstanding_cmds[cnt] = NULL;