Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h609 uint32_t IocbTxPut[4]; member
H A Demlxs_fc.h578 uint32_t IocbTxPut[MAX_CHANNEL]; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c4310 stats->IocbTxPut[0] = hba->stats.IocbTxPut[0]; in emlxs_dfc_get_drvstats()
4311 stats->IocbTxPut[1] = hba->stats.IocbTxPut[1]; in emlxs_dfc_get_drvstats()
4312 stats->IocbTxPut[2] = hba->stats.IocbTxPut[2]; in emlxs_dfc_get_drvstats()
4313 stats->IocbTxPut[3] = hba->stats.IocbTxPut[3]; in emlxs_dfc_get_drvstats()
H A Demlxs_fcp.c3179 HBASTATS.IocbTxPut[channelno]++; in emlxs_tx_put()