Home
last modified time | relevance | path

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

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