Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcio.h273 #define FCIO_MAX_EQS FCIO_MSI_MAX_INTRS macro
274 #define FCIO_MAX_WQS FCIO_MAX_WQS_PER_EQ * FCIO_MAX_EQS
282 FCIO_EQ_DESC_t eq[FCIO_MAX_EQS];
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c5425 for (i = 0; i < FCIO_MAX_EQS; i++) { in emlxs_fca_port_manage()