Searched refs:SYNCDMA (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/iprb/ |
H A D | iprb.h | 250 #define SYNCDMA(d, off, size, dir) \ macro 287 #define SYNCCB(cb, o, s, dir) SYNCDMA(cb, o, s, dir) 315 #define SYNCRFD(r, o, s, dir) SYNCDMA(r, o, s, dir) 370 #define SYNCSTATS(sp, o, s, dir) SYNCDMA(sp, o, s, dir)
|