Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcio.h274 #define FCIO_MAX_WQS FCIO_MAX_WQS_PER_EQ * FCIO_MAX_EQS macro
278 #define FCIO_MAX_CQS (FCIO_MAX_WQS + (FCIO_MAX_RQS/2) + 1)
284 FCIO_WQ_DESC_t wq[FCIO_MAX_WQS];
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c5486 for (i = 0; i < FCIO_MAX_WQS; i++) { in emlxs_fca_port_manage()