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

/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.c1914 DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &txb->txb_buf,
1918 if (ddi_dma_addr_bind_handle(txb->txb_dmah, NULL, txb->txb_buf,
2307 bzero(txb->txb_buf, MXFE_SETUP_LEN);
2310 txb->txb_buf[156] = mxfep->mxfe_curraddr[0];
2311 txb->txb_buf[157] = mxfep->mxfe_curraddr[1];
2312 txb->txb_buf[160] = mxfep->mxfe_curraddr[2];
2313 txb->txb_buf[161] = mxfep->mxfe_curraddr[3];
2314 txb->txb_buf[164] = mxfep->mxfe_curraddr[4];
2315 txb->txb_buf[165] = mxfep->mxfe_curraddr[5];
2388 mcopymsg(mp, txb->txb_buf); /* free
[all...]
H A Dmxfeimpl.h211 caddr_t txb_buf; member in struct:mxfe_txbuf
/illumos-gate/usr/src/uts/common/io/afe/
H A Dafeimpl.h185 caddr_t txb_buf; member in struct:afe_txbuf
H A Dafe.c1568 DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &txb->txb_buf, &len,
1572 if (ddi_dma_addr_bind_handle(txb->txb_dmah, NULL, txb->txb_buf,
1991 mcopymsg(mp, txb->txb_buf); /* frees mp! */
1998 if (txb->txb_buf[0] & 0x1) {
1999 if (bcmp(txb->txb_buf, afe_broadcast, ETHERADDRL) != 0)
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.h144 caddr_t txb_buf; /* vaddr of bounce buffer */ member in struct:txbuf
H A Dsfe_util.c743 tbp->txb_buf = buf;
1265 bp = tbp->txb_buf;
1531 txflag |= gem_txbuf_options(dp, mp, (uint8_t *)tbp->txb_buf);

Completed in 103 milliseconds