Home
last modified time | relevance | path

Searched refs:SYNCENTRY (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c1696 SYNCENTRY(ring, prod, DDI_DMA_SYNC_FORDEV); in yge_send()
1863 SYNCENTRY(ring, cons, DDI_DMA_SYNC_FORDEV); in yge_rxeof()
2193 SYNCENTRY(ring, cons, DDI_DMA_SYNC_FORKERNEL); in yge_handle_events()
2242 SYNCENTRY(ring, cons, DDI_DMA_SYNC_FORDEV); in yge_handle_events()
H A Dyge.h1869 #define SYNCENTRY(ring, i, flags) \ macro