• Home
  • Raw
  • Download

Lines Matching refs:isp_ops

164 			ha->isp_ops->mpi_fw_dump(vha, 0);  in qla2x00_sysfs_write_fw_dump()
212 ha->isp_ops->read_optrom(vha, ha->nvram, faddr << 2, ha->nvram_size); in qla2x00_sysfs_read_nvram()
232 !ha->isp_ops->write_nvram) in qla2x00_sysfs_write_nvram()
270 ha->isp_ops->write_nvram(vha, buf, ha->nvram_base, count); in qla2x00_sysfs_write_nvram()
271 ha->isp_ops->read_nvram(vha, ha->nvram, ha->nvram_base, in qla2x00_sysfs_write_nvram()
436 ha->isp_ops->read_optrom(vha, ha->optrom_buffer, in qla2x00_sysfs_write_optrom_ctl()
518 rval = ha->isp_ops->write_optrom(vha, ha->optrom_buffer, in qla2x00_sysfs_write_optrom_ctl()
580 ha->isp_ops->read_optrom(vha, ha->vpd, faddr, ha->vpd_size); in qla2x00_sysfs_read_vpd()
583 ha->isp_ops->read_optrom(vha, ha->vpd, faddr, ha->vpd_size); in qla2x00_sysfs_read_vpd()
605 !ha->isp_ops->write_nvram) in qla2x00_sysfs_write_vpd()
621 ha->isp_ops->write_nvram(vha, buf, ha->vpd_base, count); in qla2x00_sysfs_write_vpd()
622 ha->isp_ops->read_nvram(vha, ha->vpd, ha->vpd_base, count); in qla2x00_sysfs_write_vpd()
637 ha->isp_ops->get_flash_version(vha, tmp_data); in qla2x00_sysfs_write_vpd()
819 ha->isp_ops->get_flash_version(vha, tmp_data); in qla2x00_sysfs_write_reset()
1065 ha->isp_ops->beacon_off(vha); in qla2x00_free_sysfs_attr()
1086 ha->isp_ops->fw_version_str(vha, fw_str, sizeof(fw_str))); in qla2x00_fw_version_show()
1161 vha->hw->isp_ops->pci_info_str(vha, pci_info, in qla2x00_pci_info_show()
1345 rval = ha->isp_ops->beacon_on(vha); in qla2x00_beacon_store()
1347 rval = ha->isp_ops->beacon_off(vha); in qla2x00_beacon_store()