Lines Matching refs:pbuf
121 ASSERT(ssbdp->pbuf != NULL); in bge_recycle_ring()
122 buf_item = ssbdp->pbuf; in bge_recycle_ring()
129 ssbdp->pbuf = NULL; in bge_recycle_ring()
345 char *pbuf; in bge_send_copy() local
348 pbuf = DMA_VPTR(txbuf->buf); in bge_send_copy()
354 bcopy(bp->b_rptr, pbuf, mblen); in bge_send_copy()
355 pbuf += mblen; in bge_send_copy()
433 ASSERT(ssbdp->pbuf == NULL); in bge_send_serial()
434 ssbdp->pbuf = txbuf_item; in bge_send_serial()
504 char *pbuf; in bge_ring_tx() local
530 pbuf = DMA_VPTR(txbuf->buf); in bge_ring_tx()
532 ehp = (void *)pbuf; in bge_ring_tx()
536 pbuf = memmove(pbuf + VLAN_TAGSZ, pbuf, 2 * ETHERADDRL); in bge_ring_tx()
551 bge_pseudo_cksum((uint8_t *)pbuf); in bge_ring_tx()