Home
last modified time | relevance | path

Searched refs:report_lun (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2875 struct fcp_reportlun_resp *report_lun; in fcp_is_reconfig_needed() local
2880 report_lun = kmem_zalloc(fpkt->pkt_datalen, KM_SLEEP); in fcp_is_reconfig_needed()
2886 num_luns = BE_32(report_lun->num_lun) >> 3; in fcp_is_reconfig_needed()
2936 kmem_free(report_lun, fpkt->pkt_datalen); in fcp_is_reconfig_needed()
2981 kmem_free(report_lun, fpkt->pkt_datalen); in fcp_is_reconfig_needed()
7586 struct fcp_reportlun_resp *report_lun; in fcp_handle_reportlun() local
7612 nluns_claimed = BE_32(report_lun->num_lun) >> 3; in fcp_handle_reportlun()
7623 kmem_free(report_lun, len); in fcp_handle_reportlun()
7652 kmem_free(report_lun, len); in fcp_handle_reportlun()
7760 kmem_free(report_lun, len); in fcp_handle_reportlun()
[all …]