Searched refs:_wcnt (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fc.h | 1233 #define WRITE_SLIM_COPY(_hba, _bufp, _slimp, _wcnt) ddi_rep_put32(\ argument 1235 (uint32_t *)(_slimp), (_wcnt), DDI_DEV_AUTOINCR) 1237 #define READ_SLIM_COPY(_hba, _bufp, _slimp, _wcnt) ddi_rep_get32(\ argument 1239 (uint32_t *)(_slimp), (_wcnt), DDI_DEV_AUTOINCR)
|