Searched defs:listlength (Results 1 - 1 of 1) sorted by relevance

/drivers/block/
H A Dcciss.c2282 int listlength = 0; local
2310 listlength = be32_to_cpu(*(__be32 *) ld_buff->LUNListLength);
2314 listlength = 0;
2318 num_luns = listlength / 8; /* 8 bytes per entry */

Completed in 22 milliseconds