Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/iprb/
H A Diprb.h276 #define CB_TX_DATA_OFFSET 16 macro
H A Diprb.c1099 mcopymsg(mp, cb->vaddr + CB_TX_DATA_OFFSET); in iprb_send()
1100 if (cb->vaddr[CB_TX_DATA_OFFSET] & 0x1) { in iprb_send()
1101 if (bcmp(cb->vaddr + CB_TX_DATA_OFFSET, &iprb_bcast, 6) != 0) { in iprb_send()
1107 SYNCCB(cb, 0, CB_TX_DATA_OFFSET + sz, DDI_DMA_SYNC_FORDEV); in iprb_send()