Lines Matching refs:txb_buf
1914 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()
2395 if (txb->txb_buf[0] & 0x1) { in mxfe_send()
2396 if (bcmp(txb->txb_buf, mxfe_broadcast, ETHERADDRL) != 0) in mxfe_send()