Searched refs:win_offset (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c1193 /* win_p->win_offset is left uninitialized */
1233 * fill win_offset of each dma window according to just fixed up
1236 * win_p->win_offset - this window's offset within entire DMA object
1252 size_t win_offset = 0; local
1269 DEBUG1(DBG_BYPASS, mp->dmai_rdip, "win off %p\n", win_offset);
1270 win_p->win_offset = win_offset;
1271 win_offset += win_p->win_size;
1274 win_p->win_offset = win_offset;
[all...]
H A Dpci.c857 mp->dmai_offset = win_p->win_offset;
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_dma.c975 /* win_p->win_offset is left uninitialized */
1032 * fill win_offset of each dma window according to just fixed up
1035 * win_p->win_offset - this window's offset within entire DMA object
1051 size_t win_offset = 0; local
1068 DBG(DBG_BYPASS, mp->dmai_rdip, "win off %p\n", win_offset);
1069 win_p->win_offset = win_offset;
1070 win_offset += win_p->win_size;
1073 win_p->win_offset = win_offset;
[all...]
H A Dpx_dma.h191 uint64_t win_offset; member in struct:px_dma_win
H A Dpx.c1133 mp->dmai_offset = win_p->win_offset;
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_dma.h214 uint64_t win_offset; member in struct:pci_dma_win

Completed in 71 milliseconds