Searched refs:risc_code (Results 1 – 3 of 3) sorted by relevance
2202 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()
2146 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()
1787 caddr_t risc_code; member