Searched refs:HISI_SAS_SGE_PAGE_CNT (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/ |
H A D | hisi_sas.h | 591 #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 D | hisi_sas_v3_hw.c | 3156 .sg_tablesize = HISI_SAS_SGE_PAGE_CNT, 3157 .sg_prot_tablesize = HISI_SAS_SGE_PAGE_CNT,
|
H A D | hisi_sas_v1_hw.c | 1768 .sg_tablesize = HISI_SAS_SGE_PAGE_CNT,
|
H A D | hisi_sas_v2_hw.c | 3551 .sg_tablesize = HISI_SAS_SGE_PAGE_CNT,
|
H A D | hisi_sas_main.c | 337 if (*n_elem > HISI_SAS_SGE_PAGE_CNT) { in hisi_sas_dma_map() 338 dev_err(dev, "task prep: n_elem(%d) > HISI_SAS_SGE_PAGE_CNT\n", in hisi_sas_dma_map()
|
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/ |
H A D | hisi_sas.h | 583 #define HISI_SAS_SGE_PAGE_CNT (124) macro 585 struct hisi_sas_sge sge[HISI_SAS_SGE_PAGE_CNT]; 588 #define HISI_SAS_SGE_DIF_PAGE_CNT HISI_SAS_SGE_PAGE_CNT
|
H A D | hisi_sas_v1_hw.c | 1750 .sg_tablesize = HISI_SAS_SGE_PAGE_CNT,
|
H A D | hisi_sas_v3_hw.c | 3332 .sg_tablesize = HISI_SAS_SGE_PAGE_CNT, 3333 .sg_prot_tablesize = HISI_SAS_SGE_PAGE_CNT,
|
H A D | hisi_sas_main.c | 329 if (*n_elem > HISI_SAS_SGE_PAGE_CNT) { in hisi_sas_dma_map() 330 dev_err(dev, "task prep: n_elem(%d) > HISI_SAS_SGE_PAGE_CNT\n", in hisi_sas_dma_map()
|
H A D | hisi_sas_v2_hw.c | 3577 .sg_tablesize = HISI_SAS_SGE_PAGE_CNT,
|
Completed in 50 milliseconds