Lines Matching refs:isp_ops

248 		ha->isp_ops->read_optrom(vha, ha->nvram, ha->flt_region_nvram << 2,  in qla2x00_sysfs_read_nvram()
265 !ha->isp_ops->write_nvram) in qla2x00_sysfs_write_nvram()
298 ha->isp_ops->write_nvram(vha, (uint8_t *)buf, ha->nvram_base, count); in qla2x00_sysfs_write_nvram()
299 ha->isp_ops->read_nvram(vha, (uint8_t *)ha->nvram, ha->nvram_base, in qla2x00_sysfs_write_nvram()
451 ha->isp_ops->read_optrom(vha, ha->optrom_buffer, in qla2x00_sysfs_write_optrom_ctl()
536 ha->isp_ops->write_optrom(vha, ha->optrom_buffer, in qla2x00_sysfs_write_optrom_ctl()
573 ha->isp_ops->read_optrom(vha, ha->vpd, ha->flt_region_vpd << 2, in qla2x00_sysfs_read_vpd()
592 !ha->isp_ops->write_nvram) in qla2x00_sysfs_write_vpd()
602 ha->isp_ops->write_nvram(vha, (uint8_t *)buf, ha->vpd_base, count); in qla2x00_sysfs_write_vpd()
603 ha->isp_ops->read_nvram(vha, (uint8_t *)ha->vpd, ha->vpd_base, count); in qla2x00_sysfs_write_vpd()
615 ha->isp_ops->get_flash_version(vha, tmp_data); in qla2x00_sysfs_write_vpd()
810 ha->isp_ops->get_flash_version(vha, tmp_data); in qla2x00_sysfs_write_reset()
997 ha->isp_ops->beacon_off(vha); in qla2x00_free_sysfs_attr()
1018 ha->isp_ops->fw_version_str(vha, fw_str, sizeof(fw_str))); in qla2x00_fw_version_show()
1091 vha->hw->isp_ops->pci_info_str(vha, pci_info)); in qla2x00_pci_info_show()
1244 rval = ha->isp_ops->beacon_on(vha); in qla2x00_beacon_store()
1246 rval = ha->isp_ops->beacon_off(vha); in qla2x00_beacon_store()
1830 fcport->vha->hw->isp_ops->fabric_logout(fcport->vha, in qla2x00_terminate_rport_io()