Home
last modified time | relevance | path

Searched refs:qedf_ioreq (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/scsi/qedf/
Dqedf.h74 struct qedf_ioreq *aborted_io_req;
75 struct qedf_ioreq *io_req;
100 struct qedf_ioreq { struct
423 struct qedf_ioreq *io_req;
434 struct qedf_ioreq cmds[FCOE_PARAMS_NUM_TASKS];
484 struct qedf_ioreq *io_req);
486 struct fcoe_cqe *cqe, struct qedf_ioreq *io_req);
488 struct fcoe_cqe *cqe, struct qedf_ioreq *io_req);
491 extern int qedf_initiate_abts(struct qedf_ioreq *io_req,
494 struct qedf_ioreq *io_req);
[all …]
Dqedf_io.c11 void qedf_cmd_timer_set(struct qedf_ctx *qedf, struct qedf_ioreq *io_req, in qedf_cmd_timer_set()
21 struct qedf_ioreq *io_req = in qedf_cmd_timeout()
22 container_of(work, struct qedf_ioreq, timeout_work.work); in qedf_cmd_timeout()
122 struct qedf_ioreq *io_req; in qedf_cmd_mgr_free()
171 struct qedf_ioreq *io_req = in qedf_handle_rrq()
172 container_of(work, struct qedf_ioreq, rrq_work.work); in qedf_handle_rrq()
183 struct qedf_ioreq *io_req; in qedf_cmd_mgr_alloc()
305 struct qedf_ioreq *qedf_alloc_cmd(struct qedf_rport *fcport, u8 cmd_type) in qedf_alloc_cmd()
309 struct qedf_ioreq *io_req = NULL; in qedf_alloc_cmd()
410 static void qedf_free_mp_resc(struct qedf_ioreq *io_req) in qedf_free_mp_resc()
[all …]
Dqedf_els.c16 struct qedf_ioreq *els_req; in qedf_initiate_els()
143 struct qedf_ioreq *els_req) in qedf_process_els_compl()
170 struct qedf_ioreq *orig_io_req; in qedf_rrq_compl()
171 struct qedf_ioreq *rrq_req; in qedf_rrq_compl()
218 int qedf_send_rrq(struct qedf_ioreq *aborted_io_req) in qedf_send_rrq()
405 struct qedf_ioreq *els_req; in qedf_l2_els_compl()
525 struct qedf_ioreq *orig_io_req; in qedf_srr_compl()
526 struct qedf_ioreq *srr_req; in qedf_srr_compl()
608 static int qedf_send_srr(struct qedf_ioreq *orig_io_req, u32 offset, u8 r_ctl) in qedf_send_srr()
681 static void qedf_initiate_seq_cleanup(struct qedf_ioreq *orig_io_req, in qedf_initiate_seq_cleanup()
[all …]
Dqedf_main.c653 struct qedf_ioreq *io_req; in qedf_eh_abort()
676 io_req = (struct qedf_ioreq *)sc_cmd->SCp.ptr; in qedf_eh_abort()
2099 struct qedf_ioreq *io_req = NULL; in qedf_process_completions()
2676 struct qedf_ioreq *io_req; in qedf_process_cqe()