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, 551 struct malo_txbuf *bf; in malo_txdma_setup() 555 malo_txbuf, sizeof(struct malo_txbuf), in malo_txdma_setup() 561 bsize = malo_txbuf * sizeof(struct malo_txbuf); in malo_txdma_setup() 565 malo_txbuf); in malo_txdma_setup() 573 for (i = 0; i < malo_txbuf; i++, bf++, ds += MALO_TXDESC) { in malo_txdma_setup() 628 struct malo_txbuf *bf; in malo_txdma_cleanup() 728 sc->malo_hwdma.maxnum_txwcb = malo_txbuf; in malo_setup_hwdma() 739 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
|