Home
last modified time | relevance | path

Searched refs:MAX_CHANNEL (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h356 #define MAX_CHANNEL EMLXS_MSI_MAX_INTRS macro
441 uint32_t nlp_flag[MAX_CHANNEL]; /* Node level channel */
449 uint32_t nlp_tics[MAX_CHANNEL]; /* gate timeout */
450 emlxs_queue_t nlp_tx[MAX_CHANNEL]; /* Transmit Q head */
451 emlxs_queue_t nlp_ptx[MAX_CHANNEL]; /* Priority transmit */
453 void *nlp_next[MAX_CHANNEL]; /* Service Request */
572 uint32_t IocbIssued[MAX_CHANNEL];
573 uint32_t IocbReceived[MAX_CHANNEL];
574 uint32_t IocbTxPut[MAX_CHANNEL];
575 uint32_t IocbTxGet[MAX_CHANNEL];
[all …]
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c2261 uint8_t flag[MAX_CHANNEL]; in emlxs_tx_channel_flush()
2265 bzero((void *)flag, MAX_CHANNEL * sizeof (uint8_t)); in emlxs_tx_channel_flush()
2477 uint8_t flag[MAX_CHANNEL]; in emlxs_tx_node_flush()
2769 uint8_t flag[MAX_CHANNEL]; in emlxs_tx_lun_flush()
3681 uint8_t flag[MAX_CHANNEL]; in emlxs_chipq_node_flush()
3943 uint8_t flag[MAX_CHANNEL]; in emlxs_chipq_lun_flush()
H A Demlxs_clock.c151 uint8_t flag[MAX_CHANNEL]; in emlxs_timer_checks()
H A Demlxs_sli4.c326 if (hba->chan_count > MAX_CHANNEL) { in emlxs_sli4_online()
1643 hba->chan_count = MAX_CHANNEL; in emlxs_sli4_map_hdw()