#include "qla_def.h"
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <asm/uaccess.h>
Go to the source code of this file.
|
| uint32_t * | qla24xx_read_flash_data (scsi_qla_host_t *vha, uint32_t *dwptr, uint32_t faddr, uint32_t dwords) |
| |
| int | qla2xxx_get_flash_info (scsi_qla_host_t *vha) |
| |
| void | qla2xxx_flash_npiv_conf (scsi_qla_host_t *vha) |
| |
| uint8_t * | qla2x00_read_nvram_data (scsi_qla_host_t *vha, uint8_t *buf, uint32_t naddr, uint32_t bytes) |
| |
| uint8_t * | qla24xx_read_nvram_data (scsi_qla_host_t *vha, uint8_t *buf, uint32_t naddr, uint32_t bytes) |
| |
| int | qla2x00_write_nvram_data (scsi_qla_host_t *vha, uint8_t *buf, uint32_t naddr, uint32_t bytes) |
| |
| int | qla24xx_write_nvram_data (scsi_qla_host_t *vha, uint8_t *buf, uint32_t naddr, uint32_t bytes) |
| |
| uint8_t * | qla25xx_read_nvram_data (scsi_qla_host_t *vha, uint8_t *buf, uint32_t naddr, uint32_t bytes) |
| |
| int | qla25xx_write_nvram_data (scsi_qla_host_t *vha, uint8_t *buf, uint32_t naddr, uint32_t bytes) |
| |
| void | qla2x00_beacon_blink (struct scsi_qla_host *vha) |
| |
| int | qla2x00_beacon_on (struct scsi_qla_host *vha) |
| |
| int | qla2x00_beacon_off (struct scsi_qla_host *vha) |
| |
| void | qla24xx_beacon_blink (struct scsi_qla_host *vha) |
| |
| void | qla83xx_beacon_blink (struct scsi_qla_host *vha) |
| |
| int | qla24xx_beacon_on (struct scsi_qla_host *vha) |
| |
| int | qla24xx_beacon_off (struct scsi_qla_host *vha) |
| |
| uint8_t * | qla2x00_read_optrom_data (struct scsi_qla_host *vha, uint8_t *buf, uint32_t offset, uint32_t length) |
| |
| int | qla2x00_write_optrom_data (struct scsi_qla_host *vha, uint8_t *buf, uint32_t offset, uint32_t length) |
| |
| uint8_t * | qla24xx_read_optrom_data (struct scsi_qla_host *vha, uint8_t *buf, uint32_t offset, uint32_t length) |
| |
| int | qla24xx_write_optrom_data (struct scsi_qla_host *vha, uint8_t *buf, uint32_t offset, uint32_t length) |
| |
| uint8_t * | qla25xx_read_optrom_data (struct scsi_qla_host *vha, uint8_t *buf, uint32_t offset, uint32_t length) |
| |
| int | qla2x00_get_flash_version (scsi_qla_host_t *vha, void *mbuf) |
| |
| int | qla24xx_get_flash_version (scsi_qla_host_t *vha, void *mbuf) |
| |
| int | qla2xxx_get_vpd_field (scsi_qla_host_t *vha, char *key, char *str, size_t size) |
| |
| int | qla24xx_read_fcp_prio_cfg (scsi_qla_host_t *vha) |
| |
| #define FLASH_BLK_SIZE_32K 0x8000 |
| #define FLASH_BLK_SIZE_4K 0x1000 |
| #define FLASH_BLK_SIZE_64K 0x10000 |
| #define NPIV_CONFIG_SIZE (16*1024) |
| #define QLA82XX_IDC_PARAM_ADDR 0x003e885c |
| #define RMW_BUFFER_SIZE (64 * 1024) |