Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/smartpqi/
H A Dsmartpqi.h525 #define PQI_OFA_MAX_SG_DESCRIPTORS 64 macro
534 struct pqi_sg_descriptor sg_descriptor[PQI_OFA_MAX_SG_DESCRIPTORS];
H A Dsmartpqi_init.c8807 if (sg_count == 0 || sg_count > PQI_OFA_MAX_SG_DESCRIPTORS) in pqi_ofa_alloc_mem()
8855 min_chunk_size = DIV_ROUND_UP(total_size, PQI_OFA_MAX_SG_DESCRIPTORS); in pqi_ofa_alloc_host_buffer()