Lines Matching refs:isp_ops
162 ha->isp_ops->read_optrom(vha, ha->nvram, ha->flt_region_nvram << 2, in qla2x00_sysfs_read_nvram()
179 !ha->isp_ops->write_nvram) in qla2x00_sysfs_write_nvram()
212 ha->isp_ops->write_nvram(vha, (uint8_t *)buf, ha->nvram_base, count); in qla2x00_sysfs_write_nvram()
213 ha->isp_ops->read_nvram(vha, (uint8_t *)ha->nvram, ha->nvram_base, in qla2x00_sysfs_write_nvram()
374 ha->isp_ops->read_optrom(vha, ha->optrom_buffer, in qla2x00_sysfs_write_optrom_ctl()
458 ha->isp_ops->write_optrom(vha, ha->optrom_buffer, in qla2x00_sysfs_write_optrom_ctl()
502 ha->isp_ops->read_optrom(vha, ha->vpd, faddr, in qla2x00_sysfs_read_vpd()
525 !ha->isp_ops->write_nvram) in qla2x00_sysfs_write_vpd()
535 ha->isp_ops->write_nvram(vha, (uint8_t *)buf, ha->vpd_base, count); in qla2x00_sysfs_write_vpd()
536 ha->isp_ops->read_nvram(vha, (uint8_t *)ha->vpd, ha->vpd_base, count); in qla2x00_sysfs_write_vpd()
548 ha->isp_ops->get_flash_version(vha, tmp_data); in qla2x00_sysfs_write_vpd()
713 ha->isp_ops->get_flash_version(vha, tmp_data); in qla2x00_sysfs_write_reset()
950 ha->isp_ops->beacon_off(vha); in qla2x00_free_sysfs_attr()
971 ha->isp_ops->fw_version_str(vha, fw_str, sizeof(fw_str))); in qla2x00_fw_version_show()
1044 vha->hw->isp_ops->pci_info_str(vha, pci_info)); in qla2x00_pci_info_show()
1197 rval = ha->isp_ops->beacon_on(vha); in qla2x00_beacon_store()
1199 rval = ha->isp_ops->beacon_off(vha); in qla2x00_beacon_store()
1822 fcport->vha->hw->isp_ops->fabric_logout(fcport->vha, in qla2x00_terminate_rport_io()