Home
last modified time | relevance | path

Searched refs:old_req (Results 1 – 3 of 3) sorted by relevance

/drivers/s390/scsi/
Dzfcp_scsi.c180 struct zfcp_fsf_req *old_req, *abrt_req; in zfcp_scsi_eh_abort_handler() local
190 old_req = zfcp_reqlist_find(adapter->req_list, old_reqid); in zfcp_scsi_eh_abort_handler()
191 if (!old_req) { in zfcp_scsi_eh_abort_handler()
196 old_req->data = NULL; in zfcp_scsi_eh_abort_handler()
/drivers/infiniband/hw/ipath/
Dipath_rc.c1346 int old_req; in ipath_rc_rcv_error() local
1380 old_req = 1; in ipath_rc_rcv_error()
1389 old_req = 0; in ipath_rc_rcv_error()
1405 old_req = 0; in ipath_rc_rcv_error()
1420 if (!e || e->opcode != OP(RDMA_READ_REQUEST) || old_req) in ipath_rc_rcv_error()
1472 if (!e || e->opcode != (u8) opcode || old_req) in ipath_rc_rcv_error()
1480 if (old_req) in ipath_rc_rcv_error()
/drivers/infiniband/hw/qib/
Dqib_rc.c1634 int old_req; in qib_rc_rcv_error() local
1678 old_req = 1; in qib_rc_rcv_error()
1685 old_req = 0; in qib_rc_rcv_error()
1702 old_req = 0; in qib_rc_rcv_error()
1751 if (old_req) in qib_rc_rcv_error()
1764 if (!e || e->opcode != (u8) opcode || old_req) in qib_rc_rcv_error()
1775 if (!(psn & IB_BTH_REQ_ACK) || old_req) in qib_rc_rcv_error()