Searched refs:highest_lun (Results 1 – 2 of 2) sorted by relevance
441 if (*pos > h->highest_lun) in cciss_seq_show()468 if (*pos > h->highest_lun) in cciss_seq_next()1784 for (i = 0; i < h->highest_lun + 1; i++) { in cciss_check_queues()1785 int curr_queue = (start_queue + i) % (h->highest_lun + 1); in cciss_check_queues()1802 (start_queue + 1) % (h->highest_lun + 1); in cciss_check_queues()2156 if (i > h->highest_lun && !controller_node) in cciss_alloc_drive_info()2157 h->highest_lun = i; in cciss_alloc_drive_info()2335 for (i = 0; i <= h->highest_lun; i++) { in rebuild_lun_table()2378 for (j = 0; j <= h->highest_lun; j++) { in rebuild_lun_table()2472 recalculate_highest_lun = (drv == h->drv[h->highest_lun]); in deregister_disk()[all …]
76 int highest_lun; member