Searched refs:HIFN_RING_SYNC (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/hifn/ |
H A D | hifn7751var.h | 110 #define HIFN_RING_SYNC(sc, r, i, f) \ macro 113 #define HIFN_CMDR_SYNC(sc, i, f) HIFN_RING_SYNC((sc), cmdr, (i), (f)) 114 #define HIFN_RESR_SYNC(sc, i, f) HIFN_RING_SYNC((sc), resr, (i), (f)) 115 #define HIFN_SRCR_SYNC(sc, i, f) HIFN_RING_SYNC((sc), srcr, (i), (f)) 116 #define HIFN_DSTR_SYNC(sc, i, f) HIFN_RING_SYNC((sc), dstr, (i), (f))
|