Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
Dsmartpqi_init.c2916 (oq_ci * PQI_OPERATIONAL_OQ_ELEMENT_LENGTH); in pqi_process_io_intr()
3556 PQI_OPERATIONAL_OQ_ELEMENT_LENGTH * in pqi_alloc_operational_queues()
4257 PQI_OPERATIONAL_OQ_ELEMENT_LENGTH) { in pqi_validate_device_capability()
4261 PQI_OPERATIONAL_OQ_ELEMENT_LENGTH); in pqi_validate_device_capability()
4453 put_unaligned_le16(PQI_OPERATIONAL_OQ_ELEMENT_LENGTH / 16, in pqi_create_queue_group()
9200 BUILD_BUG_ON(PQI_OPERATIONAL_OQ_ELEMENT_LENGTH > 1048560); in verify_structures()
9201 BUILD_BUG_ON(PQI_OPERATIONAL_OQ_ELEMENT_LENGTH % in verify_structures()
Dsmartpqi.h580 #define PQI_OPERATIONAL_OQ_ELEMENT_LENGTH 16 macro