Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/hisi_sas/
H A Dhisi_sas.h591 #define HISI_SAS_SGE_PAGE_CNT (124) macro
593 struct hisi_sas_sge sge[HISI_SAS_SGE_PAGE_CNT];
596 #define HISI_SAS_SGE_DIF_PAGE_CNT HISI_SAS_SGE_PAGE_CNT
H A Dhisi_sas_v1_hw.c1768 .sg_tablesize = HISI_SAS_SGE_PAGE_CNT,
H A Dhisi_sas_v3_hw.c3133 .sg_tablesize = HISI_SAS_SGE_PAGE_CNT,
3134 .sg_prot_tablesize = HISI_SAS_SGE_PAGE_CNT,
H A Dhisi_sas_v2_hw.c3544 .sg_tablesize = HISI_SAS_SGE_PAGE_CNT,
H A Dhisi_sas_main.c337 if (*n_elem > HISI_SAS_SGE_PAGE_CNT) { in hisi_sas_dma_map()