Searched refs:aseq_2_reg (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_init.h | 803 uint32_t aseq_2_reg[16]; member 846 uint32_t aseq_2_reg[16]; member
|
/titanic_50/usr/src/cmd/mdb/common/modules/qlc/ |
H A D | qlc.c | 2573 for (cnt = 0; cnt < sizeof (fw->aseq_2_reg) / 4; cnt++) { in ql_25xx_dump_dcmd() 2577 mdb_printf("%08x ", fw->aseq_2_reg[cnt]); in ql_25xx_dump_dcmd() 2949 for (cnt = 0; cnt < sizeof (fw->aseq_2_reg) / 4; cnt++) { in ql_81xx_dump_dcmd() 2953 mdb_printf("%08x ", fw->aseq_2_reg[cnt]); in ql_81xx_dump_dcmd()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 12871 for (cnt = 0; cnt < sizeof (fw->aseq_2_reg) / 4; cnt++) { in ql_2581_ascii_fw_dump() 12875 (void) sprintf(bp, "%08x ", fw->aseq_2_reg[cnt]); in ql_2581_ascii_fw_dump() 14211 (void) ql_read_regs(ha, fw->aseq_2_reg, ha->iobase + 0xC0, in ql_25xx_binary_fw_dump() 14748 (void) ql_read_regs(ha, fw->aseq_2_reg, ha->iobase + 0xC0, in ql_81xx_binary_fw_dump()
|