Symbol: MAX_CHANNEL
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_clock.c
151
uint8_t flag[MAX_CHANNEL];
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
2268
uint8_t flag[MAX_CHANNEL];
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
2272
bzero((void *)flag, MAX_CHANNEL * sizeof (uint8_t));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
2484
uint8_t flag[MAX_CHANNEL];
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
2776
uint8_t flag[MAX_CHANNEL];
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
3688
uint8_t flag[MAX_CHANNEL];
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
3950
uint8_t flag[MAX_CHANNEL];
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
1835
hba->chan_count = MAX_CHANNEL;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
348
if (hba->chan_count > MAX_CHANNEL) {
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
1085
uint32_t ub_post[MAX_CHANNEL];
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
1938
emlxs_channel_t chan[MAX_CHANNEL];
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
1997
int chan2msi[MAX_CHANNEL];
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
442
uint32_t nlp_flag[MAX_CHANNEL]; /* Node level channel */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
450
uint32_t nlp_tics[MAX_CHANNEL]; /* gate timeout */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
451
emlxs_queue_t nlp_tx[MAX_CHANNEL]; /* Transmit Q head */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
452
emlxs_queue_t nlp_ptx[MAX_CHANNEL]; /* Priority transmit */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
454
void *nlp_next[MAX_CHANNEL]; /* Service Request */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
576
uint32_t IocbIssued[MAX_CHANNEL];
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
577
uint32_t IocbReceived[MAX_CHANNEL];
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
578
uint32_t IocbTxPut[MAX_CHANNEL];
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
579
uint32_t IocbTxGet[MAX_CHANNEL];
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
580
uint32_t IocbRingFull[MAX_CHANNEL];