Searched refs:lun_total (Results 1 – 3 of 3) sorted by relevance
1776 uint32_t lun_total = 0; in iscsi_sess_reportluns() local1870 lun_total = lun_list_length / SCSI_REPORTLUNS_ADDRESS_SIZE; in iscsi_sess_reportluns()1871 saved_replun_ptr = kmem_zalloc(lun_total * sizeof (replun_data_t), in iscsi_sess_reportluns()1896 for (lun_count = lun_start; lun_count < lun_total; in iscsi_sess_reportluns()1967 if (lun_count == lun_total) { in iscsi_sess_reportluns()1985 for (lun_count = lun_start; lun_count < lun_total; lun_count++) { in iscsi_sess_reportluns()2033 kmem_free(saved_replun_ptr, lun_total * sizeof (replun_data_t)); in iscsi_sess_reportluns()
7298 int lun_total = 0; in aac_config_tgt() local7380 lun_total++; in aac_config_tgt()7389 lun_total++; in aac_config_tgt()7392 return (lun_total); in aac_config_tgt()
14459 uint32_t lun_total = 0; in mptsas_config_luns() local14548 lun_total = lun_list_len / MPTSAS_SCSI_REPORTLUNS_ADDRESS_SIZE; in mptsas_config_luns()14549 saved_repluns = kmem_zalloc(sizeof (uint16_t) * lun_total, KM_SLEEP); in mptsas_config_luns()14554 for (lun_cnt = 0; lun_cnt < lun_total; lun_cnt++) { in mptsas_config_luns()14572 mptsas_offline_missed_luns(pdip, saved_repluns, lun_total, ptgt); in mptsas_config_luns()14573 kmem_free(saved_repluns, sizeof (uint16_t) * lun_total); in mptsas_config_luns()