Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.h139 struct enetc_bdr { struct
140 struct device *dev; /* for DMA mapping */
141 struct net_device *ndev;
142 void *bd_base; /* points to Rx or Tx BD ring */
143 union {
147 u16 index;
148 u16 prio;
149 int bd_count; /* # of BDs */
150 int next_to_use;
151 int next_to_clean;
[all …]