Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas.h417 #define HISI_SAS_SGE_PAGE_CNT SG_CHUNK_SIZE macro
419 struct hisi_sas_sge sge[HISI_SAS_SGE_PAGE_CNT];
Dhisi_sas_main.c377 if (n_elem > HISI_SAS_SGE_PAGE_CNT) { in hisi_sas_task_prep()
2325 shost->sg_tablesize = min_t(u16, SG_ALL, HISI_SAS_SGE_PAGE_CNT); in hisi_sas_probe()
Dhisi_sas_v3_hw.c2247 shost->sg_tablesize = min_t(u16, SG_ALL, HISI_SAS_SGE_PAGE_CNT); in hisi_sas_v3_probe()