Symbol: malo_txbuf
sys/dev/malo/if_malo.c
1024
struct malo_txbuf *bf, struct mbuf *m0)
sys/dev/malo/if_malo.c
1221
struct malo_txbuf *bf = NULL;
sys/dev/malo/if_malo.c
1565
struct malo_txbuf *bf;
sys/dev/malo/if_malo.c
1761
struct malo_txbuf *bf;
sys/dev/malo/if_malo.c
1842
if (bootverbose || malo_txbuf != MALO_TXBUF)
sys/dev/malo/if_malo.c
1844
"using %u tx buffers\n", malo_txbuf);
sys/dev/malo/if_malo.c
551
struct malo_txbuf *bf;
sys/dev/malo/if_malo.c
555
malo_txbuf, sizeof(struct malo_txbuf),
sys/dev/malo/if_malo.c
561
bsize = malo_txbuf * sizeof(struct malo_txbuf);
sys/dev/malo/if_malo.c
565
malo_txbuf);
sys/dev/malo/if_malo.c
573
for (i = 0; i < malo_txbuf; i++, bf++, ds += MALO_TXDESC) {
sys/dev/malo/if_malo.c
628
struct malo_txbuf *bf;
sys/dev/malo/if_malo.c
728
sc->malo_hwdma.maxnum_txwcb = malo_txbuf;
sys/dev/malo/if_malo.c
739
struct malo_txbuf *bf, *bn;
sys/dev/malo/if_malo.c
74
static int malo_txbuf = MALO_TXBUF; /* # tx buffers to allocate */
sys/dev/malo/if_malo.c
75
SYSCTL_INT(_hw_malo, OID_AUTO, txbuf, CTLFLAG_RWTUN, &malo_txbuf,
sys/dev/malo/if_malo.c
771
static struct malo_txbuf *
sys/dev/malo/if_malo.c
774
struct malo_txbuf *bf;
sys/dev/malo/if_malo.c
792
malo_tx_dmasetup(struct malo_softc *sc, struct malo_txbuf *bf, struct mbuf *m0)
sys/dev/malo/if_malo.c
867
malo_printtxbuf(const struct malo_txbuf *bf, u_int qnum, u_int ix)
sys/dev/malo/if_malo.c
920
struct malo_txbuf *bf;
sys/dev/malo/if_malo.h
463
STAILQ_ENTRY(malo_txbuf) bf_list;
sys/dev/malo/if_malo.h
473
typedef STAILQ_HEAD(, malo_txbuf) malo_txbufhead;