summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_tireg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_tireg.h')
-rw-r--r--sys/pci/if_tireg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/pci/if_tireg.h b/sys/pci/if_tireg.h
index e38cdd6..6e438d4 100644
--- a/sys/pci/if_tireg.h
+++ b/sys/pci/if_tireg.h
@@ -1000,6 +1000,10 @@ struct ti_softc {
u_int8_t ti_copper; /* 1000baseTX card */
u_int8_t ti_linkstat; /* Link state */
int ti_hdrsplit; /* enable header splitting */
+ bus_dma_tag_t ti_parent_dmat;
+ bus_dma_tag_t ti_rdata_dmat;
+ bus_dmamap_t ti_rdata_dmamap;
+ uint32_t ti_rdata_phys;
struct ti_ring_data *ti_rdata; /* rings */
struct ti_chain_data ti_cdata; /* mbufs */
#define ti_ev_prodidx ti_rdata->ti_ev_prodidx_r
OpenPOWER on IntegriCloud