Lines Matching defs:mbuf
145 struct mbuf *mbuf;
343 sunxi_emac_setup_txbuf(struct sunxi_emac_softc *sc, int index, struct mbuf *m)
373 sc->tx.buf_map[cur].mbuf = (i == 0 ? m : NULL);
406 sunxi_emac_setup_rxbuf(struct sunxi_emac_softc *sc, int index, struct mbuf *m)
421 sc->rx.buf_map[index].mbuf = m;
428 static struct mbuf *
431 struct mbuf *m;
444 struct mbuf *m;
787 struct mbuf *m, *m0;
808 m = sc->rx.buf_map[index].mbuf;
871 if (bmap->mbuf != NULL) {
876 m_freem(bmap->mbuf);
877 bmap->mbuf = NULL;
1190 struct mbuf *m;
1266 device_printf(sc->dev, "cannot allocate RX mbuf\n");