Searched refs:resp_dma_reg (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_init.h730 uint16_t resp_dma_reg[32]; /* 2300 only. */ member in struct:ql_fw_dump
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c1911 for (cnt = 0; cnt < sizeof (fw->resp_dma_reg) / 2; cnt++) {
1915 mdb_printf("%04x ", fw->resp_dma_reg[cnt]);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c12048 for (cnt = 0; cnt < sizeof (fw->resp_dma_reg) / 2; cnt++) {
12052 (void) sprintf(bp, "%04x ", fw->resp_dma_reg[cnt]);
13406 (void) ql_read_regs(ha, fw->resp_dma_reg, ha->iobase + 0x80,
13407 sizeof (fw->resp_dma_reg) / 2, 16);

Completed in 887 milliseconds