Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/wb/
H A Dif_wbreg.h322 struct wb_chain_onefrag { struct
326 struct wb_chain_onefrag *wb_nextdesc; argument
332 struct wb_chain_onefrag wb_rx_chain[WB_RX_LIST_CNT]; argument
335 struct wb_chain_onefrag *wb_rx_head;
H A Dif_wb.c142 static int wb_newbuf(struct wb_softc *, struct wb_chain_onefrag *,
927 wb_newbuf(struct wb_softc *sc, struct wb_chain_onefrag *c, struct mbuf *m) in wb_newbuf()
967 struct wb_chain_onefrag *cur_rx; in wb_rxeof()