Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
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_edif.h28 struct fc_port *fcport;
H A Dqla_init.c528 struct fc_port *fcport = ea->fcport; in qla24xx_handle_adisc_event()
1045 struct fc_port *fcport = NULL, *tf; in qla24xx_async_gnl_sp_done()
2472 struct fc_port *conflict_fcport; in qla24xx_handle_plogi_done_event()
2474 struct fc_port *fcport = ea->fcport; in qla24xx_handle_plogi_done_event()
6385 fc_port_t *fcport = container_of(work, struct fc_port, reg_work); in qla_register_fcport_fn()
/linux/drivers/scsi/bfa/
H A Dbfa_defs_svc.h381 union bfa_fw_fc_port_stats_s fc_port; member