Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcio.h278 #define FCIO_MAX_CQS (FCIO_MAX_WQS + (FCIO_MAX_RQS/2) + 1) macro
283 FCIO_CQ_DESC_t cq[FCIO_MAX_CQS];
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c5461 for (i = 0; i < FCIO_MAX_CQS; i++) { in emlxs_fca_port_manage()