Lines Matching refs:optrom_buffer
310 rval = memory_read_from_buffer(buf, count, &off, ha->optrom_buffer,
341 memcpy(&ha->optrom_buffer[off], buf, count);
401 vfree(ha->optrom_buffer);
402 ha->optrom_buffer = NULL;
414 ha->optrom_buffer = vzalloc(ha->optrom_region_size);
415 if (ha->optrom_buffer == NULL) {
436 ha->isp_ops->read_optrom(vha, ha->optrom_buffer,
485 ha->optrom_buffer = vzalloc(ha->optrom_region_size);
486 if (ha->optrom_buffer == NULL) {
518 rval = ha->isp_ops->write_optrom(vha, ha->optrom_buffer,