Home
last modified time | relevance | path

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

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

Completed in 49 milliseconds