/drivers/scsi/qla4xxx/ |
D | ql4_glbl.h | 13 int qla4xxx_hw_reset(struct scsi_qla_host *ha); 14 int ql4xxx_lock_drvr_wait(struct scsi_qla_host *a); 15 int qla4xxx_send_command_to_isp(struct scsi_qla_host *ha, struct srb *srb); 16 int qla4xxx_initialize_adapter(struct scsi_qla_host *ha, int is_reset); 17 int qla4xxx_soft_reset(struct scsi_qla_host *ha); 20 void qla4xxx_free_ddb(struct scsi_qla_host *ha, struct ddb_entry *ddb_entry); 21 void qla4xxx_process_aen(struct scsi_qla_host *ha, uint8_t process_aen); 23 int qla4xxx_get_dhcp_ip_address(struct scsi_qla_host *ha); 24 int qla4xxx_abort_task(struct scsi_qla_host *ha, struct srb *srb); 25 int qla4xxx_reset_lun(struct scsi_qla_host *ha, struct ddb_entry *ddb_entry, [all …]
|
D | ql4_def.h | 228 struct scsi_qla_host *ha; /* HA the SP is queued on */ 264 struct scsi_qla_host *ha; 287 struct scsi_qla_host *ha; 298 int (*ddb_change)(struct scsi_qla_host *ha, uint32_t fw_ddb_index, 431 int (*iospace_config) (struct scsi_qla_host *ha); 432 void (*pci_config) (struct scsi_qla_host *); 433 void (*disable_intrs) (struct scsi_qla_host *); 434 void (*enable_intrs) (struct scsi_qla_host *); 435 int (*start_firmware) (struct scsi_qla_host *); 436 int (*restart_firmware) (struct scsi_qla_host *); [all …]
|
D | ql4_nvram.c | 13 static inline void eeprom_cmd(uint32_t cmd, struct scsi_qla_host *ha) in eeprom_cmd() 20 static inline int eeprom_size(struct scsi_qla_host *ha) in eeprom_size() 25 static inline int eeprom_no_addr_bits(struct scsi_qla_host *ha) in eeprom_no_addr_bits() 31 static inline int eeprom_no_data_bits(struct scsi_qla_host *ha) in eeprom_no_data_bits() 36 static int fm93c56a_select(struct scsi_qla_host * ha) in fm93c56a_select() 45 static int fm93c56a_cmd(struct scsi_qla_host * ha, int cmd, int addr) in fm93c56a_cmd() 109 static int fm93c56a_deselect(struct scsi_qla_host * ha) in fm93c56a_deselect() 116 static int fm93c56a_datain(struct scsi_qla_host * ha, unsigned short *value) in fm93c56a_datain() 140 struct scsi_qla_host * ha) in eeprom_readword() 150 u16 rd_nvram_word(struct scsi_qla_host * ha, int offset) in rd_nvram_word() [all …]
|
D | ql4_83xx.c | 16 uint32_t qla4_83xx_rd_reg(struct scsi_qla_host *ha, ulong addr) in qla4_83xx_rd_reg() 21 void qla4_83xx_wr_reg(struct scsi_qla_host *ha, ulong addr, uint32_t val) in qla4_83xx_wr_reg() 26 static int qla4_83xx_set_win_base(struct scsi_qla_host *ha, uint32_t addr) in qla4_83xx_set_win_base() 42 int qla4_83xx_rd_reg_indirect(struct scsi_qla_host *ha, uint32_t addr, in qla4_83xx_rd_reg_indirect() 58 int qla4_83xx_wr_reg_indirect(struct scsi_qla_host *ha, uint32_t addr, in qla4_83xx_wr_reg_indirect() 74 static int qla4_83xx_flash_lock(struct scsi_qla_host *ha) in qla4_83xx_flash_lock() 101 static void qla4_83xx_flash_unlock(struct scsi_qla_host *ha) in qla4_83xx_flash_unlock() 108 int qla4_83xx_flash_read_u32(struct scsi_qla_host *ha, uint32_t flash_addr, in qla4_83xx_flash_read_u32() 158 int qla4_83xx_lockless_flash_read_u32(struct scsi_qla_host *ha, in qla4_83xx_lockless_flash_read_u32() 240 void qla4_83xx_rom_lock_recovery(struct scsi_qla_host *ha) in qla4_83xx_rom_lock_recovery() [all …]
|
D | ql4_attr.c | 17 struct scsi_qla_host *ha = to_qla_host(dev_to_shost(container_of(kobj, in qla4_8xxx_sysfs_read_fw_dump() 35 struct scsi_qla_host *ha = to_qla_host(dev_to_shost(container_of(kobj, in qla4_8xxx_sysfs_write_fw_dump() 126 void qla4_8xxx_alloc_sysfs_attr(struct scsi_qla_host *ha) in qla4_8xxx_alloc_sysfs_attr() 142 void qla4_8xxx_free_sysfs_attr(struct scsi_qla_host *ha) in qla4_8xxx_free_sysfs_attr() 157 struct scsi_qla_host *ha = to_qla_host(class_to_shost(dev)); in qla4xxx_fw_version_show() 173 struct scsi_qla_host *ha = to_qla_host(class_to_shost(dev)); in qla4xxx_serial_num_show() 181 struct scsi_qla_host *ha = to_qla_host(class_to_shost(dev)); in qla4xxx_iscsi_version_show() 190 struct scsi_qla_host *ha = to_qla_host(class_to_shost(dev)); in qla4xxx_optrom_version_show() 200 struct scsi_qla_host *ha = to_qla_host(class_to_shost(dev)); in qla4xxx_board_id_show() 208 struct scsi_qla_host *ha = to_qla_host(class_to_shost(dev)); in qla4xxx_fw_state_show() [all …]
|
D | ql4_iocb.c | 16 qla4xxx_space_in_req_ring(struct scsi_qla_host *ha, uint16_t req_cnt) in qla4xxx_space_in_req_ring() 37 static void qla4xxx_advance_req_ring_ptr(struct scsi_qla_host *ha) in qla4xxx_advance_req_ring_ptr() 59 static int qla4xxx_get_req_pkt(struct scsi_qla_host *ha, in qla4xxx_get_req_pkt() 85 int qla4xxx_send_marker_iocb(struct scsi_qla_host *ha, in qla4xxx_send_marker_iocb() 119 qla4xxx_alloc_cont_entry(struct scsi_qla_host *ha) in qla4xxx_alloc_cont_entry() 152 struct scsi_qla_host *ha; in qla4xxx_build_scsi_iocbs() 195 void qla4_83xx_queue_iocb(struct scsi_qla_host *ha) in qla4_83xx_queue_iocb() 201 void qla4_83xx_complete_iocb(struct scsi_qla_host *ha) in qla4_83xx_complete_iocb() 214 void qla4_82xx_queue_iocb(struct scsi_qla_host *ha) in qla4_82xx_queue_iocb() 232 void qla4_82xx_complete_iocb(struct scsi_qla_host *ha) in qla4_82xx_complete_iocb() [all …]
|
D | ql4_nx.c | 39 qla4_8xxx_pci_base_offsetfset(struct scsi_qla_host *ha, unsigned long off) in qla4_8xxx_pci_base_offsetfset() 358 qla4_82xx_pci_set_crbwindow_2M(struct scsi_qla_host *ha, ulong *off) in qla4_82xx_pci_set_crbwindow_2M() 378 qla4_82xx_wr_32(struct scsi_qla_host *ha, ulong off, u32 data) in qla4_82xx_wr_32() 401 uint32_t qla4_82xx_rd_32(struct scsi_qla_host *ha, ulong off) in qla4_82xx_rd_32() 426 int qla4_82xx_md_rd_32(struct scsi_qla_host *ha, uint32_t off, uint32_t *data) in qla4_82xx_md_rd_32() 452 int qla4_82xx_md_wr_32(struct scsi_qla_host *ha, uint32_t off, uint32_t data) in qla4_82xx_md_wr_32() 479 int qla4_82xx_crb_win_lock(struct scsi_qla_host *ha) in qla4_82xx_crb_win_lock() 506 void qla4_82xx_crb_win_unlock(struct scsi_qla_host *ha) in qla4_82xx_crb_win_unlock() 520 int qla4_82xx_idc_lock(struct scsi_qla_host *ha) in qla4_82xx_idc_lock() 546 void qla4_82xx_idc_unlock(struct scsi_qla_host *ha) in qla4_82xx_idc_unlock() [all …]
|
D | ql4_init.c | 14 static void ql4xxx_set_mac_number(struct scsi_qla_host *ha) in ql4xxx_set_mac_number() 50 void qla4xxx_free_ddb(struct scsi_qla_host *ha, in qla4xxx_free_ddb() 66 static void qla4xxx_init_response_q_entries(struct scsi_qla_host *ha) in qla4xxx_init_response_q_entries() 86 int qla4xxx_init_rings(struct scsi_qla_host *ha) in qla4xxx_init_rings() 150 int qla4xxx_get_sys_info(struct scsi_qla_host *ha) in qla4xxx_get_sys_info() 198 static void qla4xxx_init_local_data(struct scsi_qla_host *ha) in qla4xxx_init_local_data() 205 qla4xxx_wait_for_ip_config(struct scsi_qla_host *ha) in qla4xxx_wait_for_ip_config() 285 static int qla4_80xx_is_minidump_dma_capable(struct scsi_qla_host *ha, in qla4_80xx_is_minidump_dma_capable() 308 void qla4xxx_alloc_fw_dump(struct scsi_qla_host *ha) in qla4xxx_alloc_fw_dump() 405 static int qla4xxx_fw_ready(struct scsi_qla_host *ha) in qla4xxx_fw_ready() [all …]
|
D | ql4_mbx.c | 15 void qla4xxx_queue_mbox_cmd(struct scsi_qla_host *ha, uint32_t *mbx_cmd, in qla4xxx_queue_mbox_cmd() 31 void qla4xxx_process_mbox_intr(struct scsi_qla_host *ha, int out_count) in qla4xxx_process_mbox_intr() 52 static int qla4xxx_is_intr_poll_mode(struct scsi_qla_host *ha) in qla4xxx_is_intr_poll_mode() 83 int qla4xxx_mailbox_command(struct scsi_qla_host *ha, uint8_t inCount, in qla4xxx_mailbox_command() 284 int qla4xxx_get_minidump_template(struct scsi_qla_host *ha, in qla4xxx_get_minidump_template() 316 int qla4xxx_req_template_size(struct scsi_qla_host *ha) in qla4xxx_req_template_size() 349 void qla4xxx_mailbox_premature_completion(struct scsi_qla_host *ha) in qla4xxx_mailbox_premature_completion() 372 qla4xxx_set_ifcb(struct scsi_qla_host *ha, uint32_t *mbox_cmd, in qla4xxx_set_ifcb() 399 qla4xxx_get_ifcb(struct scsi_qla_host *ha, uint32_t *mbox_cmd, in qla4xxx_get_ifcb() 453 qla4xxx_update_local_ip(struct scsi_qla_host *ha, in qla4xxx_update_local_ip() [all …]
|
D | ql4_inline.h | 22 qla4xxx_lookup_ddb_by_fw_index(struct scsi_qla_host *ha, uint32_t fw_ddb_index) in qla4xxx_lookup_ddb_by_fw_index() 39 __qla4xxx_enable_intrs(struct scsi_qla_host *ha) in __qla4xxx_enable_intrs() 53 __qla4xxx_disable_intrs(struct scsi_qla_host *ha) in __qla4xxx_disable_intrs() 67 qla4xxx_enable_intrs(struct scsi_qla_host *ha) in qla4xxx_enable_intrs() 77 qla4xxx_disable_intrs(struct scsi_qla_host *ha) in qla4xxx_disable_intrs()
|
D | ql4_isr.c | 19 static void qla4xxx_copy_sense(struct scsi_qla_host *ha, in qla4xxx_copy_sense() 75 qla4xxx_status_cont_entry(struct scsi_qla_host *ha, in qla4xxx_status_cont_entry() 115 static void qla4xxx_status_entry(struct scsi_qla_host *ha, in qla4xxx_status_entry() 364 static void qla4xxx_passthru_status_entry(struct scsi_qla_host *ha, in qla4xxx_passthru_status_entry() 403 static struct mrb *qla4xxx_del_mrb_from_active_array(struct scsi_qla_host *ha, in qla4xxx_del_mrb_from_active_array() 423 static void qla4xxx_mbox_status_entry(struct scsi_qla_host *ha, in qla4xxx_mbox_status_entry() 474 void qla4xxx_process_response_queue(struct scsi_qla_host *ha) in qla4xxx_process_response_queue() 587 static int qla4_83xx_loopback_in_progress(struct scsi_qla_host *ha) in qla4_83xx_loopback_in_progress() 609 static void qla4xxx_update_ipaddr_state(struct scsi_qla_host *ha, in qla4xxx_update_ipaddr_state() 638 static void qla4xxx_default_router_changed(struct scsi_qla_host *ha, in qla4xxx_default_router_changed() [all …]
|
D | ql4_os.c | 100 static int qla4xxx_wait_for_hba_online(struct scsi_qla_host *ha); 104 static void qla4xxx_config_dma_addressing(struct scsi_qla_host *ha); 265 static int qla4xxx_isp_check_reg(struct scsi_qla_host *ha) in qla4xxx_isp_check_reg() 287 struct scsi_qla_host *ha = to_qla_host(shost); in qla4xxx_send_ping() 598 static void qla4xxx_create_chap_list(struct scsi_qla_host *ha) in qla4xxx_create_chap_list() 647 static int qla4xxx_get_chap_by_index(struct scsi_qla_host *ha, in qla4xxx_get_chap_by_index() 694 static int qla4xxx_find_free_chap_index(struct scsi_qla_host *ha, in qla4xxx_find_free_chap_index() 739 struct scsi_qla_host *ha = to_qla_host(shost); in qla4xxx_get_chap_list() 838 struct scsi_qla_host *ha = to_qla_host(shost); in qla4xxx_delete_chap() 931 struct scsi_qla_host *ha = to_qla_host(shost); in qla4xxx_set_chap_entry() [all …]
|
D | ql4_bsg.c | 16 struct scsi_qla_host *ha = to_qla_host(host); in qla4xxx_read_flash() 81 struct scsi_qla_host *ha = to_qla_host(host); in qla4xxx_update_flash() 146 struct scsi_qla_host *ha = to_qla_host(host); in qla4xxx_get_acb_state() 203 struct scsi_qla_host *ha = to_qla_host(host); in qla4xxx_read_nvram() 275 struct scsi_qla_host *ha = to_qla_host(host); in qla4xxx_update_nvram() 344 struct scsi_qla_host *ha = to_qla_host(host); in qla4xxx_restore_defaults() 388 struct scsi_qla_host *ha = to_qla_host(host); in qla4xxx_bsg_get_acb() 452 struct scsi_qla_host *ha = to_qla_host(host); in ql4xxx_execute_diag_cmd() 507 static int qla4_83xx_wait_for_loopback_config_comp(struct scsi_qla_host *ha, in qla4_83xx_wait_for_loopback_config_comp() 557 static int qla4_83xx_pre_loopback_config(struct scsi_qla_host *ha, in qla4_83xx_pre_loopback_config() [all …]
|
/drivers/scsi/qla2xxx/ |
D | qla_gbl.h | 17 extern int qla2100_pci_config(struct scsi_qla_host *); 18 extern int qla2300_pci_config(struct scsi_qla_host *); 21 extern void qla2x00_reset_chip(struct scsi_qla_host *); 22 extern void qla24xx_reset_chip(struct scsi_qla_host *); 23 extern int qla2x00_chip_diag(struct scsi_qla_host *); 24 extern int qla24xx_chip_diag(struct scsi_qla_host *); 25 extern void qla2x00_config_rings(struct scsi_qla_host *); 26 extern void qla24xx_config_rings(struct scsi_qla_host *); 27 extern void qla2x00_reset_adapter(struct scsi_qla_host *); 28 extern void qla24xx_reset_adapter(struct scsi_qla_host *); [all …]
|
D | qla_target.h | 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 *); [all …]
|
D | qla_tmpl.c | 103 qla27xx_isp_reg(struct scsi_qla_host *vha) in qla27xx_isp_reg() 227 qla27xx_fwdt_entry_t0(struct scsi_qla_host *vha, in qla27xx_fwdt_entry_t0() 238 qla27xx_fwdt_entry_t255(struct scsi_qla_host *vha, in qla27xx_fwdt_entry_t255() 250 qla27xx_fwdt_entry_t256(struct scsi_qla_host *vha, in qla27xx_fwdt_entry_t256() 264 qla27xx_fwdt_entry_t257(struct scsi_qla_host *vha, in qla27xx_fwdt_entry_t257() 278 qla27xx_fwdt_entry_t258(struct scsi_qla_host *vha, in qla27xx_fwdt_entry_t258() 293 qla27xx_fwdt_entry_t259(struct scsi_qla_host *vha, in qla27xx_fwdt_entry_t259() 308 qla27xx_fwdt_entry_t260(struct scsi_qla_host *vha, in qla27xx_fwdt_entry_t260() 322 qla27xx_fwdt_entry_t261(struct scsi_qla_host *vha, in qla27xx_fwdt_entry_t261() 335 qla27xx_fwdt_entry_t262(struct scsi_qla_host *vha, in qla27xx_fwdt_entry_t262() [all …]
|
D | qla_nx2.c | 32 qla8044_rd_direct(struct scsi_qla_host *vha, in qla8044_rd_direct() 44 qla8044_wr_direct(struct scsi_qla_host *vha, in qla8044_wr_direct() 114 qla8044_read_write_crb_reg(struct scsi_qla_host *vha, in qla8044_read_write_crb_reg() 124 qla8044_poll_wait_for_ready(struct scsi_qla_host *vha, uint32_t addr1, in qla8044_poll_wait_for_ready() 147 qla8044_ipmdio_rd_reg(struct scsi_qla_host *vha, in qla8044_ipmdio_rd_reg() 171 qla8044_poll_wait_ipmdio_bus_idle(struct scsi_qla_host *vha, in qla8044_poll_wait_ipmdio_bus_idle() 194 qla8044_ipmdio_wr_reg(struct scsi_qla_host *vha, uint32_t addr1, in qla8044_ipmdio_wr_reg() 223 qla8044_rmw_crb_reg(struct scsi_qla_host *vha, in qla8044_rmw_crb_reg() 242 qla8044_set_qsnt_ready(struct scsi_qla_host *vha) in qla8044_set_qsnt_ready() 255 qla8044_clear_qsnt_ready(struct scsi_qla_host *vha) in qla8044_clear_qsnt_ready() [all …]
|
D | qla_target.c | 102 static void qlt_24xx_atio_pkt(struct scsi_qla_host *ha, 104 static void qlt_response_pkt(struct scsi_qla_host *ha, response_t *pkt); 107 static void qlt_send_term_exchange(struct scsi_qla_host *ha, struct qla_tgt_cmd 109 static void qlt_reject_free_srr_imm(struct scsi_qla_host *ha, 111 static void qlt_abort_cmd_on_host_reset(struct scsi_qla_host *vha, 113 static void qlt_alloc_qfull_cmd(struct scsi_qla_host *vha, 115 static void qlt_disable_vha(struct scsi_qla_host *vha); 117 static void qlt_send_notify_ack(struct scsi_qla_host *vha, 132 void qlt_do_generation_tick(struct scsi_qla_host *vha, int *dest) in qlt_do_generation_tick() 156 static inline int qlt_issue_marker(struct scsi_qla_host *vha, int vha_locked) in qlt_issue_marker() [all …]
|
D | qla_def.h | 1995 struct scsi_qla_host *vha; 2629 int (*pci_config) (struct scsi_qla_host *); 2630 void (*reset_chip) (struct scsi_qla_host *); 2631 int (*chip_diag) (struct scsi_qla_host *); 2632 void (*config_rings) (struct scsi_qla_host *); 2633 void (*reset_adapter) (struct scsi_qla_host *); 2634 int (*nvram_config) (struct scsi_qla_host *); 2635 void (*update_fw_options) (struct scsi_qla_host *); 2636 int (*load_risc) (struct scsi_qla_host *, uint32_t *); 2638 char * (*pci_info_str) (struct scsi_qla_host *, char *); [all …]
|
D | qla_mid.c | 100 struct scsi_qla_host *tvha; in qla24xx_find_vhost_by_name() 516 qla25xx_free_req_que(struct scsi_qla_host *vha, struct req_que *req) in qla25xx_free_req_que() 537 qla25xx_free_rsp_que(struct scsi_qla_host *vha, struct rsp_que *rsp) in qla25xx_free_rsp_que() 562 qla25xx_delete_req_que(struct scsi_qla_host *vha, struct req_que *req) in qla25xx_delete_req_que() 577 qla25xx_delete_rsp_que(struct scsi_qla_host *vha, struct rsp_que *rsp) in qla25xx_delete_rsp_que() 593 qla25xx_delete_queues(struct scsi_qla_host *vha) in qla25xx_delete_queues() 636 struct scsi_qla_host *base_vha = pci_get_drvdata(ha->pdev); in qla25xx_create_req_que() 745 struct scsi_qla_host *vha; in qla_do_work() 761 struct scsi_qla_host *base_vha = pci_get_drvdata(ha->pdev); in qla25xx_create_rsp_que()
|
D | qla_attr.c | 24 struct scsi_qla_host *vha = shost_priv(dev_to_shost(container_of(kobj, in qla2x00_sysfs_read_fw_dump() 57 struct scsi_qla_host *vha = shost_priv(dev_to_shost(container_of(kobj, in qla2x00_sysfs_write_fw_dump() 154 struct scsi_qla_host *vha = shost_priv(dev_to_shost(container_of(kobj, in qla2x00_sysfs_read_fw_dump_template() 172 struct scsi_qla_host *vha = shost_priv(dev_to_shost(container_of(kobj, in qla2x00_sysfs_write_fw_dump_template() 240 struct scsi_qla_host *vha = shost_priv(dev_to_shost(container_of(kobj, in qla2x00_sysfs_read_nvram() 259 struct scsi_qla_host *vha = shost_priv(dev_to_shost(container_of(kobj, in qla2x00_sysfs_write_nvram() 327 struct scsi_qla_host *vha = shost_priv(dev_to_shost(container_of(kobj, in qla2x00_sysfs_read_optrom() 351 struct scsi_qla_host *vha = shost_priv(dev_to_shost(container_of(kobj, in qla2x00_sysfs_write_optrom() 389 struct scsi_qla_host *vha = shost_priv(dev_to_shost(container_of(kobj, in qla2x00_sysfs_write_optrom_ctl() 570 struct scsi_qla_host *vha = shost_priv(dev_to_shost(container_of(kobj, in qla2x00_sysfs_read_vpd() [all …]
|
D | tcm_qla2xxx.c | 339 struct scsi_qla_host *vha; in tcm_qla2xxx_shutdown_session() 355 struct scsi_qla_host *vha; in tcm_qla2xxx_close_session() 803 struct scsi_qla_host *vha = lport->qla_vha; in tcm_qla2xxx_tpg_enable_store() 938 struct scsi_qla_host *vha = lport->qla_vha; in tcm_qla2xxx_drop_tpg() 967 struct scsi_qla_host *vha = lport->qla_vha; in tcm_qla2xxx_npiv_tpg_enable_store() 1506 static int tcm_qla2xxx_lport_register_cb(struct scsi_qla_host *vha, in tcm_qla2xxx_lport_register_cb() 1567 struct scsi_qla_host *vha = lport->qla_vha; in tcm_qla2xxx_drop_lport() 1588 static int tcm_qla2xxx_lport_register_npiv_cb(struct scsi_qla_host *base_vha, in tcm_qla2xxx_lport_register_npiv_cb() 1594 struct scsi_qla_host *npiv_vha; in tcm_qla2xxx_lport_register_npiv_cb() 1627 npiv_vha = (struct scsi_qla_host *)vport->dd_data; in tcm_qla2xxx_lport_register_npiv_cb() [all …]
|
D | qla_sup.c | 1510 qla2x00_beacon_blink(struct scsi_qla_host *vha) in qla2x00_beacon_blink() 1563 qla2x00_beacon_on(struct scsi_qla_host *vha) in qla2x00_beacon_on() 1620 qla2x00_beacon_off(struct scsi_qla_host *vha) in qla2x00_beacon_off() 1662 qla24xx_beacon_blink(struct scsi_qla_host *vha) in qla24xx_beacon_blink() 1713 qla83xx_beacon_blink(struct scsi_qla_host *vha) in qla83xx_beacon_blink() 1790 qla24xx_beacon_on(struct scsi_qla_host *vha) in qla24xx_beacon_on() 1842 qla24xx_beacon_off(struct scsi_qla_host *vha) in qla24xx_beacon_off() 2241 qla2x00_suspend_hba(struct scsi_qla_host *vha) in qla2x00_suspend_hba() 2270 qla2x00_resume_hba(struct scsi_qla_host *vha) in qla2x00_resume_hba() 2283 qla2x00_read_optrom_data(struct scsi_qla_host *vha, uint8_t *buf, in qla2x00_read_optrom_data() [all …]
|
D | tcm_qla2xxx.h | 72 struct scsi_qla_host *qla_vha;
|
/drivers/scsi/ |
D | qla1280.c | 420 static void qla1280_done(struct scsi_qla_host *); 427 static int qla1280_load_firmware(struct scsi_qla_host *); 428 static int qla1280_init_rings(struct scsi_qla_host *); 429 static int qla1280_nvram_config(struct scsi_qla_host *); 430 static int qla1280_mailbox_command(struct scsi_qla_host *, 432 static int qla1280_bus_reset(struct scsi_qla_host *, int); 433 static int qla1280_device_reset(struct scsi_qla_host *, int, int); 434 static int qla1280_abort_command(struct scsi_qla_host *, struct srb *, int); 435 static int qla1280_abort_isp(struct scsi_qla_host *); 437 static int qla1280_64bit_start_scsi(struct scsi_qla_host *, struct srb *); [all …]
|