Home
last modified time | relevance | path

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

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_queue.c812 num_elem = MIN(softs->num_elem_per_op_obq, PQISRC_MAX_EVENT_QUEUE_ELEM_NUM); in pqisrc_alloc_and_create_event_queue()
814 num_elem = PQISRC_MAX_EVENT_QUEUE_ELEM_NUM; in pqisrc_alloc_and_create_event_queue()
H A Dsmartpqi_defines.h262 #define PQISRC_MAX_EVENT_QUEUE_ELEM_NUM 32 macro