Searched refs:malo_txbuf (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/malo/
H A Dif_malo.c74 static int malo_txbuf = MALO_TXBUF; /* # tx buffers to allocate */ variable
75 SYSCTL_INT(_hw_malo, OID_AUTO, txbuf, CTLFLAG_RWTUN, &malo_txbuf,
553 struct malo_txbuf *bf;
557 malo_txbuf, sizeof(struct malo_txbuf),
563 bsize = malo_txbuf * sizeof(struct malo_txbuf);
567 malo_txbuf);
575 for (i = 0; i < malo_txbuf; i++, bf++, ds += MALO_TXDESC) {
630 struct malo_txbuf *b
[all...]
H A Dif_malo.h462 struct malo_txbuf { struct
463 STAILQ_ENTRY(malo_txbuf) bf_list;
473 typedef STAILQ_HEAD(, malo_txbuf) malo_txbufhead;

Completed in 107 milliseconds