Searched defs:enetc_bdr (Results 1 – 1 of 1) sorted by relevance
149 struct enetc_bdr { struct150 struct device *dev; /* for DMA mapping */151 struct net_device *ndev;152 void *bd_base; /* points to Rx or Tx BD ring */153 union {157 u16 index;158 u16 prio;159 int bd_count; /* # of BDs */160 int next_to_use;161 int next_to_clean;[all …]