Searched refs:qedf_release_cmd (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/scsi/qedf/ |
| D | qedf_els.c | 95 kref_put(&els_req->refcount, qedf_release_cmd); in qedf_initiate_els() 108 kref_put(&els_req->refcount, qedf_release_cmd); in qedf_initiate_els() 179 kref_put(&els_req->refcount, qedf_release_cmd); in qedf_process_els_compl() 210 kref_put(&orig_io_req->refcount, qedf_release_cmd); in qedf_rrq_compl() 220 kref_put(&rrq_req->refcount, qedf_release_cmd); in qedf_rrq_compl() 289 kref_put(&aborted_io_req->refcount, qedf_release_cmd); in qedf_send_rrq() 560 kref_put(&orig_io_req->refcount, qedf_release_cmd); in qedf_srr_compl() 631 kref_put(&orig_io_req->refcount, qedf_release_cmd); in qedf_send_srr() 707 kref_put(&io_req->refcount, qedf_release_cmd); in qedf_process_seq_cleanup_compl() 745 kref_put(&orig_io_req->refcount, qedf_release_cmd); in qedf_requeue_io_req() [all …]
|
| D | qedf_io.c | 62 kref_put(&io_req->refcount, qedf_release_cmd); in qedf_cmd_timeout() 87 kref_put(&io_req->refcount, qedf_release_cmd); in qedf_cmd_timeout() 360 kref_put(&io_req->refcount, qedf_release_cmd); in qedf_alloc_cmd() 409 void qedf_release_cmd(struct kref *ref) in qedf_release_cmd() function 898 kref_put(&io_req->refcount, qedf_release_cmd); in qedf_post_io_req() 904 kref_put(&io_req->refcount, qedf_release_cmd); in qedf_post_io_req() 917 kref_put(&io_req->refcount, qedf_release_cmd); in qedf_post_io_req() 1255 kref_put(&io_req->refcount, qedf_release_cmd); in qedf_scsi_completion() 1308 kref_put(&io_req->refcount, qedf_release_cmd); in qedf_scsi_done() 1435 kref_put(&els_req->refcount, qedf_release_cmd); in qedf_flush_els_req() [all …]
|
| D | qedf.h | 463 extern void qedf_release_cmd(struct kref *ref);
|