Searched refs:LUNListLength (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/block/ ! |
D | cciss_cmd.h | 110 BYTE LUNListLength[4]; member
|
D | cciss.c | 1605 listlength = be32_to_cpu(*((__u32 *) &ld_buff->LUNListLength[0])); in register_new_disk() 1619 printk(KERN_DEBUG "Length = %x %x %x %x = %d\n", ld_buff->LUNListLength[0], in register_new_disk() 1620 ld_buff->LUNListLength[1], ld_buff->LUNListLength[2], in register_new_disk() 1621 ld_buff->LUNListLength[3], num_luns); in register_new_disk() 2961 listlength = be32_to_cpu(*((__u32 *) &ld_buff->LUNListLength[0])); in cciss_getgeometry() 2974 printk(KERN_DEBUG "Length = %x %x %x %x = %d\n", ld_buff->LUNListLength[0], in cciss_getgeometry() 2975 ld_buff->LUNListLength[1], ld_buff->LUNListLength[2], in cciss_getgeometry() 2976 ld_buff->LUNListLength[3], hba[cntl_num]->num_luns); in cciss_getgeometry()
|
D | cciss_scsi.c | 567 unsigned char *c = &ld_buff->LUNListLength[0]; in cciss_find_non_disk_devices() 1131 ch = &ld_buff->LUNListLength[0]; in cciss_update_non_disk_devices()
|