Home
last modified time | relevance | path

Searched refs:qedf_rport (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/scsi/qedf/
Dqedf.h119 struct qedf_rport *fcport;
197 struct qedf_rport { struct
494 extern void qedf_flush_active_ios(struct qedf_rport *fcport, int lun);
500 extern struct qedf_ioreq *qedf_alloc_cmd(struct qedf_rport *fcport,
509 extern u16 qedf_get_sqe_idx(struct qedf_rport *fcport);
510 extern void qedf_ring_doorbell(struct qedf_rport *fcport);
514 extern int qedf_send_adisc(struct qedf_rport *fcport, struct fc_frame *fp);
532 extern void qedf_restart_rport(struct qedf_rport *fcport);
534 extern int qedf_post_io_req(struct qedf_rport *fcport,
Dqedf_els.c9 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 …]
Dqedf_io.c24 struct qedf_rport *fcport; in qedf_cmd_timeout()
303 struct qedf_ioreq *qedf_alloc_cmd(struct qedf_rport *fcport, u8 cmd_type) in qedf_alloc_cmd()
442 struct qedf_rport *fcport = io_req->fcport; in qedf_release_cmd()
591 static void qedf_init_task(struct qedf_rport *fcport, struct fc_lport *lport, in qedf_init_task()
685 struct qedf_rport *fcport = io_req->fcport; in qedf_init_mp_task()
763 u16 qedf_get_sqe_idx(struct qedf_rport *fcport) in qedf_get_sqe_idx()
779 void qedf_ring_doorbell(struct qedf_rport *fcport) in qedf_ring_doorbell()
805 static void qedf_trace_io(struct qedf_rport *fcport, struct qedf_ioreq *io_req, in qedf_trace_io()
852 int qedf_post_io_req(struct qedf_rport *fcport, struct qedf_ioreq *io_req) in qedf_post_io_req()
942 struct qedf_rport *fcport; in qedf_queuecommand()
[all …]
Dqedf_main.c721 struct qedf_rport *fcport = NULL; in qedf_eh_abort()
732 fcport = (struct qedf_rport *)&rp[1]; in qedf_eh_abort()
874 struct qedf_rport *fcport = NULL; in qedf_wait_for_upload()
1010 static struct qedf_rport *qedf_fcport_lookup(struct qedf_ctx *qedf, u32 port_id) in qedf_fcport_lookup()
1012 struct qedf_rport *fcport; in qedf_fcport_lookup()
1032 static int qedf_xmit_l2_frame(struct qedf_rport *fcport, struct fc_frame *fp) in qedf_xmit_l2_frame()
1070 struct qedf_rport *fcport; in qedf_xmit()
1242 static int qedf_alloc_sq(struct qedf_ctx *qedf, struct qedf_rport *fcport) in qedf_alloc_sq()
1295 static void qedf_free_sq(struct qedf_ctx *qedf, struct qedf_rport *fcport) in qedf_free_sq()
1306 struct qedf_rport *fcport) in qedf_offload_connection()
[all …]
Dqedf_debugfs.c322 struct qedf_rport *fcport; in qedf_driver_stats_show()