Searched refs:qedf_ioreq (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/scsi/qedf/ |
D | qedf.h | 71 struct qedf_ioreq *aborted_io_req; 72 struct qedf_ioreq *io_req; 96 struct qedf_ioreq { struct 192 struct qedf_ioreq *io_req; argument 434 struct qedf_ioreq *io_req; 445 struct qedf_ioreq cmds[FCOE_PARAMS_NUM_TASKS]; 495 struct qedf_ioreq *io_req); 497 struct fcoe_cqe *cqe, struct qedf_ioreq *io_req); 499 struct fcoe_cqe *cqe, struct qedf_ioreq *io_req); 502 extern int qedf_initiate_abts(struct qedf_ioreq *io_req, [all …]
|
D | qedf_els.c | 16 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 …]
|
D | qedf_io.c | 11 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() 115 struct qedf_ioreq *io_req; in qedf_cmd_mgr_free() 164 struct qedf_ioreq *io_req = in qedf_handle_rrq() 165 container_of(work, struct qedf_ioreq, rrq_work.work); in qedf_handle_rrq() 176 struct qedf_ioreq *io_req; in qedf_cmd_mgr_alloc() 298 struct qedf_ioreq *qedf_alloc_cmd(struct qedf_rport *fcport, u8 cmd_type) in qedf_alloc_cmd() 302 struct qedf_ioreq *io_req = NULL; in qedf_alloc_cmd() 403 static void qedf_free_mp_resc(struct qedf_ioreq *io_req) in qedf_free_mp_resc() [all …]
|
D | qedf_main.c | 721 struct qedf_ioreq *io_req; in qedf_eh_abort() 2229 struct qedf_ioreq *io_req = NULL; in qedf_process_completions() 2805 struct qedf_ioreq *io_req; in qedf_process_cqe()
|