Home
last modified time | relevance | path

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

/freebsd/sys/dev/bge/
H A Dif_bgereg.h2300 struct bge_rx_bd { struct
2860 struct bge_rx_bd *bge_rx_std_ring;
2864 struct bge_rx_bd *bge_rx_return_ring;
2876 (sizeof(struct bge_rx_bd) * BGE_STD_RX_RING_CNT)
2882 (sizeof(struct bge_rx_bd) * x->bge_return_ring_cnt)
H A Dif_bge.c400 static void bge_rxcsum(struct bge_softc *, struct bge_rx_bd *, struct mbuf *);
1275 struct bge_rx_bd *r; in bge_newbuf_std()
1451 sizeof(struct bge_rx_bd)); in bge_free_rx_ring_std()
4252 struct bge_rx_bd *r; in bge_rxreuse_std()
4311 struct bge_rx_bd *cur_rx; in bge_rxeof()
4433 bge_rxcsum(struct bge_softc *sc, struct bge_rx_bd *cur_rx, struct mbuf *m) in bge_rxcsum()