Searched refs:dc_newbuf (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | dc.c | 137 int dc_newbuf(struct dc_softc *, int, struct mbuf *); 1833 if (dc_newbuf(sc, i, NULL) == ENOBUFS) in dc_list_rx_init() 1854 dc_newbuf(struct dc_softc *sc, int i, struct mbuf *m) in dc_newbuf() function 1999 dc_newbuf(sc, i, m); in dc_pnic_rx_bug_war() 2024 dc_newbuf(sc, i, m); in dc_pnic_rx_bug_war() 2139 dc_newbuf(sc, i, m); in dc_rxeof() 2154 dc_newbuf(sc, i, m); in dc_rxeof()
|