Lines Matching refs:outstanding_cmds
127 if (sp->cmd_sp && (qpair->req->outstanding_cmds[handle] ==
129 qpair->req->outstanding_cmds[handle] = NULL;
135 if (qpair->req->outstanding_cmds[handle] == sp) {
136 qpair->req->outstanding_cmds[handle] = NULL;
257 if (sp->qpair->req->outstanding_cmds[h] ==
259 sp->qpair->req->outstanding_cmds[h] =
281 if (sp->qpair->req->outstanding_cmds[h] ==
283 sp->qpair->req->outstanding_cmds[h] =
2014 if (sp->qpair->req->outstanding_cmds[h] == sp) {
2015 sp->qpair->req->outstanding_cmds[h] = NULL;
2346 if (req->outstanding_cmds[handle] == sp)
3984 if (req->outstanding_cmds)
3996 req->outstanding_cmds = kcalloc(req->num_outstanding_cmds,
4000 if (!req->outstanding_cmds) {
4006 req->outstanding_cmds = kcalloc(req->num_outstanding_cmds,
4010 if (!req->outstanding_cmds) {
4013 "outstanding_cmds for req_que %p.\n", req);
4762 req->outstanding_cmds[cnt] = NULL;