Home
last modified time | relevance | path

Searched refs:listlength (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/block/
Dcciss.c2299 int listlength = 0; in rebuild_lun_table() local
2327 listlength = be32_to_cpu(*(__be32 *) ld_buff->LUNListLength); in rebuild_lun_table()
2331 listlength = 0; in rebuild_lun_table()
2335 num_luns = listlength / 8; /* 8 bytes per entry */ in rebuild_lun_table()