Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/block/
Dcciss_scsi.c525 int listlength = 0; in cciss_find_non_disk_devices() local
568 listlength = (c[0] << 24) | (c[1] << 16) | (c[2] << 8) | c[3]; in cciss_find_non_disk_devices()
573 listlength = 0; in cciss_find_non_disk_devices()
578 num_luns = listlength / 8; // 8 bytes pre entry in cciss_find_non_disk_devices()
Dcciss.c1556 int listlength = 0; in register_new_disk() local
1605 listlength = be32_to_cpu(*((__u32 *) &ld_buff->LUNListLength[0])); in register_new_disk()
1610 listlength = 0; in register_new_disk()
1614 num_luns = listlength / 8; /* 8 bytes pre entry */ in register_new_disk()
2916 int listlength = 0; in cciss_getgeometry() local
2961 listlength = be32_to_cpu(*((__u32 *) &ld_buff->LUNListLength[0])); in cciss_getgeometry()
2965 listlength = 0; in cciss_getgeometry()
2967 hba[cntl_num]->num_luns = listlength / 8; /* 8 bytes pre entry */ in cciss_getgeometry()