Home
last modified time | relevance | path

Searched refs:qedf (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/drivers/scsi/qedf/
A Dqedf_main.c1477 fcport->qedf = qedf; in qedf_rport_event_handler()
2192 struct qedf_ctx *qedf = fp->qedf; in qedf_fp_has_work() local
2220 struct qedf_ctx *qedf = fp->qedf; in qedf_process_completions() local
2301 io_work->qedf = fp->qedf; in qedf_process_completions()
2613 struct qedf_ctx *qedf = skb_work->qedf; in qedf_ll2_process_skb() local
2676 skb_work->qedf = qedf; in qedf_ll2_rx()
2794 fp->qedf = qedf; in qedf_prepare_sb()
2917 qedf->bdq_pbl, qedf->bdq_pbl_dma); in qedf_free_bdq()
2981 qedf->bdq_pbl, &qedf->bdq_pbl_dma); in qedf_alloc_bdq()
3530 qedf->wwnn = qedf->dev_info.wwnn; in __qedf_probe()
[all …]
A Dqedf_io.c32 qedf = fcport->qedf; in qedf_cmd_timeout()
109 struct qedf_ctx *qedf = cmgr->qedf; in qedf_cmd_mgr_free() local
206 cmgr->qedf = qedf; in qedf_cmd_mgr_alloc()
300 struct qedf_ctx *qedf = fcport->qedf; in qedf_alloc_cmd() local
596 struct qedf_ctx *qedf = fcport->qedf; in qedf_init_task() local
803 struct qedf_ctx *qedf = fcport->qedf; in qedf_trace_io() local
1605 qedf = fcport->qedf; in qedf_flush_active_ios()
1871 qedf = fcport->qedf; in qedf_initiate_abts()
2169 qedf = fcport->qedf; in qedf_initiate_cleanup()
2459 qedf = fcport->qedf; in qedf_initiate_tmf()
[all …]
A Dqedf_fip.c27 QEDF_ERR(&qedf->dbg_ctx, in qedf_fcoe_send_vlan_req()
113 qedf_set_vlan_id(qedf, vid); in qedf_fcoe_process_vlan_resp()
117 complete(&qedf->fipvlan_compl); in qedf_fcoe_process_vlan_resp()
205 qedf->data_src_addr); in qedf_fip_recv()
219 if (qedf->ctlr.sel_fcf == NULL) { in qedf_fip_recv()
259 QEDF_ERR(&qedf->dbg_ctx, in qedf_fip_recv()
267 qedf->wwpn) || in qedf_fip_recv()
269 qedf->lport->port_id) || in qedf_fip_recv()
271 qedf->data_src_addr))) { in qedf_fip_recv()
292 fcoe_ctlr_recv(&qedf->ctlr, skb); in qedf_fip_recv()
[all …]
A Dqedf_attr.c10 return qedf->lport->vport != NULL; in qedf_is_vport()
19 if (!(qedf_is_vport(qedf))) in qedf_get_base_qedf()
22 lport = qedf->lport; in qedf_get_base_qedf()
51 if (qedf_is_vport(qedf)) in fka_period_show()
52 qedf = qedf_get_base_qedf(qedf); in fka_period_show()
54 if (qedf->ctlr.sel_fcf) in fka_period_show()
85 if (qedf_is_vport(qedf)) in qedf_capture_grc_dump()
88 base_qedf = qedf; in qedf_capture_grc_dump()
117 qedf->grcdump, qedf->grcdump_size); in qedf_sysfs_read_grcdump()
141 qedf = lport_priv(lport); in qedf_sysfs_write_grcdump()
[all …]
A Dqedf_debugfs.c37 debugfs_create_file(dops->name, 0600, qedf->bdf_dentry, qedf, in qedf_dbg_host_init()
114 fp = &(qedf->fp_array[id]); in qedf_dbg_fp_int_cmd_read()
223 qedf->stop_io_on_error = false; in qedf_dbg_stop_io_on_error_cmd_write()
225 qedf->stop_io_on_error = true; in qedf_dbg_stop_io_on_error_cmd_write()
251 idx = qedf->io_trace_idx; in qedf_io_trace_show()
326 qedf->wwnn, qedf->wwpn); in qedf_driver_stats_show()
335 if (qedf->ctlr.sel_fcf) { in qedf_driver_stats_show()
406 qedf->slow_sge_ios = 0; in qedf_dbg_clear_stats_cmd_write()
407 qedf->fast_sge_ios = 0; in qedf_dbg_clear_stats_cmd_write()
471 qedf_dbg_fileops(qedf, fp_int),
[all …]
A Dqedf_els.c14 struct qedf_ctx *qedf; in qedf_initiate_els() local
33 qedf = fcport->qedf; in qedf_initiate_els()
34 lport = qedf->lport; in qedf_initiate_els()
199 qedf = rrq_req->fcport->qedf; in qedf_rrq_compl()
272 if (!fcport->qedf) { in qedf_send_rrq()
277 qedf = fcport->qedf; in qedf_send_rrq()
510 qedf = fcport->qedf; in qedf_send_adisc()
553 qedf = srr_req->fcport->qedf; in qedf_srr_compl()
654 qedf = fcport->qedf; in qedf_send_srr()
854 qedf = rec_req->fcport->qedf; in qedf_rec_compl()
[all …]
A Dqedf_dbg.c10 qedf_dbg_err(struct qedf_dbg_ctx *qedf, const char *func, u32 line, in qedf_dbg_err() argument
21 if (likely(qedf) && likely(qedf->pdev)) in qedf_dbg_err()
22 pr_err("[%s]:[%s:%d]:%d: %pV", dev_name(&(qedf->pdev->dev)), in qedf_dbg_err()
23 func, line, qedf->host_no, &vaf); in qedf_dbg_err()
45 if (likely(qedf) && likely(qedf->pdev)) in qedf_dbg_warn()
47 func, line, qedf->host_no, &vaf); in qedf_dbg_warn()
70 if (likely(qedf) && likely(qedf->pdev)) in qedf_dbg_notice()
72 dev_name(&(qedf->pdev->dev)), func, line, in qedf_dbg_notice()
73 qedf->host_no, &vaf); in qedf_dbg_notice()
96 if (likely(qedf) && likely(qedf->pdev)) in qedf_dbg_info()
[all …]
A Dqedf.h214 struct qedf_ctx *qedf; member
242 struct qedf_ctx *qedf; member
249 struct qedf_ctx *qedf; member
259 struct qedf_ctx *qedf; member
441 struct qedf_ctx *qedf; member
462 static inline void qedf_stop_all_io(struct qedf_ctx *qedf) in qedf_stop_all_io() argument
464 set_bit(QEDF_DBG_STOP_IO, &qedf->flags); in qedf_stop_all_io()
493 extern void qedf_fcoe_send_vlan_req(struct qedf_ctx *qedf);
534 extern void qedf_capture_grc_dump(struct qedf_ctx *qedf);
535 bool qedf_wait_for_upload(struct qedf_ctx *qedf);
[all …]
A Dqedf_dbg.h81 void qedf_dbg_err(struct qedf_dbg_ctx *qedf, const char *func, u32 line,
84 void qedf_dbg_warn(struct qedf_dbg_ctx *qedf, const char *func, u32 line,
87 void qedf_dbg_notice(struct qedf_dbg_ctx *qedf, const char *func,
90 void qedf_dbg_info(struct qedf_dbg_ctx *qedf, const char *func, u32 line,
127 ssize_t (*oper_func)(struct qedf_dbg_ctx *qedf);
148 extern void qedf_dbg_host_init(struct qedf_dbg_ctx *qedf,
151 extern void qedf_dbg_host_exit(struct qedf_dbg_ctx *qedf);
A DMakefile2 obj-$(CONFIG_QEDF) := qedf.o
3 qedf-y = qedf_dbg.o qedf_main.o qedf_io.o qedf_fip.o \
6 qedf-$(CONFIG_DEBUG_FS) += qedf_debugfs.o
/linux-6.3-rc2/drivers/scsi/
A DMakefile45 obj-$(CONFIG_QEDF) += qedf/
A DKconfig1144 source "drivers/scsi/qedf/Kconfig"
/linux-6.3-rc2/
A DMAINTAINERS17081 F: drivers/scsi/qedf/

Completed in 57 milliseconds