Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h610 uint32_t IocbTxGet[4]; member
H A Demlxs_fc.h579 uint32_t IocbTxGet[MAX_CHANNEL]; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c4314 stats->IocbTxGet[0] = hba->stats.IocbTxGet[0]; in emlxs_dfc_get_drvstats()
4315 stats->IocbTxGet[1] = hba->stats.IocbTxGet[1]; in emlxs_dfc_get_drvstats()
4316 stats->IocbTxGet[2] = hba->stats.IocbTxGet[2]; in emlxs_dfc_get_drvstats()
4317 stats->IocbTxGet[3] = hba->stats.IocbTxGet[3]; in emlxs_dfc_get_drvstats()
H A Demlxs_fcp.c3336 HBASTATS.IocbTxGet[channelno]++; in emlxs_tx_get()