Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c2205 ha->risc_code_size = 0; in ql_check_isp_firmware()
2216 ha->risc_code_size = fw_size; in ql_check_isp_firmware()
2237 ha->risc_code_size); in ql_check_isp_firmware()
2239 ha->risc_code_size = 0; in ql_check_isp_firmware()
2328 while (risc_code_size) { in ql_load_isp_firmware()
2409 uint32_t risc_code_size = 0; in ql_load_flash_fw() local
2448 if (risc_code_size == 0) { in ql_load_flash_fw()
2452 risc_code_size = bp[3]; in ql_load_flash_fw()
2459 xfer_size = risc_code_size; in ql_load_flash_fw()
2476 risc_code_size -= xfer_size; in ql_load_flash_fw()
[all …]
H A Dql_api.c2147 kmem_free(ha->risc_code, ha->risc_code_size); in ql_detach()
2149 ha->risc_code_size = 0; in ql_detach()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1788 uint32_t risc_code_size; member