Searched refs:srp_claim_req (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.c | 1211 * srp_claim_req - Take ownership of the scmnd associated with a request. 1221 static struct scsi_cmnd *srp_claim_req(struct srp_rdma_ch *ch, in srp_claim_req() function 1264 struct scsi_cmnd *scmnd = srp_claim_req(ch, req, sdev, NULL); in srp_finish_req() 1957 scmnd = srp_claim_req(ch, req, NULL, scmnd); in srp_process_rsp() 2793 if (!srp_claim_req(ch, req, NULL, scmnd)) in srp_abort()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.c | 1213 * srp_claim_req - Take ownership of the scmnd associated with a request. 1223 static struct scsi_cmnd *srp_claim_req(struct srp_rdma_ch *ch, in srp_claim_req() function 1266 struct scsi_cmnd *scmnd = srp_claim_req(ch, req, sdev, NULL); in srp_finish_req() 1958 scmnd = srp_claim_req(ch, req, NULL, scmnd); in srp_process_rsp() 2795 if (!srp_claim_req(ch, req, NULL, scmnd)) in srp_abort()
|
Completed in 13 milliseconds