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