Searched defs:bge_ring_data (Results 1 – 1 of 1) sorted by relevance
2859 struct bge_ring_data { struct2860 struct bge_rx_bd *bge_rx_std_ring;2861 bus_addr_t bge_rx_std_ring_paddr;2862 struct bge_extrx_bd *bge_rx_jumbo_ring;2863 bus_addr_t bge_rx_jumbo_ring_paddr;2864 struct bge_rx_bd *bge_rx_return_ring;2865 bus_addr_t bge_rx_return_ring_paddr;2866 struct bge_tx_bd *bge_tx_ring;2867 bus_addr_t bge_tx_ring_paddr;2868 struct bge_status_block *bge_status_block;[all …]