Searched refs:nluns_claimed (Results 1 – 1 of 1) sorted by relevance
7573 int nluns_claimed; in fcp_handle_reportlun() local7607 nluns_claimed = BE_32(report_lun->num_lun) >> 3; in fcp_handle_reportlun()7617 if (nluns_claimed > FCP_MAX_LUNS_SUPPORTED) { in fcp_handle_reportlun()7621 " 0x%x number of LUNs for target=%x", nluns_claimed, in fcp_handle_reportlun()7637 if ((nluns_claimed > nluns_bufmax) && in fcp_handle_reportlun()7652 nluns_claimed, ptgt->tgt_d_id); in fcp_handle_reportlun()7664 FCP_LUN_HEADER + (nluns_claimed * FCP_LUN_SIZE), in fcp_handle_reportlun()7676 if (nluns_claimed > nluns_bufmax) { in fcp_handle_reportlun()7689 nluns_claimed - nluns_bufmax); in fcp_handle_reportlun()7691 nluns_claimed = nluns_bufmax; in fcp_handle_reportlun()[all …]