Searched refs:listlength (Results 1 – 2 of 2) sorted by relevance
525 int listlength = 0; in cciss_find_non_disk_devices() local568 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()
1556 int listlength = 0; in register_new_disk() local1605 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() local2961 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()