Searched refs:qedf_rport (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/scsi/qedf/ |
| D | qedf.h | 119 struct qedf_rport *fcport; 197 struct qedf_rport { struct 489 extern void qedf_flush_active_ios(struct qedf_rport *fcport, int lun); 495 extern struct qedf_ioreq *qedf_alloc_cmd(struct qedf_rport *fcport, 504 extern u16 qedf_get_sqe_idx(struct qedf_rport *fcport); 505 extern void qedf_ring_doorbell(struct qedf_rport *fcport); 509 extern int qedf_send_adisc(struct qedf_rport *fcport, struct fc_frame *fp); 527 extern void qedf_restart_rport(struct qedf_rport *fcport); 529 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() 222 struct qedf_rport *fcport; in qedf_send_rrq() 310 static void qedf_process_l2_frame_compl(struct qedf_rport *fcport, in qedf_process_l2_frame_compl() 349 void qedf_restart_rport(struct qedf_rport *fcport) in qedf_restart_rport() 406 struct qedf_rport *fcport; in qedf_l2_els_compl() 485 int qedf_send_adisc(struct qedf_rport *fcport, struct fc_frame *fp) in qedf_send_adisc() 612 struct qedf_rport *fcport; in qedf_send_srr() 684 struct qedf_rport *fcport; in qedf_initiate_seq_cleanup() 757 struct qedf_rport *fcport; in qedf_requeue_io_req() 980 struct qedf_rport *fcport; in qedf_send_rec()
|
| D | qedf_io.c | 24 struct qedf_rport *fcport; in qedf_cmd_timeout() 305 struct qedf_ioreq *qedf_alloc_cmd(struct qedf_rport *fcport, u8 cmd_type) in qedf_alloc_cmd() 444 struct qedf_rport *fcport = io_req->fcport; in qedf_release_cmd() 594 static void qedf_init_task(struct qedf_rport *fcport, struct fc_lport *lport, in qedf_init_task() 688 struct qedf_rport *fcport = io_req->fcport; in qedf_init_mp_task() 766 u16 qedf_get_sqe_idx(struct qedf_rport *fcport) in qedf_get_sqe_idx() 782 void qedf_ring_doorbell(struct qedf_rport *fcport) in qedf_ring_doorbell() 808 static void qedf_trace_io(struct qedf_rport *fcport, struct qedf_ioreq *io_req, in qedf_trace_io() 855 int qedf_post_io_req(struct qedf_rport *fcport, struct qedf_ioreq *io_req) in qedf_post_io_req() 948 struct qedf_rport *fcport; in qedf_queuecommand() [all …]
|
| D | qedf_main.c | 656 struct qedf_rport *fcport = NULL; in qedf_eh_abort() 667 fcport = (struct qedf_rport *)&rp[1]; in qedf_eh_abort() 809 struct qedf_rport *fcport = NULL; in qedf_wait_for_upload() 944 static struct qedf_rport *qedf_fcport_lookup(struct qedf_ctx *qedf, u32 port_id) in qedf_fcport_lookup() 946 struct qedf_rport *fcport; in qedf_fcport_lookup() 966 static int qedf_xmit_l2_frame(struct qedf_rport *fcport, struct fc_frame *fp) in qedf_xmit_l2_frame() 1005 struct qedf_rport *fcport; in qedf_xmit() 1177 static int qedf_alloc_sq(struct qedf_ctx *qedf, struct qedf_rport *fcport) in qedf_alloc_sq() 1230 static void qedf_free_sq(struct qedf_ctx *qedf, struct qedf_rport *fcport) in qedf_free_sq() 1241 struct qedf_rport *fcport) in qedf_offload_connection() [all …]
|
| D | qedf_debugfs.c | 324 struct qedf_rport *fcport; in qedf_driver_stats_show()
|