Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc.h64 #define LPFC_MAX_SGE_SIZE 0x80000000 /* Maximum data allowed in a SGE */ macro
H A Dlpfc_init.c13866 if (sli4_params->sge_supp_len > LPFC_MAX_SGE_SIZE) in lpfc_get_sli4_parameters()
13867 sli4_params->sge_supp_len = LPFC_MAX_SGE_SIZE; in lpfc_get_sli4_parameters()