Searched defs:enetc_bdr (Results 1 – 1 of 1) sorted by relevance
89 struct enetc_bdr { struct90 struct device *dev; /* for DMA mapping */91 struct net_device *ndev;92 void *bd_base; /* points to Rx or Tx BD ring */93 union {97 u16 index;98 u16 prio;99 int bd_count; /* # of BDs */100 int next_to_use;101 int next_to_clean;[all …]