Searched refs:qedf_rport (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/drivers/scsi/qedf/ |
| D | qedf.h | 122 struct qedf_rport *fcport; 179 struct qedf_rport { struct 462 extern void qedf_flush_active_ios(struct qedf_rport *fcport, int lun); 468 extern struct qedf_ioreq *qedf_alloc_cmd(struct qedf_rport *fcport, 477 extern u16 qedf_get_sqe_idx(struct qedf_rport *fcport); 478 extern void qedf_ring_doorbell(struct qedf_rport *fcport); 482 extern int qedf_send_adisc(struct qedf_rport *fcport, struct fc_frame *fp); 500 extern void qedf_restart_rport(struct qedf_rport *fcport); 502 extern int qedf_post_io_req(struct qedf_rport *fcport,
|
| D | qedf_els.c | 12 static int qedf_initiate_els(struct qedf_rport *fcport, unsigned int op, in qedf_initiate_els() 229 struct qedf_rport *fcport; in qedf_send_rrq() 294 static void qedf_process_l2_frame_compl(struct qedf_rport *fcport, in qedf_process_l2_frame_compl() 333 void qedf_restart_rport(struct qedf_rport *fcport) in qedf_restart_rport() 371 struct qedf_rport *fcport; in qedf_l2_els_compl() 447 int qedf_send_adisc(struct qedf_rport *fcport, struct fc_frame *fp) in qedf_send_adisc() 569 struct qedf_rport *fcport; in qedf_send_srr() 642 struct qedf_rport *fcport; in qedf_initiate_seq_cleanup() 712 struct qedf_rport *fcport; in qedf_requeue_io_req() 929 struct qedf_rport *fcport; in qedf_send_rec()
|
| D | qedf_io.c | 27 struct qedf_rport *fcport; in qedf_cmd_timeout() 287 struct qedf_ioreq *qedf_alloc_cmd(struct qedf_rport *fcport, u8 cmd_type) in qedf_alloc_cmd() 414 struct qedf_rport *fcport = io_req->fcport; in qedf_release_cmd() 600 static void qedf_init_task(struct qedf_rport *fcport, struct fc_lport *lport, in qedf_init_task() 698 struct qedf_rport *fcport = io_req->fcport; in qedf_init_mp_task() 779 u16 qedf_get_sqe_idx(struct qedf_rport *fcport) in qedf_get_sqe_idx() 795 void qedf_ring_doorbell(struct qedf_rport *fcport) in qedf_ring_doorbell() 813 static void qedf_trace_io(struct qedf_rport *fcport, struct qedf_ioreq *io_req, in qedf_trace_io() 860 int qedf_post_io_req(struct qedf_rport *fcport, struct qedf_ioreq *io_req) in qedf_post_io_req() 939 struct qedf_rport *fcport; in qedf_queuecommand() [all …]
|
| D | qedf_main.c | 338 struct qedf_rport *fcport; in qedf_link_recovery() 619 struct qedf_rport *fcport; in qedf_eh_abort() 639 fcport = (struct qedf_rport *)&rp[1]; in qedf_eh_abort() 745 struct qedf_rport *fcport = (struct qedf_rport *)&rp[1]; in qedf_eh_host_reset() 814 static struct qedf_rport *qedf_fcport_lookup(struct qedf_ctx *qedf, u32 port_id) in qedf_fcport_lookup() 816 struct qedf_rport *fcport; in qedf_fcport_lookup() 836 static int qedf_xmit_l2_frame(struct qedf_rport *fcport, struct fc_frame *fp) in qedf_xmit_l2_frame() 875 struct qedf_rport *fcport; in qedf_xmit() 1040 static int qedf_alloc_sq(struct qedf_ctx *qedf, struct qedf_rport *fcport) in qedf_alloc_sq() 1092 static void qedf_free_sq(struct qedf_ctx *qedf, struct qedf_rport *fcport) in qedf_free_sq() [all …]
|
| D | qedf_debugfs.c | 314 struct qedf_rport *fcport; in qedf_driver_stats_show()
|