Searched refs:highest_lun (Results 1 – 2 of 2) sorted by relevance
439 if (*pos > h->highest_lun) in cciss_seq_show()466 if (*pos > h->highest_lun) in cciss_seq_next()1800 for (i = 0; i < h->highest_lun + 1; i++) { in cciss_check_queues()1801 int curr_queue = (start_queue + i) % (h->highest_lun + 1); in cciss_check_queues()1818 (start_queue + 1) % (h->highest_lun + 1); in cciss_check_queues()2172 if (i > h->highest_lun && !controller_node) in cciss_alloc_drive_info()2173 h->highest_lun = i; in cciss_alloc_drive_info()2351 for (i = 0; i <= h->highest_lun; i++) { in rebuild_lun_table()2394 for (j = 0; j <= h->highest_lun; j++) { in rebuild_lun_table()2488 recalculate_highest_lun = (drv == h->drv[h->highest_lun]); in deregister_disk()[all …]
76 int highest_lun; member