Home
last modified time | relevance | path

Searched refs:mwl_txbuf (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mwl/
H A Dif_mwl.c144 struct mwl_txbuf *, struct mbuf *);
194 static int mwl_txbuf = MWL_TXBUF; /* # tx buffers to allocate */ variable
195 SYSCTL_INT(_hw_mwl, OID_AUTO, txbuf, CTLFLAG_RWTUN, &mwl_txbuf,
244 static void mwl_printtxbuf(const struct mwl_txbuf *bf, u_int qnum, u_int ix);
976 sc->sc_hwdma.maxNumTxWcb = mwl_txbuf; in mwl_setupdma()
1261 static struct mwl_txbuf *
1264 struct mwl_txbuf *bf; in mwl_gettxbuf()
1289 mwl_puttxbuf_head(struct mwl_txq *txq, struct mwl_txbuf *bf) in mwl_puttxbuf_head()
1300 mwl_puttxbuf_tail(struct mwl_txq *txq, struct mwl_txbuf *bf) in mwl_puttxbuf_tail()
1335 struct mwl_txbuf *bf; in mwl_start()
[all …]
H A Dif_mwlvar.h83 struct mwl_txbuf { struct
84 STAILQ_ENTRY(mwl_txbuf) bf_list;
94 typedef STAILQ_HEAD(, mwl_txbuf) mwl_txbufhead; argument