Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c277 static struct qla_tgt_cmd *tcm_qla2xxx_get_cmd(struct fc_port *sess) in tcm_qla2xxx_get_cmd()
367 struct fc_port *sess = container_of(kref, in tcm_qla2xxx_release_session()
368 struct fc_port, sess_kref); in tcm_qla2xxx_release_session()
373 static void tcm_qla2xxx_put_sess(struct fc_port *sess) in tcm_qla2xxx_put_sess()
383 struct fc_port *sess = se_sess->fabric_sess_ptr; in tcm_qla2xxx_close_session()
452 struct fc_port *sess; in tcm_qla2xxx_handle_cmd()
594 struct fc_port *sess = mcmd->sess; in tcm_qla2xxx_handle_tmr()
637 static struct qla_tgt_cmd *tcm_qla2xxx_find_cmd_by_tag(struct fc_port *sess, in tcm_qla2xxx_find_cmd_by_tag()
795 struct tcm_qla2xxx_nacl *, struct fc_port *);
799 static void tcm_qla2xxx_clear_nacl_from_fcport_map(struct fc_port *sess) in tcm_qla2xxx_clear_nacl_from_fcport_map()
[all …]
H A Dqla_target.h674 struct fc_port;
683 struct qla_tgt_cmd *(*find_cmd_by_tag)(struct fc_port *, uint64_t);
689 struct qla_tgt_cmd *(*get_cmd)(struct fc_port *);
695 void (*free_session)(struct fc_port *);
698 struct fc_port *);
699 void (*update_sess)(struct fc_port *, port_id_t, uint16_t, bool);
700 struct fc_port *(*find_sess_by_loop_id)(struct scsi_qla_host *,
702 struct fc_port *(*find_sess_by_s_id)(struct scsi_qla_host *,
704 void (*clear_nacl_from_fcport_map)(struct fc_port *);
705 void (*put_sess)(struct fc_port *);
[all …]
H A Dtcm_qla2xxx.h25 struct fc_port *fc_port; member
H A Dqla_nvme.h40 struct fc_port *fcport;
145 int qla_nvme_register_remote(struct scsi_qla_host *, struct fc_port *);
H A Dqla_target.c105 static int qlt_issue_task_mgmt(struct fc_port *sess, u64 lun,
117 static struct fc_port *qlt_create_sess(struct scsi_qla_host *vha,
119 void qlt_unreg_sess(struct fc_port *sess);
677 fc_port_t *fcport = container_of(work, struct fc_port, del_work); in qla24xx_delete_sess_fn()
700 struct fc_port *sess = fcport; in qlt_fc_port_added()
853 struct fc_port *sess, enum qlt_plogi_link_t link) in qlt_plogi_ack_link()
941 struct fc_port *sess = container_of(work, struct fc_port, in qlt_free_session_done()
1171 void qlt_unreg_sess(struct fc_port *sess) in qlt_unreg_sess()
1208 struct fc_port *sess = NULL; in qlt_reset()
1242 static void qla24xx_chk_fcp_state(struct fc_port *sess) in qla24xx_chk_fcp_state()
[all …]
H A Dqla_edif.h28 struct fc_port *fcport;
H A Dqla_edif.c221 qla_edif_sa_ctl_init(scsi_qla_host_t *vha, struct fc_port *fcport) in qla_edif_sa_ctl_init()
362 struct fc_port *fcport, struct edif_sa_index_entry *entry, in __qla2x00_release_all_sadb()
446 void qla2x00_release_all_sadb(struct scsi_qla_host *vha, struct fc_port *fcport) in qla2x00_release_all_sadb()
493 struct fc_port *fcport; in qla_delete_n2n_sess_and_wait()
541 struct fc_port *fcport, *tf; in qla_edif_app_start()
676 struct fc_port *fcport, *tf; in qla_edif_app_stop()
963 struct fc_port *fcport = NULL, *tf; in qla_edif_app_getfcinfo()
1098 struct fc_port *fcport = NULL, *tf; in qla_edif_app_getstats()
1138 struct fc_port *fcport; in qla_edif_ack()
2544 struct fc_port *fcport; in qla24xx_auth_els()
[all …]
H A Dqla_nvme.c22 struct fc_port *fcport;
35 int qla_nvme_register_remote(struct scsi_qla_host *vha, struct fc_port *fcport) in qla_nvme_register_remote()
892 void qla_nvme_unregister_remote_port(struct fc_port *fcport) in qla_nvme_unregister_remote_port()
H A Dqla_bsg.c18 struct fc_port *fcport = container_of(work, typeof(*fcport), in qla2xxx_free_fcport_work()
477 struct fc_port *fcport; in qla2x00_process_ct()
1993 struct fc_port *fcport; in qlafx00_mgmt_cmd()
H A Dqla_attr.c3276 .dd_fcrport_size = sizeof(struct fc_port *),
3324 .dd_fcrport_size = sizeof(struct fc_port *),
H A Dqla_init.c510 struct fc_port *fcport = ea->fcport; in qla24xx_handle_adisc_event()
1027 struct fc_port *fcport = NULL, *tf; in qla24xx_async_gnl_sp_done()
2454 struct fc_port *conflict_fcport; in qla24xx_handle_plogi_done_event()
2456 struct fc_port *fcport = ea->fcport; in qla24xx_handle_plogi_done_event()
6290 fc_port_t *fcport = container_of(work, struct fc_port, reg_work); in qla_register_fcport_fn()
H A Dqla_os.c864 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata; in qla2xxx_queuecommand()
988 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata; in qla2xxx_mqueuecommand()
1125 struct fc_port *fcport; in test_fcport_count()
1442 fc_port_t *fcport = (struct fc_port *) sdev->hostdata; in qla2xxx_eh_device_reset()
H A Dqla_iocb.c2544 struct fc_port *fcport = sp->fcport; in qla24xx_tm_iocb()
2912 struct fc_port *conflict_fcport; in qla2x00_els_dcmd2_sp_done()
/linux/drivers/scsi/bfa/
H A Dbfa_defs_svc.h381 union bfa_fw_fc_port_stats_s fc_port; member