Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
u16 | rd_nvram_word (struct scsi_qla_host *ha, int offset) |
u8 | rd_nvram_byte (struct scsi_qla_host *ha, int offset) |
int | qla4xxx_is_nvram_configuration_valid (struct scsi_qla_host *ha) |
int | ql4xxx_sem_spinlock (struct scsi_qla_host *ha, u32 sem_mask, u32 sem_bits) |
void | ql4xxx_sem_unlock (struct scsi_qla_host *ha, u32 sem_mask) |
int | ql4xxx_sem_lock (struct scsi_qla_host *ha, u32 sem_mask, u32 sem_bits) |
int ql4xxx_sem_lock | ( | struct scsi_qla_host * | ha, |
u32 | sem_mask, | ||
u32 | sem_bits | ||
) |
Definition at line 240 of file ql4_nvram.c.
int ql4xxx_sem_spinlock | ( | struct scsi_qla_host * | ha, |
u32 | sem_mask, | ||
u32 | sem_bits | ||
) |
Definition at line 203 of file ql4_nvram.c.
void ql4xxx_sem_unlock | ( | struct scsi_qla_host * | ha, |
u32 | sem_mask | ||
) |
Definition at line 227 of file ql4_nvram.c.
int qla4xxx_is_nvram_configuration_valid | ( | struct scsi_qla_host * | ha | ) |
Definition at line 180 of file ql4_nvram.c.
u8 rd_nvram_byte | ( | struct scsi_qla_host * | ha, |
int | offset | ||
) |
Definition at line 159 of file ql4_nvram.c.
u16 rd_nvram_word | ( | struct scsi_qla_host * | ha, |
int | offset | ||
) |
Definition at line 150 of file ql4_nvram.c.