HomeSort by: relevance | last modified time | path
    Searched refs:bge_rx_bd (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
if_bgevar.h 174 struct bge_rx_bd bge_rx_std_ring[BGE_STD_RX_RING_CNT];
175 struct bge_rx_bd bge_rx_jumbo_ring[BGE_JUMBO_RX_RING_CNT];
176 struct bge_rx_bd bge_rx_return_ring[BGE_RETURN_RING_CNT];
if_bge.c 191 static void bge_rxcsum(struct bge_softc *, struct bge_rx_bd *, struct mbuf *);
1511 i * sizeof(struct bge_rx_bd),
1512 sizeof(struct bge_rx_bd),
1515 struct bge_rx_bd * const r = &sc->bge_rdata->bge_rx_std_ring[i];
1523 i * sizeof(struct bge_rx_bd),
1524 sizeof(struct bge_rx_bd),
1540 struct bge_rx_bd *r;
1586 i * sizeof(struct bge_rx_bd),
1587 sizeof(struct bge_rx_bd),
1611 sizeof(struct bge_rx_bd));
    [all...]
if_bgereg.h 2293 struct bge_rx_bd { struct

Completed in 17 milliseconds