Searched refs:OBDR_TAPE_INQ_SIZE (Results 1 – 2 of 2) sorted by relevance
1172 #define OBDR_TAPE_INQ_SIZE 49 in cciss_update_non_disk_devices() macro1185 inq_buff = kmalloc(OBDR_TAPE_INQ_SIZE, GFP_KERNEL); in cciss_update_non_disk_devices()1214 memset(inq_buff, 0, OBDR_TAPE_INQ_SIZE); in cciss_update_non_disk_devices()1218 (unsigned char) OBDR_TAPE_INQ_SIZE) != 0) in cciss_update_non_disk_devices()
2667 #define OBDR_TAPE_INQ_SIZE (OBDR_SIG_OFFSET + OBDR_SIG_LEN) in hpsa_update_device_info() macro2672 inq_buff = kzalloc(OBDR_TAPE_INQ_SIZE, GFP_KERNEL); in hpsa_update_device_info()2678 (unsigned char) OBDR_TAPE_INQ_SIZE) != 0) { in hpsa_update_device_info()