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

/linux-master/drivers/scsi/qedf/
H A Dqedf.h116 struct qedf_rport *fcport;
203 struct qedf_rport { struct
501 extern void qedf_flush_active_ios(struct qedf_rport *fcport, u64 lun);
507 extern struct qedf_ioreq *qedf_alloc_cmd(struct qedf_rport *fcport,
516 extern u16 qedf_get_sqe_idx(struct qedf_rport *fcport);
517 extern void qedf_ring_doorbell(struct qedf_rport *fcport);
521 extern int qedf_send_adisc(struct qedf_rport *fcport, struct fc_frame *fp);
539 extern void qedf_restart_rport(struct qedf_rport *fcport);
541 extern int qedf_post_io_req(struct qedf_rport *fcport,
H A Dqedf_els.c9 static int qedf_initiate_els(struct qedf_rport *fcport, unsigned int op,
146 struct qedf_rport *fcport;
241 struct qedf_rport *fcport;
329 static void qedf_process_l2_frame_compl(struct qedf_rport *fcport,
368 void qedf_restart_rport(struct qedf_rport *fcport)
421 struct qedf_rport *fcport;
500 int qedf_send_adisc(struct qedf_rport *fcport, struct fc_frame *fp)
627 struct qedf_rport *fcport;
699 struct qedf_rport *fcport;
772 struct qedf_rport *fcpor
[all...]
H A Dqedf_io.c24 struct qedf_rport *fcport;
298 struct qedf_ioreq *qedf_alloc_cmd(struct qedf_rport *fcport, u8 cmd_type)
437 struct qedf_rport *fcport = io_req->fcport;
590 static void qedf_init_task(struct qedf_rport *fcport, struct fc_lport *lport,
684 struct qedf_rport *fcport = io_req->fcport;
762 u16 qedf_get_sqe_idx(struct qedf_rport *fcport)
778 void qedf_ring_doorbell(struct qedf_rport *fcport)
804 static void qedf_trace_io(struct qedf_rport *fcport, struct qedf_ioreq *io_req,
850 int qedf_post_io_req(struct qedf_rport *fcport, struct qedf_ioreq *io_req)
940 struct qedf_rport *fcpor
[all...]
H A Dqedf_main.c724 struct qedf_rport *fcport = NULL;
735 fcport = (struct qedf_rport *)&rp[1];
878 struct qedf_rport *fcport;
1015 static struct qedf_rport *qedf_fcport_lookup(struct qedf_ctx *qedf, u32 port_id)
1017 struct qedf_rport *fcport;
1037 static int qedf_xmit_l2_frame(struct qedf_rport *fcport, struct fc_frame *fp)
1074 struct qedf_rport *fcport;
1244 static int qedf_alloc_sq(struct qedf_ctx *qedf, struct qedf_rport *fcport)
1297 static void qedf_free_sq(struct qedf_ctx *qedf, struct qedf_rport *fcport)
1308 struct qedf_rport *fcpor
[all...]
H A Dqedf_debugfs.c329 struct qedf_rport *fcport;

Completed in 276 milliseconds