Searched refs:LPFC_SLI4_MBX_SGE_MAX_PAGES (Results 1 – 2 of 2) sorted by relevance
1124 #define LPFC_SLI4_MBX_SGE_MAX_PAGES 19 macro1125 struct lpfc_mbx_sge sge[LPFC_SLI4_MBX_SGE_MAX_PAGES];1129 void *addr[LPFC_SLI4_MBX_SGE_MAX_PAGES];
1813 pcount = (pcount > LPFC_SLI4_MBX_SGE_MAX_PAGES) ? in lpfc_sli4_config()1814 LPFC_SLI4_MBX_SGE_MAX_PAGES : pcount; in lpfc_sli4_config()