Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/smartpqi/
Dsmartpqi_queue.c750 ASSERT(!(event_q->pi_dma_addr & PQI_ADDR_ALIGN_MASK_4)); in pqisrc_alloc_and_create_event_queue()
841 ASSERT(!(op_ib_q->ci_dma_addr & PQI_ADDR_ALIGN_MASK_4)); in pqisrc_alloc_and_create_ib_queues()
874 ASSERT(!(op_ib_q->ci_dma_addr & PQI_ADDR_ALIGN_MASK_4)); in pqisrc_alloc_and_create_ib_queues()
968 ASSERT(!(op_ob_q->pi_dma_addr & PQI_ADDR_ALIGN_MASK_4)); in pqisrc_alloc_and_create_ob_queues()
Dsmartpqi_defines.h258 #define PQI_ADDR_ALIGN_MASK_4 0x3 /* lsb 2 bits */ macro