Home
last modified time | relevance | path

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.c947 if (qlt->fw_code01) { in qlt_detach()
2831 if (qlt->fw_code01) { in qlt_ioctl()
2832 kmem_free(qlt->fw_code01, (qlt->fw_length01 + in qlt_ioctl()
2834 qlt->fw_code01 = NULL; in qlt_ioctl()
2841 bcopy(intp, qlt->fw_code01, iocd->stmf_ibuf_size); in qlt_ioctl()
2843 qlt->fw_code02 = &qlt->fw_code01[intp[3]]; in qlt_ioctl()
2849 if (qlt->fw_code01) { in qlt_ioctl()
2850 kmem_free(qlt->fw_code01, (qlt->fw_length01 + in qlt_ioctl()
2852 qlt->fw_code01 = NULL; in qlt_ioctl()
2875 if (qlt->fw_code01) { in qlt_ioctl()
[all …]
H A Dqlt.h432 uint32_t *fw_code01; member