Searched refs:qedf_ioreq (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/drivers/scsi/qedf/ |
| D | qedf.h | 79 struct qedf_ioreq *aborted_io_req; 80 struct qedf_ioreq *io_req; 104 struct qedf_ioreq { struct 402 struct qedf_ioreq *io_req; 413 struct qedf_ioreq cmds[FCOE_PARAMS_NUM_TASKS]; 457 struct qedf_ioreq *io_req); 459 struct fcoe_cqe *cqe, struct qedf_ioreq *io_req); 461 struct fcoe_cqe *cqe, struct qedf_ioreq *io_req); 464 extern int qedf_initiate_abts(struct qedf_ioreq *io_req, 467 struct qedf_ioreq *io_req); [all …]
|
| D | qedf_io.c | 14 void qedf_cmd_timer_set(struct qedf_ctx *qedf, struct qedf_ioreq *io_req, in qedf_cmd_timer_set() 24 struct qedf_ioreq *io_req = in qedf_cmd_timeout() 25 container_of(work, struct qedf_ioreq, timeout_work.work); in qedf_cmd_timeout() 110 struct qedf_ioreq *io_req; in qedf_cmd_mgr_free() 157 struct qedf_ioreq *io_req = in qedf_handle_rrq() 158 container_of(work, struct qedf_ioreq, rrq_work.work); in qedf_handle_rrq() 168 struct qedf_ioreq *io_req; in qedf_cmd_mgr_alloc() 287 struct qedf_ioreq *qedf_alloc_cmd(struct qedf_rport *fcport, u8 cmd_type) in qedf_alloc_cmd() 291 struct qedf_ioreq *io_req = NULL; in qedf_alloc_cmd() 380 static void qedf_free_mp_resc(struct qedf_ioreq *io_req) in qedf_free_mp_resc() [all …]
|
| D | qedf_els.c | 19 struct qedf_ioreq *els_req; in qedf_initiate_els() 152 struct qedf_ioreq *els_req) in qedf_process_els_compl() 184 struct qedf_ioreq *orig_io_req; in qedf_rrq_compl() 185 struct qedf_ioreq *rrq_req; in qedf_rrq_compl() 225 int qedf_send_rrq(struct qedf_ioreq *aborted_io_req) in qedf_send_rrq() 370 struct qedf_ioreq *els_req; in qedf_l2_els_compl() 487 struct qedf_ioreq *orig_io_req; in qedf_srr_compl() 488 struct qedf_ioreq *srr_req; in qedf_srr_compl() 565 static int qedf_send_srr(struct qedf_ioreq *orig_io_req, u32 offset, u8 r_ctl) in qedf_send_srr() 639 static void qedf_initiate_seq_cleanup(struct qedf_ioreq *orig_io_req, in qedf_initiate_seq_cleanup() [all …]
|
| D | qedf_main.c | 622 struct qedf_ioreq *io_req; in qedf_eh_abort() 641 io_req = (struct qedf_ioreq *)sc_cmd->SCp.ptr; in qedf_eh_abort() 1946 struct qedf_ioreq *io_req = NULL; in qedf_process_completions() 2497 struct qedf_ioreq *io_req; in qedf_process_cqe()
|