Searched refs:bge_rx_bd (Results 1 – 2 of 2) sorted by relevance
2300 struct bge_rx_bd { struct2860 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)
400 static void bge_rxcsum(struct bge_softc *, struct bge_rx_bd *, struct mbuf *);1281 struct bge_rx_bd *r; in bge_newbuf_std()1457 sizeof(struct bge_rx_bd)); in bge_free_rx_ring_std()4274 struct bge_rx_bd *r; in bge_rxreuse_std()4333 struct bge_rx_bd *cur_rx; in bge_rxeof()4455 bge_rxcsum(struct bge_softc *sc, struct bge_rx_bd *cur_rx, struct mbuf *m) in bge_rxcsum()