Lines Matching refs:malo_txbuf
74 static int malo_txbuf = MALO_TXBUF; /* # tx buffers to allocate */ variable
75 SYSCTL_INT(_hw_malo, OID_AUTO, txbuf, CTLFLAG_RWTUN, &malo_txbuf,
549 struct malo_txbuf *bf; in malo_txdma_setup()
553 malo_txbuf, sizeof(struct malo_txbuf), in malo_txdma_setup()
559 bsize = malo_txbuf * sizeof(struct malo_txbuf); in malo_txdma_setup()
563 malo_txbuf); in malo_txdma_setup()
571 for (i = 0; i < malo_txbuf; i++, bf++, ds += MALO_TXDESC) { in malo_txdma_setup()
626 struct malo_txbuf *bf; in malo_txdma_cleanup()
726 sc->malo_hwdma.maxnum_txwcb = malo_txbuf; in malo_setup_hwdma()
737 struct malo_txbuf *bf, *bn; in malo_txq_init()
769 static struct malo_txbuf *
772 struct malo_txbuf *bf; in malo_getbuf()
790 malo_tx_dmasetup(struct malo_softc *sc, struct malo_txbuf *bf, struct mbuf *m0) in malo_tx_dmasetup()
865 malo_printtxbuf(const struct malo_txbuf *bf, u_int qnum, u_int ix) in malo_printtxbuf()
918 struct malo_txbuf *bf; in malo_tx_processq()
1022 struct malo_txbuf *bf, struct mbuf *m0) in malo_tx_start()
1217 struct malo_txbuf *bf = NULL; in malo_start()
1561 struct malo_txbuf *bf; in malo_tx_draintxq()
1757 struct malo_txbuf *bf; in malo_raw_xmit()
1838 if (bootverbose || malo_txbuf != MALO_TXBUF) in malo_announce()
1840 "using %u tx buffers\n", malo_txbuf); in malo_announce()