Searched refs:SYNCENTRY (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/yge/ |
H A D | yge.c | 1696 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 D | yge.h | 1869 #define SYNCENTRY(ring, i, flags) \ macro
|