Searched refs:highest_lun (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/
H A Dcciss.h70 int highest_lun; member in struct:ctlr_info
H A Dcciss.c295 for (i = 0; i <= h->highest_lun; i++) {
1212 for (i = 0; i < h->highest_lun + 1; i++) {
1213 int curr_queue = (start_queue + i) % (h->highest_lun + 1);
1227 (start_queue + 1) % (h->highest_lun + 1);
1234 curr_queue = (curr_queue + 1) % (h->highest_lun + 1);
1389 * than the highest_lun index for the controller then highest_lun is set
1398 if (i > hba[ctlr]->highest_lun)
1399 hba[ctlr]->highest_lun = i;
1503 for (j = 0; j <= h->highest_lun;
[all...]

Completed in 26 milliseconds