Home
last modified time | relevance | path

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.h740 uint16_t resp_dma_reg[32]; /* 2300 only. */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c2474 for (cnt = 0; cnt < sizeof (fw->resp_dma_reg) / 2; cnt++) { in ql_23xx_dump_dcmd()
2478 mdb_printf("%04x ", fw->resp_dma_reg[cnt]); in ql_23xx_dump_dcmd()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c12525 for (cnt = 0; cnt < sizeof (fw->resp_dma_reg) / 2; cnt++) { in ql_ascii_fw_dump()
12529 (void) sprintf(bp, "%04x ", fw->resp_dma_reg[cnt]); in ql_ascii_fw_dump()
14440 (void) ql_read_regs(ha, fw->resp_dma_reg, ha->iobase + 0x80, in ql_2300_binary_fw_dump()
14441 sizeof (fw->resp_dma_reg) / 2, 16); in ql_2300_binary_fw_dump()