Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2871 struct fcp_reportlun_resp *report_lun; in fcp_is_reconfig_needed() local
2876 report_lun = kmem_zalloc(fpkt->pkt_datalen, KM_SLEEP); in fcp_is_reconfig_needed()
2878 FCP_CP_IN(fpkt->pkt_data, report_lun, fpkt->pkt_data_acc, in fcp_is_reconfig_needed()
2882 num_luns = BE_32(report_lun->num_lun) >> 3; in fcp_is_reconfig_needed()
2907 lun_string = (uchar_t *)&(report_lun->lun_string[i]); in fcp_is_reconfig_needed()
2932 kmem_free(report_lun, fpkt->pkt_datalen); in fcp_is_reconfig_needed()
2944 lun_string = (uchar_t *)&(report_lun->lun_string[i]); in fcp_is_reconfig_needed()
2977 kmem_free(report_lun, fpkt->pkt_datalen); in fcp_is_reconfig_needed()
7581 struct fcp_reportlun_resp *report_lun; in fcp_handle_reportlun() local
7588 ((report_lun = kmem_zalloc(len, KM_NOSLEEP)) == NULL)) { in fcp_handle_reportlun()
[all …]