| /linux/drivers/scsi/qla2xxx/ |
| A D | tcm_qla2xxx.c | 1175 struct fc_port *fc_port, in tcm_qla2xxx_set_sess_by_s_id() argument 1200 nacl->fc_port = fc_port; in tcm_qla2xxx_set_sess_by_s_id() 1214 nacl->fc_port = fc_port; in tcm_qla2xxx_set_sess_by_s_id() 1227 nacl->fc_port = fc_port; in tcm_qla2xxx_set_sess_by_s_id() 1280 struct fc_port *fc_port, in tcm_qla2xxx_set_sess_by_loop_id() argument 1297 if (nacl->fc_port != fc_port) in tcm_qla2xxx_set_sess_by_loop_id() 1298 nacl->fc_port = fc_port; in tcm_qla2xxx_set_sess_by_loop_id() 1314 if (nacl->fc_port != fc_port) in tcm_qla2xxx_set_sess_by_loop_id() 1315 nacl->fc_port = fc_port; in tcm_qla2xxx_set_sess_by_loop_id() 1329 if (nacl->fc_port != fc_port) in tcm_qla2xxx_set_sess_by_loop_id() [all …]
|
| A D | qla_dfs.c | 55 struct fc_port *fp = data; \ 60 struct fc_port *fp = data; \ 76 struct fc_port *fp = data; \ 154 struct fc_port *sess = NULL; in qla2x00_dfs_tgt_sess_show() 182 fc_port_t fc_port; in qla2x00_dfs_tgt_port_database_show() local 211 memset(&fc_port, 0, sizeof(fc_port_t)); in qla2x00_dfs_tgt_port_database_show() 213 fc_port.loop_id = loop_id; in qla2x00_dfs_tgt_port_database_show() 215 rc = qla24xx_gpdb_wait(vha, &fc_port, 0); in qla2x00_dfs_tgt_port_database_show() 217 fc_port.port_name, fc_port.d_id.b.domain, in qla2x00_dfs_tgt_port_database_show() 218 fc_port.d_id.b.area, fc_port.d_id.b.al_pa, in qla2x00_dfs_tgt_port_database_show() [all …]
|
| A D | qla_target.h | 673 struct fc_port; 688 struct qla_tgt_cmd *(*get_cmd)(struct fc_port *); 692 void (*free_session)(struct fc_port *); 695 struct fc_port *); 699 struct fc_port *(*find_sess_by_s_id)(struct scsi_qla_host *, 701 void (*clear_nacl_from_fcport_map)(struct fc_port *); 702 void (*put_sess)(struct fc_port *); 703 void (*shutdown_sess)(struct fc_port *); 874 struct fc_port *sess; 965 struct fc_port *sess; [all …]
|
| A D | qla_gbl.h | 144 void qla_edif_sess_down(struct scsi_qla_host *vha, struct fc_port *sess); 146 struct fc_port *fcport); 370 qla2x00_abort_target(struct fc_port *, uint64_t, int); 373 qla2x00_lun_reset(struct fc_port *, uint64_t, int); 446 qla24xx_abort_target(struct fc_port *, uint64_t, int); 448 qla24xx_lun_reset(struct fc_port *, uint64_t, int); 546 qla2x00_port_logout(scsi_qla_host_t *, struct fc_port *); 960 struct fc_port *, enum qlt_plogi_link_t); 962 extern void qlt_schedule_sess_for_deletion(struct fc_port *); 964 uint64_t wwn, port_id_t port_id, uint16_t loop_id, struct fc_port **); [all …]
|
| A D | tcm_qla2xxx.h | 25 struct fc_port *fc_port; member
|
| A D | qla_nvme.h | 36 struct fc_port *fcport; 139 int qla_nvme_register_remote(struct scsi_qla_host *, struct fc_port *);
|
| A D | qla_target.c | 732 struct fc_port *sess = fcport; in qlt_fc_port_added() 973 struct fc_port *sess = container_of(work, struct fc_port, in qlt_free_session_done() 1228 struct fc_port *sess = NULL; in qlt_reset() 1332 struct fc_port *sess; in qlt_clear_tgt_db() 2195 struct fc_port *sess; in qlt_24xx_handle_abts() 4399 struct fc_port *sess; in qlt_handle_cmd_for_atio() 4536 struct fc_port *sess; in qlt_handle_task_mgmt() 4604 struct fc_port *sess; in qlt_abort_task() 4650 struct fc_port * 5497 struct fc_port *sess; in qlt_alloc_qfull_cmd() [all …]
|
| A D | qla_edif.h | 28 struct fc_port *fcport;
|
| A D | qla_edif.c | 195 qla_edif_sa_ctl_init(scsi_qla_host_t *vha, struct fc_port *fcport) in qla_edif_sa_ctl_init() 337 struct fc_port *fcport, struct edif_sa_index_entry *entry, in __qla2x00_release_all_sadb() 421 void qla2x00_release_all_sadb(struct scsi_qla_host *vha, struct fc_port *fcport) in qla2x00_release_all_sadb() 473 struct fc_port *fcport, *tf; in qla_edif_app_start() 576 struct fc_port *fcport, *tf; in qla_edif_app_stop() 856 struct fc_port *fcport = NULL, *tf; in qla_edif_app_getfcinfo() 971 struct fc_port *fcport = NULL, *tf; in qla_edif_app_getstats() 2342 struct fc_port *fcport; in qla24xx_auth_els() 3457 void qla_edif_sess_down(struct scsi_qla_host *vha, struct fc_port *sess) in qla_edif_sess_down() 3470 void qla_edif_clear_appdata(struct scsi_qla_host *vha, struct fc_port *fcport) in qla_edif_clear_appdata()
|
| A D | qla_nvme.c | 16 int qla_nvme_register_remote(struct scsi_qla_host *vha, struct fc_port *fcport) in qla_nvme_register_remote() 720 void qla_nvme_unregister_remote_port(struct fc_port *fcport) in qla_nvme_unregister_remote_port()
|
| A D | qla_def.h | 680 struct fc_port *fcport; 2500 typedef struct fc_port { struct 2545 struct fc_port *conflict; argument 3366 int (*target_reset) (struct fc_port *, uint64_t, int); 3367 int (*lun_reset) (struct fc_port *, uint64_t, int); 3491 struct fc_port *fcport;
|
| A D | qla_mbx.c | 1567 qla2x00_abort_target(struct fc_port *fcport, uint64_t l, int tag) in qla2x00_abort_target() 1615 qla2x00_lun_reset(struct fc_port *fcport, uint64_t l, int tag) in qla2x00_lun_reset() 3322 __qla24xx_issue_tmf(char *name, uint32_t type, struct fc_port *fcport, in __qla24xx_issue_tmf() 3417 qla24xx_abort_target(struct fc_port *fcport, uint64_t l, int tag) in qla24xx_abort_target() 3428 qla24xx_lun_reset(struct fc_port *fcport, uint64_t l, int tag) in qla24xx_lun_reset() 3969 struct fc_port *fcport; in qla24xx_report_id_acquisition() 6189 qla2x00_port_logout(scsi_qla_host_t *vha, struct fc_port *fcport) in qla2x00_port_logout()
|
| A D | qla_bsg.c | 16 struct fc_port *fcport = container_of(work, typeof(*fcport), in qla2xxx_free_fcport_work() 465 struct fc_port *fcport; in qla2x00_process_ct() 1990 struct fc_port *fcport; in qlafx00_mgmt_cmd()
|
| A D | qla_attr.c | 3249 .dd_fcrport_size = sizeof(struct fc_port *), 3296 .dd_fcrport_size = sizeof(struct fc_port *),
|
| A D | qla_init.c | 480 struct fc_port *fcport = ea->fcport; in qla24xx_handle_adisc_event() 976 struct fc_port *fcport = NULL, *tf; in qla24xx_async_gnl_sp_done() 2138 struct fc_port *conflict_fcport; in qla24xx_handle_plogi_done_event() 2140 struct fc_port *fcport = ea->fcport; in qla24xx_handle_plogi_done_event() 5883 fc_port_t *fcport = container_of(work, struct fc_port, reg_work); in qla_register_fcport_fn()
|
| A D | qla_os.c | 834 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata; in qla2xxx_queuecommand() 958 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata; in qla2xxx_mqueuecommand() 1131 struct fc_port *fcport; in test_fcport_count() 1393 fc_port_t *fcport = (struct fc_port *) sdev->hostdata; in qla2xxx_eh_device_reset()
|
| A D | qla_iocb.c | 2536 struct fc_port *fcport = sp->fcport; in qla24xx_tm_iocb() 2843 struct fc_port *conflict_fcport; in qla2x00_els_dcmd2_sp_done()
|
| A D | qla_gs.c | 2819 struct fc_port *fcport = ea->fcport; in qla24xx_handle_gpsc_event()
|
| /linux/drivers/scsi/bfa/ |
| A D | bfa_defs_svc.h | 381 union bfa_fw_fc_port_stats_s fc_port; member
|