Searched refs:aseq_1_reg (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_init.h | 802 uint32_t aseq_1_reg[16]; member 845 uint32_t aseq_1_reg[16]; member
|
/titanic_41/usr/src/cmd/mdb/common/modules/qlc/ |
H A D | qlc.c | 2564 for (cnt = 0; cnt < sizeof (fw->aseq_1_reg) / 4; cnt++) { in ql_25xx_dump_dcmd() 2569 mdb_printf("%08x ", fw->aseq_1_reg[cnt]); in ql_25xx_dump_dcmd() 2940 for (cnt = 0; cnt < sizeof (fw->aseq_1_reg) / 4; cnt++) { in ql_81xx_dump_dcmd() 2945 mdb_printf("%08x ", fw->aseq_1_reg[cnt]); in ql_81xx_dump_dcmd()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 12861 for (cnt = 0; cnt < sizeof (fw->aseq_1_reg) / 4; cnt++) { in ql_2581_ascii_fw_dump() 12865 (void) sprintf(bp, "%08x ", fw->aseq_1_reg[cnt]); in ql_2581_ascii_fw_dump() 14206 (void) ql_read_regs(ha, fw->aseq_1_reg, ha->iobase + 0xC0, in ql_25xx_binary_fw_dump() 14743 (void) ql_read_regs(ha, fw->aseq_1_reg, ha->iobase + 0xC0, in ql_81xx_binary_fw_dump()
|