bge_rx_bd
i * sizeof(struct bge_rx_bd),
sizeof(struct bge_rx_bd),
struct bge_rx_bd * const r = &sc->bge_rdata->bge_rx_std_ring[i];
i * sizeof(struct bge_rx_bd),
sizeof(struct bge_rx_bd),
struct bge_rx_bd *r;
i * sizeof(struct bge_rx_bd),
sizeof(struct bge_rx_bd),
sizeof(struct bge_rx_bd));
sizeof(struct bge_rx_bd));
sizeof(struct bge_rx_bd));
static void bge_rxcsum(struct bge_softc *, struct bge_rx_bd *, struct mbuf *);
toff = offset + (rx_cons * sizeof(struct bge_rx_bd));
sizeof(struct bge_rx_bd);
toff, tosync * sizeof(struct bge_rx_bd),
struct bge_rx_bd *cur_rx;
bge_rxcsum(struct bge_softc *sc, struct bge_rx_bd *cur_rx, struct mbuf *m)
struct bge_rx_bd bge_rx_std_ring[BGE_STD_RX_RING_CNT];
struct bge_rx_bd bge_rx_jumbo_ring[BGE_JUMBO_RX_RING_CNT];
struct bge_rx_bd bge_rx_return_ring[BGE_RETURN_RING_CNT];