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.c2109 kmem_free(ha->risc_code, ha->risc_code_size);
2111 ha->risc_code_size = 0;
2122 ha->risc_code_size = fw_size;
2142 ha->risc_code_size);
2144 ha->risc_code_size = 0;
2313 uint32_t risc_address, risc_code_size; local
2338 risc_code_size = ha->risc_fw[cnt].length;
2340 while (risc_code_size) {
2343 if (word_count > risc_code_size) {
2344 word_count = risc_code_size;
2415 uint32_t risc_code_size = 0; local
[all...]
H A Dql_api.c1889 kmem_free(ha->risc_code, ha->risc_code_size);
1891 ha->risc_code_size = 0;
4140 kmem_free(pha->risc_code, pha->risc_code_size);
4142 pha->risc_code_size = 0;
4148 pha->risc_code_size =
4157 pha->risc_code_size);
4159 pha->risc_code_size = 0;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1540 uint32_t risc_code_size; member in struct:ql_adapter_state

Completed in 118 milliseconds