Home
last modified time | relevance | path

Searched refs:host_reg (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_dbg.h60 uint32_t host_reg[32]; member
94 uint32_t host_reg[32]; member
133 uint32_t host_reg[32]; member
172 uint32_t host_reg[32]; member
Dqla_dbg.c1147 for (cnt = 0; cnt < sizeof(fw->host_reg) / 4; cnt++, dmp_reg++) in qla24xx_fw_dump()
1148 fw->host_reg[cnt] = htonl(RD_REG_DWORD(dmp_reg)); in qla24xx_fw_dump()
1423 for (cnt = 0; cnt < sizeof(fw->host_reg) / 4; cnt++, dmp_reg++) in qla25xx_fw_dump()
1424 fw->host_reg[cnt] = htonl(RD_REG_DWORD(dmp_reg)); in qla25xx_fw_dump()
1747 for (cnt = 0; cnt < sizeof(fw->host_reg) / 4; cnt++, dmp_reg++) in qla81xx_fw_dump()
1748 fw->host_reg[cnt] = htonl(RD_REG_DWORD(dmp_reg)); in qla81xx_fw_dump()
2095 for (cnt = 0; cnt < sizeof(fw->host_reg) / 4; cnt++, dmp_reg++) in qla83xx_fw_dump()
2096 fw->host_reg[cnt] = htonl(RD_REG_DWORD(dmp_reg)); in qla83xx_fw_dump()