Searched refs:hostrisc_reg (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_init.h | 789 uint32_t hostrisc_reg[32]; member in struct:ql_25xx_fw_dump 832 uint32_t hostrisc_reg[32]; member in struct:ql_81xx_fw_dump
|
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/ |
H A D | qlc.c | 2450 for (cnt = 0; cnt < sizeof (fw->hostrisc_reg) / 4; cnt++) { 2454 mdb_printf("%08x ", fw->hostrisc_reg[cnt]); 2826 for (cnt = 0; cnt < sizeof (fw->hostrisc_reg) / 4; cnt++) { 2830 mdb_printf("%08x ", fw->hostrisc_reg[cnt]);
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 12717 for (cnt = 0; cnt < sizeof (fw->hostrisc_reg) / 4; cnt++) { 12721 (void) sprintf(bp, "%08x ", fw->hostrisc_reg[cnt]); 14007 bp = ql_read_regs(ha, fw->hostrisc_reg, ha->iobase + 0xC0, 14544 bp = ql_read_regs(ha, fw->hostrisc_reg, ha->iobase + 0xC0,
|
Completed in 94 milliseconds