Searched refs:OBDR_TAPE_INQ_SIZE (Results 1 – 2 of 2) sorted by relevance
1171 #define OBDR_TAPE_INQ_SIZE 49 in cciss_update_non_disk_devices() macro1184 inq_buff = kmalloc(OBDR_TAPE_INQ_SIZE, GFP_KERNEL); in cciss_update_non_disk_devices()1213 memset(inq_buff, 0, OBDR_TAPE_INQ_SIZE); in cciss_update_non_disk_devices()1217 (unsigned char) OBDR_TAPE_INQ_SIZE) != 0) in cciss_update_non_disk_devices()
3603 #define OBDR_TAPE_INQ_SIZE (OBDR_SIG_OFFSET + OBDR_SIG_LEN) in hpsa_update_device_info() macro3609 inq_buff = kzalloc(OBDR_TAPE_INQ_SIZE, GFP_KERNEL); in hpsa_update_device_info()3617 (unsigned char) OBDR_TAPE_INQ_SIZE) != 0) { in hpsa_update_device_info()