Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/smartpqi/
HDsmartpqi_queue.c695 num_elem = MIN(softs->num_elem_per_op_obq, PQISRC_NUM_EVENT_Q_ELEM); in pqisrc_alloc_and_create_event_queue()
697 num_elem = PQISRC_NUM_EVENT_Q_ELEM; in pqisrc_alloc_and_create_event_queue()
HDsmartpqi_defines.h207 #define PQISRC_NUM_EVENT_Q_ELEM 32 macro