Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/smartpqi/
HDsmartpqi_discovery.c935 inq_buff = os_mem_alloc(softs, OBDR_TAPE_INQ_SIZE); in pqisrc_get_dev_data()
942 OBDR_TAPE_INQ_SIZE); in pqisrc_get_dev_data()
980 os_mem_free(softs, (char*)inq_buff, OBDR_TAPE_INQ_SIZE); in pqisrc_get_dev_data()
HDsmartpqi_defines.h594 #define OBDR_TAPE_INQ_SIZE (OBDR_SIG_OFFSET + OBDR_SIG_LEN) macro