Searched refs:malo_txbuf (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/malo/ |
H A D | if_malo.c | 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() [all …]
|
H A D | if_malo.h | 462 struct malo_txbuf { struct 463 STAILQ_ENTRY(malo_txbuf) bf_list; 473 typedef STAILQ_HEAD(, malo_txbuf) malo_txbufhead; argument
|