Searched refs:SYNCTXDESC (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/io/pcn/ |
H A D | pcnimpl.h | 241 #define SYNCTXDESC(pcnp, index, who) \ macro
|
H A D | pcn.c | 779 SYNCTXDESC(pcnp, txsend, DDI_DMA_SYNC_FORDEV); in pcn_send() 801 SYNCTXDESC(pcnp, index, DDI_DMA_SYNC_FORKERNEL); in pcn_reclaim()
|
/titanic_41/usr/src/uts/common/io/afe/ |
H A D | afeimpl.h | 305 #define SYNCTXDESC(afep, index, who) \ macro
|
H A D | afe.c | 1496 SYNCTXDESC(afep, i, DDI_DMA_SYNC_FORDEV); in afe_resetrings() 2019 SYNCTXDESC(afep, txsend, DDI_DMA_SYNC_FORDEV); in afe_send() 2058 SYNCTXDESC(afep, index, DDI_DMA_SYNC_FORKERNEL); in afe_reclaim()
|
/titanic_41/usr/src/uts/common/io/mxfe/ |
H A D | mxfeimpl.h | 346 #define SYNCTXDESC(mxfep, index, who) \ macro
|
H A D | mxfe.c | 1833 SYNCTXDESC(mxfep, i, DDI_DMA_SYNC_FORDEV); in mxfe_resetrings() 2329 SYNCTXDESC(mxfep, 0, DDI_DMA_SYNC_FORDEV); in mxfe_send_setup() 2416 SYNCTXDESC(mxfep, txsend, DDI_DMA_SYNC_FORDEV); in mxfe_send() 2455 SYNCTXDESC(mxfep, index, DDI_DMA_SYNC_FORKERNEL); in mxfe_reclaim()
|