Home
last modified time | relevance | path

Searched refs:data_ram (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_init.h756 uint16_t data_ram[0xf800]; /* 2300 only */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c2608 for (cnt = 0; cnt < sizeof (fw->data_ram) / 2; cnt++) { in ql_23xx_dump_dcmd()
2612 mdb_printf("%04x ", fw->data_ram[cnt]); in ql_23xx_dump_dcmd()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c12692 for (cnt = 0; cnt < sizeof (fw->data_ram) / 2; cnt++) { in ql_ascii_fw_dump()
12697 (void) sprintf(bp, "%04x ", fw->data_ram[cnt]); in ql_ascii_fw_dump()
14544 rval = ql_read_risc_ram(ha, 0x10800, 0xf800, fw->data_ram); in ql_2300_binary_fw_dump()