Home
last modified time | relevance | path

Searched defs:bnx_chain_data (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/netif/bnx/
H A Dif_bnxvar.h222 struct bnx_chain_data { struct
223 bus_dma_tag_t bnx_parent_tag;
224 bus_dma_tag_t bnx_rx_jumbo_ring_tag;
225 bus_dma_tag_t bnx_jumbo_tag;
226 bus_dmamap_t bnx_rx_jumbo_ring_map;
227 bus_dmamap_t bnx_jumbo_map;
228 struct bnx_rx_buf bnx_rx_jumbo_chain[BGE_JUMBO_RX_RING_CNT];
230 struct bnx_jslot bnx_jslots[BNX_JSLOTS];