MAX_CHANNEL
uint8_t flag[MAX_CHANNEL];
uint8_t flag[MAX_CHANNEL];
bzero((void *)flag, MAX_CHANNEL * sizeof (uint8_t));
uint8_t flag[MAX_CHANNEL];
uint8_t flag[MAX_CHANNEL];
uint8_t flag[MAX_CHANNEL];
uint8_t flag[MAX_CHANNEL];
hba->chan_count = MAX_CHANNEL;
if (hba->chan_count > MAX_CHANNEL) {
uint32_t ub_post[MAX_CHANNEL];
emlxs_channel_t chan[MAX_CHANNEL];
int chan2msi[MAX_CHANNEL];
uint32_t nlp_flag[MAX_CHANNEL]; /* Node level channel */
uint32_t nlp_tics[MAX_CHANNEL]; /* gate timeout */
emlxs_queue_t nlp_tx[MAX_CHANNEL]; /* Transmit Q head */
emlxs_queue_t nlp_ptx[MAX_CHANNEL]; /* Priority transmit */
void *nlp_next[MAX_CHANNEL]; /* Service Request */
uint32_t IocbIssued[MAX_CHANNEL];
uint32_t IocbReceived[MAX_CHANNEL];
uint32_t IocbTxPut[MAX_CHANNEL];
uint32_t IocbTxGet[MAX_CHANNEL];
uint32_t IocbRingFull[MAX_CHANNEL];