Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c2202 if (ha->risc_code != NULL) { in ql_check_isp_firmware()
2203 kmem_free(ha->risc_code, ha->risc_code_size); in ql_check_isp_firmware()
2204 ha->risc_code = NULL; in ql_check_isp_firmware()
2217 ha->risc_code = bufp; in ql_check_isp_firmware()
2236 kmem_free(ha->risc_code, in ql_check_isp_firmware()
2238 ha->risc_code = NULL; in ql_check_isp_firmware()
H A Dql_api.c2146 if (ha->risc_code != NULL) { in ql_detach()
2147 kmem_free(ha->risc_code, ha->risc_code_size); in ql_detach()
2148 ha->risc_code = NULL; in ql_detach()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1787 caddr_t risc_code; member