Searched refs:risc_code (Results 1 – 3 of 3) sorted by relevance
2108 if (ha->risc_code != NULL) { in ql_check_isp_firmware()2109 kmem_free(ha->risc_code, ha->risc_code_size); in ql_check_isp_firmware()2110 ha->risc_code = NULL; in ql_check_isp_firmware()2123 ha->risc_code = bufp; in ql_check_isp_firmware()2141 kmem_free(ha->risc_code, in ql_check_isp_firmware()2143 ha->risc_code = NULL; in ql_check_isp_firmware()
1888 if (ha->risc_code != NULL) { in ql_detach()1889 kmem_free(ha->risc_code, ha->risc_code_size); in ql_detach()1890 ha->risc_code = NULL; in ql_detach()4139 if (pha->risc_code != NULL) { in ql_port_manage()4140 kmem_free(pha->risc_code, pha->risc_code_size); in ql_port_manage()4141 pha->risc_code = NULL; in ql_port_manage()4145 pha->risc_code = kmem_alloc(cmd->pm_data_len, in ql_port_manage()4147 if (pha->risc_code != NULL) { in ql_port_manage()4150 bcopy(cmd->pm_data_buf, pha->risc_code, in ql_port_manage()4156 kmem_free(pha->risc_code, in ql_port_manage()[all …]
1539 caddr_t risc_code; member