Home
last modified time | relevance | path

Searched refs:fc_port (Results 1 – 18 of 18) sorted by relevance

/drivers/scsi/qla2xxx/
Dtcm_qla2xxx.c326 struct fc_port *sess = container_of(kref, in tcm_qla2xxx_release_session()
327 struct fc_port, sess_kref); in tcm_qla2xxx_release_session()
332 static void tcm_qla2xxx_put_sess(struct fc_port *sess) in tcm_qla2xxx_put_sess()
342 struct fc_port *sess = se_sess->fabric_sess_ptr; in tcm_qla2xxx_close_session()
426 struct fc_port *sess; in tcm_qla2xxx_handle_cmd()
551 struct fc_port *sess = mcmd->sess; in tcm_qla2xxx_handle_tmr()
596 static struct qla_tgt_cmd *tcm_qla2xxx_find_cmd_by_tag(struct fc_port *sess, in tcm_qla2xxx_find_cmd_by_tag()
755 struct tcm_qla2xxx_nacl *, struct fc_port *);
759 static void tcm_qla2xxx_clear_nacl_from_fcport_map(struct fc_port *sess) in tcm_qla2xxx_clear_nacl_from_fcport_map()
798 static void tcm_qla2xxx_shutdown_sess(struct fc_port *sess) in tcm_qla2xxx_shutdown_sess()
[all …]
Dqla_target.h660 struct fc_port;
669 struct qla_tgt_cmd *(*find_cmd_by_tag)(struct fc_port *, uint64_t);
677 void (*free_session)(struct fc_port *);
680 struct fc_port *);
681 void (*update_sess)(struct fc_port *, port_id_t, uint16_t, bool);
682 struct fc_port *(*find_sess_by_loop_id)(struct scsi_qla_host *,
684 struct fc_port *(*find_sess_by_s_id)(struct scsi_qla_host *,
686 void (*clear_nacl_from_fcport_map)(struct fc_port *);
687 void (*put_sess)(struct fc_port *);
688 void (*shutdown_sess)(struct fc_port *);
[all …]
Dqla_dfs.c21 struct fc_port *sess = NULL; in qla2x00_dfs_tgt_sess_show()
62 fc_port_t fc_port; in qla2x00_dfs_tgt_port_database_show() local
90 memset(&fc_port, 0, sizeof(fc_port_t)); in qla2x00_dfs_tgt_port_database_show()
92 fc_port.loop_id = loop_id; in qla2x00_dfs_tgt_port_database_show()
94 rc = qla24xx_gpdb_wait(vha, &fc_port, 0); in qla2x00_dfs_tgt_port_database_show()
96 fc_port.port_name, fc_port.d_id.b.domain, in qla2x00_dfs_tgt_port_database_show()
97 fc_port.d_id.b.area, fc_port.d_id.b.al_pa, in qla2x00_dfs_tgt_port_database_show()
98 fc_port.loop_id); in qla2x00_dfs_tgt_port_database_show()
Dtcm_qla2xxx.h25 struct fc_port *fc_port; member
Dqla_gbl.h339 qla2x00_abort_target(struct fc_port *, uint64_t, int);
342 qla2x00_lun_reset(struct fc_port *, uint64_t, int);
412 qla24xx_abort_target(struct fc_port *, uint64_t, int);
414 qla24xx_lun_reset(struct fc_port *, uint64_t, int);
505 qla2x00_port_logout(scsi_qla_host_t *, struct fc_port *);
905 struct fc_port *, enum qlt_plogi_link_t);
907 extern void qlt_schedule_sess_for_deletion(struct fc_port *);
908 extern struct fc_port *qlt_find_sess_invalidate_other(scsi_qla_host_t *,
909 uint64_t wwn, port_id_t port_id, uint16_t loop_id, struct fc_port **);
919 void qla_nvme_unregister_remote_port(struct fc_port *fcport);
Dqla_nvme.h40 struct fc_port *fcport;
142 int qla_nvme_register_remote(struct scsi_qla_host *, struct fc_port *);
Dqla_target.c114 static int qlt_issue_task_mgmt(struct fc_port *sess, u64 lun,
128 static struct fc_port *qlt_create_sess(struct scsi_qla_host *vha,
130 void qlt_unreg_sess(struct fc_port *sess);
696 fc_port_t *fcport = container_of(work, struct fc_port, del_work); in qla24xx_delete_sess_fn()
714 struct fc_port *sess = fcport; in qlt_fc_port_added()
867 struct fc_port *sess, enum qlt_plogi_link_t link) in qlt_plogi_ack_link()
949 struct fc_port *sess = container_of(work, struct fc_port, in qlt_free_session_done()
1139 void qlt_unreg_sess(struct fc_port *sess) in qlt_unreg_sess()
1171 struct fc_port *sess = NULL; in qlt_reset()
1205 static void qla24xx_chk_fcp_state(struct fc_port *sess) in qla24xx_chk_fcp_state()
[all …]
Dqla_nvme.c15 int qla_nvme_register_remote(struct scsi_qla_host *vha, struct fc_port *fcport) in qla_nvme_register_remote()
632 void qla_nvme_unregister_remote_port(struct fc_port *fcport) in qla_nvme_unregister_remote_port()
Dqla_def.h597 struct fc_port *fcport;
2380 typedef struct fc_port { struct
2419 struct fc_port *conflict; argument
3185 int (*target_reset) (struct fc_port *, uint64_t, int);
3186 int (*lun_reset) (struct fc_port *, uint64_t, int);
3303 struct fc_port *fcport;
Dqla_mbx.c1520 qla2x00_abort_target(struct fc_port *fcport, uint64_t l, int tag) in qla2x00_abort_target()
1568 qla2x00_lun_reset(struct fc_port *fcport, uint64_t l, int tag) in qla2x00_lun_reset()
3193 __qla24xx_issue_tmf(char *name, uint32_t type, struct fc_port *fcport, in __qla24xx_issue_tmf()
3288 qla24xx_abort_target(struct fc_port *fcport, uint64_t l, int tag) in qla24xx_abort_target()
3299 qla24xx_lun_reset(struct fc_port *fcport, uint64_t l, int tag) in qla24xx_lun_reset()
3840 struct fc_port *fcport; in qla24xx_report_id_acquisition()
5957 qla2x00_port_logout(scsi_qla_host_t *vha, struct fc_port *fcport) in qla2x00_port_logout()
Dqla_os.c804 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata; in qla2xxx_queuecommand()
928 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata; in qla2xxx_mqueuecommand()
1378 struct scsi_cmnd *cmd, int (*do_reset)(struct fc_port *, uint64_t, int)) in __qla2xxx_eh_generic_reset() argument
1381 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata; in __qla2xxx_eh_generic_reset()
1485 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata; in qla2xxx_eh_bus_reset()
1645 struct fc_port *fcport; in qla2x00_loop_reset()
Dqla_bsg.c438 struct fc_port *fcport; in qla2x00_process_ct()
1957 struct fc_port *fcport; in qlafx00_mgmt_cmd()
Dqla_attr.c3011 .dd_fcrport_size = sizeof(struct fc_port *),
3058 .dd_fcrport_size = sizeof(struct fc_port *),
Dqla_init.c487 struct fc_port *fcport = ea->fcport; in qla24xx_handle_adisc_event()
962 struct fc_port *fcport = NULL, *tf; in qla24xx_async_gnl_sp_done()
1922 struct fc_port *conflict_fcport; in qla24xx_handle_plogi_done_event()
1924 struct fc_port *fcport = ea->fcport; in qla24xx_handle_plogi_done_event()
5449 fc_port_t *fcport = container_of(work, struct fc_port, reg_work); in qla_register_fcport_fn()
Dqla_mr.c747 struct fc_port *fcport; in qlafx00_loop_reset()
Dqla_iocb.c2481 struct fc_port *fcport = sp->fcport; in qla24xx_tm_iocb()
Dqla_gs.c2967 struct fc_port *fcport = ea->fcport; in qla24xx_handle_gpsc_event()
/drivers/scsi/bfa/
Dbfa_defs_svc.h381 union bfa_fw_fc_port_stats_s fc_port; member