Searched refs:nluns_claimed (Results 1 – 1 of 1) sorted by relevance
7578 int nluns_claimed; in fcp_handle_reportlun() local7612 nluns_claimed = BE_32(report_lun->num_lun) >> 3; in fcp_handle_reportlun()7622 if (nluns_claimed > FCP_MAX_LUNS_SUPPORTED) { in fcp_handle_reportlun()7626 " 0x%x number of LUNs for target=%x", nluns_claimed, in fcp_handle_reportlun()7642 if ((nluns_claimed > nluns_bufmax) && in fcp_handle_reportlun()7657 nluns_claimed, ptgt->tgt_d_id); in fcp_handle_reportlun()7669 FCP_LUN_HEADER + (nluns_claimed * FCP_LUN_SIZE), in fcp_handle_reportlun()7681 if (nluns_claimed > nluns_bufmax) { in fcp_handle_reportlun()7694 nluns_claimed - nluns_bufmax); in fcp_handle_reportlun()7696 nluns_claimed = nluns_bufmax; in fcp_handle_reportlun()[all …]