Searched refs:pb_buf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pcn/
H A Dpcnimpl.h128 caddr_t pb_buf; member in struct:pcn_buf
H A Dpcn.c756 mcopymsg(mp, txb->pb_buf); /* frees mp! */
760 if (txb->pb_buf[0] & 0x1) {
761 if (bcmp(txb->pb_buf, pcn_broadcast, ETHERADDRL) != 0)
934 bcopy((char *)rxb->pb_buf, mp->b_rptr, len);
1557 DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &buf->pb_buf, &len,
1563 if (ddi_dma_addr_bind_handle(buf->pb_dmah, NULL, buf->pb_buf, len,

Completed in 47 milliseconds