Searched refs:host_reg (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_init.h753 uint32_t host_reg[32]; member in struct:ql_24xx_fw_dump
791 uint32_t host_reg[32]; member in struct:ql_25xx_fw_dump
834 uint32_t host_reg[32]; member in struct:ql_81xx_fw_dump
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c2130 for (cnt = 0; cnt < sizeof (fw->host_reg) / 4; cnt++) {
2134 mdb_printf("%08x ", fw->host_reg[cnt]);
2466 for (cnt = 0; cnt < sizeof (fw->host_reg) / 4; cnt++) {
2470 mdb_printf("%08x ", fw->host_reg[cnt]);
2842 for (cnt = 0; cnt < sizeof (fw->host_reg) / 4; cnt++) {
2846 mdb_printf("%08x ", fw->host_reg[cnt]);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c12301 for (cnt = 0; cnt < sizeof (fw->host_reg) / 4; cnt++) {
12306 (void) sprintf(bp, "%08x ", fw->host_reg[cnt]);
12737 for (cnt = 0; cnt < sizeof (fw->host_reg) / 4; cnt++) {
12741 (void) sprintf(bp, "%08x ", fw->host_reg[cnt]);
13562 (void) ql_read_regs(ha, fw->host_reg, ha->iobase,
13563 sizeof (fw->host_reg) / 4, 32);
14021 (void) ql_read_regs(ha, fw->host_reg, ha->iobase,
14022 sizeof (fw->host_reg) / 4, 32);
14558 (void) ql_read_regs(ha, fw->host_reg, ha->iobase,
14559 sizeof (fw->host_reg) /
[all...]

Completed in 260 milliseconds