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

/freebsd-11.0-release/sys/dev/bge/
H A Dif_bgereg.h2313 struct bge_rx_bd { struct
2875 struct bge_rx_bd *bge_rx_std_ring;
2879 struct bge_rx_bd *bge_rx_return_ring;
2891 (sizeof(struct bge_rx_bd) * BGE_STD_RX_RING_CNT)
2897 (sizeof(struct bge_rx_bd) * x->bge_return_ring_cnt)
H A Dif_bge.c411 static void bge_rxcsum(struct bge_softc *, struct bge_rx_bd *, struct mbuf *);
1320 struct bge_rx_bd *r;
1496 sizeof(struct bge_rx_bd));
4280 struct bge_rx_bd *r;
4339 struct bge_rx_bd *cur_rx;
4461 bge_rxcsum(struct bge_softc *sc, struct bge_rx_bd *cur_rx, struct mbuf *m)

Completed in 76 milliseconds