Searched refs:ext_hw_conf (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/ |
H A D | ql4_dbg.c | 82 printk(KERN_INFO "0x%02X ext_hw_conf = 0x%08X\n", in qla4xxx_dump_registers() 83 (uint8_t) offsetof(struct isp_reg, u2.isp4010.ext_hw_conf), in qla4xxx_dump_registers() 84 readw(&ha->reg->u2.isp4010.ext_hw_conf)); in qla4xxx_dump_registers() 105 printk(KERN_INFO "0x%02X ext_hw_conf = 0x%08X\n", (uint8_t) in qla4xxx_dump_registers() 106 offsetof(struct isp_reg, u2.isp4022.p0.ext_hw_conf), in qla4xxx_dump_registers() 107 readw(&ha->reg->u2.isp4022.p0.ext_hw_conf)); in qla4xxx_dump_registers()
|
H A D | ql4_nvram.h | 124 u16 ext_hw_conf; /* x18 */ member 195 u16 ext_hw_conf; /* x28 */ member
|
H A D | ql4_def.h | 934 &ha->reg->u2.isp4010.ext_hw_conf : in isp_ext_hw_conf() 935 &ha->reg->u2.isp4022.p0.ext_hw_conf); in isp_ext_hw_conf() 969 offsetof(struct eeprom_data, isp4010.ext_hw_conf) / 2 : in eeprom_ext_hw_conf_offset() 970 offsetof(struct eeprom_data, isp4022.ext_hw_conf) / 2); in eeprom_ext_hw_conf_offset()
|
H A D | ql4_fw.h | 23 __le32 ext_hw_conf; /* 0x50 R/W */ member 129 __le32 ext_hw_conf; /* 0x50 */ member
|
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/ |
H A D | ql4_dbg.c | 82 printk(KERN_INFO "0x%02X ext_hw_conf = 0x%08X\n", in qla4xxx_dump_registers() 83 (uint8_t) offsetof(struct isp_reg, u2.isp4010.ext_hw_conf), in qla4xxx_dump_registers() 84 readw(&ha->reg->u2.isp4010.ext_hw_conf)); in qla4xxx_dump_registers() 105 printk(KERN_INFO "0x%02X ext_hw_conf = 0x%08X\n", (uint8_t) in qla4xxx_dump_registers() 106 offsetof(struct isp_reg, u2.isp4022.p0.ext_hw_conf), in qla4xxx_dump_registers() 107 readw(&ha->reg->u2.isp4022.p0.ext_hw_conf)); in qla4xxx_dump_registers()
|
H A D | ql4_nvram.h | 124 u16 ext_hw_conf; /* x18 */ member 195 u16 ext_hw_conf; /* x28 */ member
|
H A D | ql4_def.h | 943 &ha->reg->u2.isp4010.ext_hw_conf : in isp_ext_hw_conf() 944 &ha->reg->u2.isp4022.p0.ext_hw_conf); in isp_ext_hw_conf() 978 offsetof(struct eeprom_data, isp4010.ext_hw_conf) / 2 : in eeprom_ext_hw_conf_offset() 979 offsetof(struct eeprom_data, isp4022.ext_hw_conf) / 2); in eeprom_ext_hw_conf_offset()
|
H A D | ql4_fw.h | 23 __le32 ext_hw_conf; /* 0x50 R/W */ member 129 __le32 ext_hw_conf; /* 0x50 */ member
|
Completed in 16 milliseconds