Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcio.h275 #define FCIO_MAX_RQS 2 /* ONLY 1 pair is allowed */ macro
278 #define FCIO_MAX_CQS (FCIO_MAX_WQS + (FCIO_MAX_RQS/2) + 1)
285 FCIO_RQ_DESC_t rq[FCIO_MAX_RQS];
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c5511 for (i = 0; i < FCIO_MAX_RQS; i++) { in emlxs_fca_port_manage()