Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn.c356 static void bwn_rxeof(struct bwn_mac *, struct mbuf *, const void *);
5515 bwn_rxeof(dr->dr_mac, m, rxhdr); in bwn_dma_rxeof()
5650 bwn_rxeof(prq->prq_mac, m, &rxhdr); in bwn_pio_rxeof()
5842 bwn_rxeof(struct bwn_mac *mac, struct mbuf *m, const void *_rxhdr) in bwn_rxeof() function