Searched refs:fw_code01 (Results 1 – 2 of 2) sorted by relevance
576 if (qlt->fw_code01) { in qlt_detach()1797 if (qlt->fw_code01) { in qlt_ioctl()1798 kmem_free(qlt->fw_code01, (qlt->fw_length01 + in qlt_ioctl()1800 qlt->fw_code01 = NULL; in qlt_ioctl()1805 qlt->fw_code01 = (uint32_t *)kmem_alloc(iocd->stmf_ibuf_size, in qlt_ioctl()1807 bcopy(intp, qlt->fw_code01, iocd->stmf_ibuf_size); in qlt_ioctl()1809 qlt->fw_code02 = &qlt->fw_code01[intp[3]]; in qlt_ioctl()1815 if (qlt->fw_code01) { in qlt_ioctl()1816 kmem_free(qlt->fw_code01, (qlt->fw_length01 + in qlt_ioctl()1818 qlt->fw_code01 = NULL; in qlt_ioctl()[all …]
339 uint32_t *fw_code01; member