Lines Matching refs:scsi_qla_host

669 	int (*handle_cmd)(struct scsi_qla_host *, struct qla_tgt_cmd *,
680 int (*check_initiator_node_acl)(struct scsi_qla_host *, unsigned char *,
683 struct fc_port *(*find_sess_by_loop_id)(struct scsi_qla_host *,
685 struct fc_port *(*find_sess_by_s_id)(struct scsi_qla_host *,
692 void (*add_target)(struct scsi_qla_host *);
693 void (*remove_target)(struct scsi_qla_host *);
696 int qla2x00_wait_for_hba_online(struct scsi_qla_host *);
776 struct scsi_qla_host *vha;
819 struct scsi_qla_host *vha;
897 struct scsi_qla_host *vha;
951 struct scsi_qla_host *vha;
999 extern int qlt_add_target(struct qla_hw_data *, struct scsi_qla_host *);
1000 extern int qlt_remove_target(struct qla_hw_data *, struct scsi_qla_host *);
1002 int (*callback)(struct scsi_qla_host *, void *, u64, u64));
1003 extern void qlt_lport_deregister(struct scsi_qla_host *);
1005 extern void qlt_fc_port_added(struct scsi_qla_host *, fc_port_t *);
1006 extern void qlt_fc_port_deleted(struct scsi_qla_host *, fc_port_t *, int);
1009 extern void qlt_update_vp_map(struct scsi_qla_host *, int);
1019 static inline bool qla_tgt_mode_enabled(struct scsi_qla_host *ha) in qla_tgt_mode_enabled()
1024 static inline bool qla_ini_mode_enabled(struct scsi_qla_host *ha) in qla_ini_mode_enabled()
1029 static inline bool qla_dual_mode_enabled(struct scsi_qla_host *ha) in qla_dual_mode_enabled()
1044 extern void qlt_response_pkt_all_vps(struct scsi_qla_host *, struct rsp_que *,
1052 extern void qlt_async_event(uint16_t, struct scsi_qla_host *, uint16_t *);
1053 extern void qlt_enable_vha(struct scsi_qla_host *);
1054 extern void qlt_vport_create(struct scsi_qla_host *, struct qla_hw_data *);
1055 extern u8 qlt_rff_id(struct scsi_qla_host *);
1056 extern void qlt_init_atio_q_entries(struct scsi_qla_host *);
1057 extern void qlt_24xx_process_atio_queue(struct scsi_qla_host *, uint8_t);
1058 extern void qlt_24xx_config_rings(struct scsi_qla_host *);
1059 extern void qlt_24xx_config_nvram_stage1(struct scsi_qla_host *,
1061 extern void qlt_24xx_config_nvram_stage2(struct scsi_qla_host *,
1063 extern void qlt_81xx_config_nvram_stage2(struct scsi_qla_host *,
1065 extern void qlt_81xx_config_nvram_stage1(struct scsi_qla_host *,
1067 extern int qlt_24xx_process_response_error(struct scsi_qla_host *,
1069 extern void qlt_modify_vp_config(struct scsi_qla_host *,
1071 extern void qlt_probe_one_stage1(struct scsi_qla_host *, struct qla_hw_data *);
1080 extern void qlt_do_generation_tick(struct scsi_qla_host *, int *);