Searched refs:SYNCBUF (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/io/pcn/ |
H A D | pcnimpl.h | 249 #define SYNCBUF(pb, len, who) \ macro
|
H A D | pcn.c | 769 SYNCBUF(txb, len, DDI_DMA_SYNC_FORDEV); in pcn_send() 931 SYNCBUF(rxb, len, DDI_DMA_SYNC_FORKERNEL); in pcn_receive()
|
/titanic_41/usr/src/uts/common/io/efe/ |
H A D | efe.h | 361 #define SYNCBUF(bp, type) \ macro
|
H A D | efe.c | 1394 SYNCBUF(bp, DDI_DMA_SYNC_FORKERNEL); in efe_recv_pkt() 1458 SYNCBUF(bp, DDI_DMA_SYNC_FORDEV); in efe_send()
|
/titanic_41/usr/src/uts/common/io/yge/ |
H A D | yge.h | 1879 #define SYNCBUF(b, flags) \ macro
|
H A D | yge.c | 1692 SYNCBUF(txb, DDI_DMA_SYNC_FORDEV); in yge_send() 1853 SYNCBUF(rxb, DDI_DMA_SYNC_FORKERNEL); in yge_rxeof()
|