Home
last modified time | relevance | path

Searched refs:channel_tx_count (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c2235 hba->channel_tx_count--; in emlxs_unregister_pkt()
3106 hba->channel_tx_count++; in emlxs_tx_put()
3329 hba->channel_tx_count--; in emlxs_tx_get()
3833 hba->channel_tx_count --; in emlxs_iotag_flush()
H A Demlxs_clock.c654 hba->channel_tx_count, in emlxs_timer_check_channels()
H A Demlxs_sli3.c1056 hba->channel_tx_count = 0; in emlxs_sli3_online()
2209 hba->channel_tx_count = 0; in emlxs_sli3_hba_reset()
2827 hba->channel_tx_count) > 10) { in emlxs_sli3_issue_iocb_cmd()
5040 if ((reg & HA_R0CE_RSP) || hba->channel_tx_count) { in emlxs_sli3_handle_ring_event()
H A Demlxs_sli4.c364 hba->channel_tx_count = 0; in emlxs_sli4_online()
2705 hba->channel_tx_count = 0; in emlxs_sli4_hba_reset()
3233 hba->channel_tx_count) > 10) { in emlxs_sli4_issue_iocb_cmd()
8552 hba->channel_tx_count--; in emlxs_sli4_free_xri()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1957 uint32_t channel_tx_count; /* No of IO on tx Q */ member