Searched refs:qedf_rport (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/scsi/qedf/ |
D | qedf.h | 115 struct qedf_rport *fcport; 202 struct qedf_rport { struct 500 extern void qedf_flush_active_ios(struct qedf_rport *fcport, int lun); 506 extern struct qedf_ioreq *qedf_alloc_cmd(struct qedf_rport *fcport, 515 extern u16 qedf_get_sqe_idx(struct qedf_rport *fcport); 516 extern void qedf_ring_doorbell(struct qedf_rport *fcport); 520 extern int qedf_send_adisc(struct qedf_rport *fcport, struct fc_frame *fp); 538 extern void qedf_restart_rport(struct qedf_rport *fcport); 540 extern int qedf_post_io_req(struct qedf_rport *fcport,
|
D | qedf_els.c | 9 static int qedf_initiate_els(struct qedf_rport *fcport, unsigned int op, in qedf_initiate_els() 146 struct qedf_rport *fcport; in qedf_process_els_compl() 241 struct qedf_rport *fcport; in qedf_send_rrq() 329 static void qedf_process_l2_frame_compl(struct qedf_rport *fcport, in qedf_process_l2_frame_compl() 368 void qedf_restart_rport(struct qedf_rport *fcport) in qedf_restart_rport() 421 struct qedf_rport *fcport; in qedf_l2_els_compl() 500 int qedf_send_adisc(struct qedf_rport *fcport, struct fc_frame *fp) in qedf_send_adisc() 627 struct qedf_rport *fcport; in qedf_send_srr() 699 struct qedf_rport *fcport; in qedf_initiate_seq_cleanup() 772 struct qedf_rport *fcport; in qedf_requeue_io_req() [all …]
|
D | qedf_io.c | 24 struct qedf_rport *fcport; in qedf_cmd_timeout() 298 struct qedf_ioreq *qedf_alloc_cmd(struct qedf_rport *fcport, u8 cmd_type) in qedf_alloc_cmd() 437 struct qedf_rport *fcport = io_req->fcport; in qedf_release_cmd() 586 static void qedf_init_task(struct qedf_rport *fcport, struct fc_lport *lport, in qedf_init_task() 680 struct qedf_rport *fcport = io_req->fcport; in qedf_init_mp_task() 758 u16 qedf_get_sqe_idx(struct qedf_rport *fcport) in qedf_get_sqe_idx() 774 void qedf_ring_doorbell(struct qedf_rport *fcport) in qedf_ring_doorbell() 800 static void qedf_trace_io(struct qedf_rport *fcport, struct qedf_ioreq *io_req, in qedf_trace_io() 846 int qedf_post_io_req(struct qedf_rport *fcport, struct qedf_ioreq *io_req) in qedf_post_io_req() 936 struct qedf_rport *fcport; in qedf_queuecommand() [all …]
|
D | qedf_main.c | 724 struct qedf_rport *fcport = NULL; in qedf_eh_abort() 735 fcport = (struct qedf_rport *)&rp[1]; in qedf_eh_abort() 877 struct qedf_rport *fcport; in qedf_wait_for_upload() 1014 static struct qedf_rport *qedf_fcport_lookup(struct qedf_ctx *qedf, u32 port_id) in qedf_fcport_lookup() 1016 struct qedf_rport *fcport; in qedf_fcport_lookup() 1036 static int qedf_xmit_l2_frame(struct qedf_rport *fcport, struct fc_frame *fp) in qedf_xmit_l2_frame() 1073 struct qedf_rport *fcport; in qedf_xmit() 1243 static int qedf_alloc_sq(struct qedf_ctx *qedf, struct qedf_rport *fcport) in qedf_alloc_sq() 1296 static void qedf_free_sq(struct qedf_ctx *qedf, struct qedf_rport *fcport) in qedf_free_sq() 1307 struct qedf_rport *fcport) in qedf_offload_connection() [all …]
|
D | qedf_debugfs.c | 329 struct qedf_rport *fcport; in qedf_driver_stats_show()
|