Lines Matching defs:field
118 * Values for the status field
139 #define IOSRAM_GET_HDRFIELD32(softp, field) \
140 (ddi_get32((softp)->handle, &((iosram_hdr_t *)(softp)->iosramp)->field))
141 #define IOSRAM_SET_HDRFIELD32(softp, field, val) \
142 (ddi_put32((softp)->handle, &((iosram_hdr_t *)(softp)->iosramp)->field,\
152 * NOTE - Although the unused field may be renamed for some use in the future,
274 #define IOSRAM_STAT(field) iosram_stats.field++
275 #define IOSRAM_STAT_ADD(field, amount) iosram_stats.field += (uint64_t)amount
276 #define IOSRAM_STAT_SET(field, count) iosram_stats.field = (uint64_t)count
280 #define IOSRAM_STAT(field)
281 #define IOSRAM_STAT_ADD(field, amount)
282 #define IOSRAM_STAT_SET(field, count)