Home
last modified time | relevance | path

Searched refs:fw_ext_memory_size (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c2303 for (cnt = 0; cnt < ha->fw_ext_memory_size / 4; cnt++) { in ql_8300_dump_dcmd()
2909 for (cnt = 0; cnt < ha->fw_ext_memory_size / 4; cnt++) { in ql_24xx_dump_dcmd()
3297 for (cnt = 0; cnt < ha->fw_ext_memory_size / 4; cnt++) { in ql_25xx_dump_dcmd()
3723 for (cnt = 0; cnt < ha->fw_ext_memory_size / 4; cnt++) { in ql_81xx_dump_dcmd()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c12347 ha->fw_ext_memory_size); in ql_binary_fw_dump()
12354 cnt + index + ha->fw_ext_memory_size + in ql_binary_fw_dump()
12363 cnt + index + ha->fw_ext_memory_size + in ql_binary_fw_dump()
12372 cnt + index + ha->fw_ext_memory_size + in ql_binary_fw_dump()
13075 for (cnt = 0; cnt < ha->fw_ext_memory_size / 4; cnt++) { in ql_24xx_ascii_fw_dump()
13538 for (cnt = 0; cnt < ha->fw_ext_memory_size / 4; cnt++) { in ql_25xx_ascii_fw_dump()
14028 for (cnt = 0; cnt < ha->fw_ext_memory_size / 4; cnt++) { in ql_81xx_ascii_fw_dump()
14937 ha->fw_ext_memory_size / 4, fw->ext_mem); in ql_24xx_binary_fw_dump()
15520 ha->fw_ext_memory_size / 4, dp); in ql_25xx_binary_fw_dump()
16109 ha->fw_ext_memory_size / 4, dp); in ql_81xx_binary_fw_dump()
[all …]
H A Dql_init.c2542 ha->fw_ext_memory_size = ((ha->fw_ext_memory_end - in ql_start_firmware()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1773 uint32_t fw_ext_memory_size; member