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.c2108 if (ha->risc_code != NULL) {
2109 kmem_free(ha->risc_code, ha->risc_code_size);
2110 ha->risc_code = NULL;
2123 ha->risc_code = bufp;
2141 kmem_free(ha->risc_code,
2143 ha->risc_code = NULL;
H A Dql_api.c1888 if (ha->risc_code != NULL) {
1889 kmem_free(ha->risc_code, ha->risc_code_size);
1890 ha->risc_code = NULL;
4139 if (pha->risc_code != NULL) {
4140 kmem_free(pha->risc_code, pha->risc_code_size);
4141 pha->risc_code = NULL;
4145 pha->risc_code = kmem_alloc(cmd->pm_data_len,
4147 if (pha->risc_code != NULL) {
4150 bcopy(cmd->pm_data_buf, pha->risc_code,
4156 kmem_free(pha->risc_code,
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1539 caddr_t risc_code; member in struct:ql_adapter_state

Completed in 497 milliseconds