Searched refs:data_ram (Results 1 – 3 of 3) sorted by relevance
746 uint16_t data_ram[0xf800]; /* 2300 only */ member
2045 for (cnt = 0; cnt < sizeof (fw->data_ram) / 2; cnt++) { in ql_23xx_dump_dcmd()2049 mdb_printf("%04x ", fw->data_ram[cnt]); in ql_23xx_dump_dcmd()
12216 for (cnt = 0; cnt < sizeof (fw->data_ram) / 2; cnt++) { in ql_ascii_fw_dump()12221 (void) sprintf(bp, "%04x ", fw->data_ram[cnt]); in ql_ascii_fw_dump()13510 rval = ql_read_risc_ram(ha, 0x10800, 0xf800, fw->data_ram); in ql_2300_binary_fw_dump()