Lines Matching refs:scsi_qla_host

723 	int (*handle_cmd)(struct scsi_qla_host *, struct qla_tgt_cmd *,
733 int (*check_initiator_node_acl)(struct scsi_qla_host *, unsigned char *,
736 struct qla_tgt_sess *(*find_sess_by_loop_id)(struct scsi_qla_host *,
738 struct qla_tgt_sess *(*find_sess_by_s_id)(struct scsi_qla_host *,
745 int qla2x00_wait_for_hba_online(struct scsi_qla_host *);
829 struct scsi_qla_host *vha;
885 struct scsi_qla_host *vha;
918 struct scsi_qla_host *vha;
963 struct scsi_qla_host *vha;
1076 extern int qlt_add_target(struct qla_hw_data *, struct scsi_qla_host *);
1077 extern int qlt_remove_target(struct qla_hw_data *, struct scsi_qla_host *);
1079 int (*callback)(struct scsi_qla_host *, void *, u64, u64));
1080 extern void qlt_lport_deregister(struct scsi_qla_host *);
1082 extern void qlt_fc_port_added(struct scsi_qla_host *, fc_port_t *);
1083 extern void qlt_fc_port_deleted(struct scsi_qla_host *, fc_port_t *, int);
1086 extern void qlt_update_vp_map(struct scsi_qla_host *, int);
1095 static inline bool qla_tgt_mode_enabled(struct scsi_qla_host *ha) in qla_tgt_mode_enabled()
1100 static inline bool qla_ini_mode_enabled(struct scsi_qla_host *ha) in qla_ini_mode_enabled()
1105 static inline void qla_reverse_ini_mode(struct scsi_qla_host *ha) in qla_reverse_ini_mode()
1126 extern void qlt_response_pkt_all_vps(struct scsi_qla_host *, response_t *);
1133 extern void qlt_async_event(uint16_t, struct scsi_qla_host *, uint16_t *);
1134 extern void qlt_enable_vha(struct scsi_qla_host *);
1135 extern void qlt_vport_create(struct scsi_qla_host *, struct qla_hw_data *);
1136 extern void qlt_rff_id(struct scsi_qla_host *, struct ct_sns_req *);
1137 extern void qlt_init_atio_q_entries(struct scsi_qla_host *);
1138 extern void qlt_24xx_process_atio_queue(struct scsi_qla_host *);
1139 extern void qlt_24xx_config_rings(struct scsi_qla_host *);
1140 extern void qlt_24xx_config_nvram_stage1(struct scsi_qla_host *,
1142 extern void qlt_24xx_config_nvram_stage2(struct scsi_qla_host *,
1144 extern void qlt_81xx_config_nvram_stage2(struct scsi_qla_host *,
1146 extern void qlt_81xx_config_nvram_stage1(struct scsi_qla_host *,
1148 extern int qlt_24xx_process_response_error(struct scsi_qla_host *,
1150 extern void qlt_modify_vp_config(struct scsi_qla_host *,
1152 extern void qlt_probe_one_stage1(struct scsi_qla_host *, struct qla_hw_data *);
1159 extern int qlt_free_qfull_cmds(struct scsi_qla_host *);
1161 extern void qlt_do_generation_tick(struct scsi_qla_host *, int *);