Lines Matching defs:o
278 #define PUTCB8(cb, o, v) PUTDMA8(cb, o, v)
279 #define PUTCB16(cb, o, v) PUTDMA16(cb, o, v)
280 #define PUTCB32(cb, o, v) PUTDMA32(cb, o, v)
281 #define PUTCBEA(cb, o, enet) \
282 ddi_rep_put8(cb->acch, enet, (void *)(cb->vaddr + (o)), 6, \
284 #define GETCB8(cb, o) GETDMA8(cb, o)
285 #define GETCB16(cb, o) GETDMA16(cb, o)
286 #define GETCB32(cb, o) GETDMA32(cb, o)
287 #define SYNCCB(cb, o, s, dir) SYNCDMA(cb, o, s, dir)
312 #define GETRFD16(r, o) GETDMA16(r, o)
313 #define PUTRFD16(r, o, v) PUTDMA16(r, o, v)
314 #define PUTRFD32(r, o, v) PUTDMA32(r, o, v)
315 #define SYNCRFD(r, o, s, dir) SYNCDMA(r, o, s, dir)
370 #define SYNCSTATS(sp, o, s, dir) SYNCDMA(sp, o, s, dir)
371 #define PUTSTAT(sp, o, v) PUTDMA32(sp, o, v)
372 #define GETSTAT(sp, o) GETDMA32(sp, o)