Home
last modified time | relevance | path

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

/linux/drivers/scsi/qedf/
H A Dqedf_els.c84 kref_put(&els_req->refcount, qedf_release_cmd); in qedf_initiate_els()
97 kref_put(&els_req->refcount, qedf_release_cmd); in qedf_initiate_els()
188 kref_put(&els_req->refcount, qedf_release_cmd); in qedf_process_els_compl()
222 kref_put(&orig_io_req->refcount, qedf_release_cmd); in qedf_rrq_compl()
232 kref_put(&rrq_req->refcount, qedf_release_cmd); in qedf_rrq_compl()
262 kref_put(&aborted_io_req->refcount, qedf_release_cmd); in qedf_send_rrq()
324 kref_put(&aborted_io_req->refcount, qedf_release_cmd); in qedf_send_rrq()
618 kref_put(&orig_io_req->refcount, qedf_release_cmd); in qedf_srr_compl()
688 kref_put(&orig_io_req->refcount, qedf_release_cmd); in qedf_send_srr()
767 kref_put(&io_req->refcount, qedf_release_cmd); in qedf_process_seq_cleanup_compl()
[all …]
H A Dqedf_io.c54 kref_put(&io_req->refcount, qedf_release_cmd); in qedf_cmd_timeout()
90 kref_put(&io_req->refcount, qedf_release_cmd); in qedf_cmd_timeout()
383 kref_put(&io_req->refcount, qedf_release_cmd); in qedf_alloc_cmd()
432 void qedf_release_cmd(struct kref *ref) in qedf_release_cmd() function
887 kref_put(&io_req->refcount, qedf_release_cmd); in qedf_post_io_req()
896 kref_put(&io_req->refcount, qedf_release_cmd); in qedf_post_io_req()
915 kref_put(&io_req->refcount, qedf_release_cmd); in qedf_post_io_req()
1319 kref_put(&io_req->refcount, qedf_release_cmd); in qedf_scsi_completion()
1416 kref_put(&io_req->refcount, qedf_release_cmd); in qedf_scsi_done()
1425 kref_put(&io_req->refcount, qedf_release_cmd); /* ID: 001 */ in qedf_scsi_done()
[all …]
H A Dqedf_main.c862 kref_put(&io_req->refcount, qedf_release_cmd); in qedf_eh_abort()