Home
last modified time | relevance | path

Searched refs:HISI_SAS_SGE_PAGE_CNT (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas.h582 #define HISI_SAS_SGE_PAGE_CNT (124) macro
584 struct hisi_sas_sge sge[HISI_SAS_SGE_PAGE_CNT];
587 #define HISI_SAS_SGE_DIF_PAGE_CNT HISI_SAS_SGE_PAGE_CNT
H A Dhisi_sas_v1_hw.c1750 .sg_tablesize = HISI_SAS_SGE_PAGE_CNT,
H A Dhisi_sas_v3_hw.c3340 .sg_tablesize = HISI_SAS_SGE_PAGE_CNT,
3341 .sg_prot_tablesize = HISI_SAS_SGE_PAGE_CNT,
H A Dhisi_sas_main.c329 if (*n_elem > HISI_SAS_SGE_PAGE_CNT) { in hisi_sas_dma_map()
H A Dhisi_sas_v2_hw.c3577 .sg_tablesize = HISI_SAS_SGE_PAGE_CNT,