Searched refs:fw_code01 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c576 if (qlt->fw_code01) {
1797 if (qlt->fw_code01) {
1798 kmem_free(qlt->fw_code01, (qlt->fw_length01 +
1800 qlt->fw_code01 = NULL;
1805 qlt->fw_code01 = (uint32_t *)kmem_alloc(iocd->stmf_ibuf_size,
1807 bcopy(intp, qlt->fw_code01, iocd->stmf_ibuf_size);
1809 qlt->fw_code02 = &qlt->fw_code01[intp[3]];
1815 if (qlt->fw_code01) {
1816 kmem_free(qlt->fw_code01, (qlt->fw_length01 +
1818 qlt->fw_code01
[all...]
H A Dqlt.h339 uint32_t *fw_code01; member in struct:qlt_state

Completed in 58 milliseconds