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

/freebsd-10.0-release/sys/dev/bge/
H A Dif_bge.c1554 if (sc->bge_ldata.bge_tx_ring == NULL)
1567 bzero((char *)&sc->bge_ldata.bge_tx_ring[i],
1578 bzero(sc->bge_ldata.bge_tx_ring, BGE_TX_RING_SZ);
2863 if (sc->bge_cdata.bge_tx_ring_map && sc->bge_ldata.bge_tx_ring)
2865 sc->bge_ldata.bge_tx_ring,
2986 (uint8_t **)&sc->bge_ldata.bge_tx_ring,
4513 cur_tx = &sc->bge_ldata.bge_tx_ring[idx];
5280 d = &sc->bge_ldata.bge_tx_ring[idx];
5304 d = &sc->bge_ldata.bge_tx_ring[idx];
H A Dif_bgereg.h2879 struct bge_tx_bd *bge_tx_ring; member in struct:bge_ring_data

Completed in 130 milliseconds