Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/qedf/
H A Dqedf.h74 struct qedf_ioreq *aborted_io_req;
75 struct qedf_ioreq *io_req;
100 struct qedf_ioreq { struct
428 struct qedf_ioreq *io_req;
439 struct qedf_ioreq cmds[FCOE_PARAMS_NUM_TASKS];
489 struct qedf_ioreq *io_req);
491 struct fcoe_cqe *cqe, struct qedf_ioreq *io_req);
493 struct fcoe_cqe *cqe, struct qedf_ioreq *io_req);
496 extern int qedf_initiate_abts(struct qedf_ioreq *io_req,
499 struct qedf_ioreq *io_req);
[all …]
H A 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()
120 struct qedf_ioreq *io_req; in qedf_cmd_mgr_free()
169 struct qedf_ioreq *io_req = in qedf_handle_rrq()
170 container_of(work, struct qedf_ioreq, rrq_work.work); in qedf_handle_rrq()
181 struct qedf_ioreq *io_req; in qedf_cmd_mgr_alloc()
303 struct qedf_ioreq *qedf_alloc_cmd(struct qedf_rport *fcport, u8 cmd_type) in qedf_alloc_cmd()
307 struct qedf_ioreq *io_req = NULL; in qedf_alloc_cmd()
408 static void qedf_free_mp_resc(struct qedf_ioreq *io_req) in qedf_free_mp_resc()
[all …]
H A Dqedf_els.c16 struct qedf_ioreq *els_req; in qedf_initiate_els()
143 struct qedf_ioreq *els_req) in qedf_process_els_compl()
193 struct qedf_ioreq *orig_io_req; in qedf_rrq_compl()
194 struct qedf_ioreq *rrq_req; in qedf_rrq_compl()
237 int qedf_send_rrq(struct qedf_ioreq *aborted_io_req) in qedf_send_rrq()
420 struct qedf_ioreq *els_req; in qedf_l2_els_compl()
540 struct qedf_ioreq *orig_io_req; in qedf_srr_compl()
541 struct qedf_ioreq *srr_req; in qedf_srr_compl()
623 static int qedf_send_srr(struct qedf_ioreq *orig_io_req, u32 offset, u8 r_ctl) in qedf_send_srr()
696 static void qedf_initiate_seq_cleanup(struct qedf_ioreq *orig_io_req, in qedf_initiate_seq_cleanup()
[all …]
H A Dqedf_main.c720 struct qedf_ioreq *io_req; in qedf_eh_abort()
743 io_req = (struct qedf_ioreq *)sc_cmd->SCp.ptr; in qedf_eh_abort()
2225 struct qedf_ioreq *io_req = NULL; in qedf_process_completions()
2802 struct qedf_ioreq *io_req; in qedf_process_cqe()