Searched defs:enetc_bdr (Results 1 – 1 of 1) sorted by relevance
106 struct enetc_bdr { struct107 struct device *dev; /* for DMA mapping */108 struct net_device *ndev;109 void *bd_base; /* points to Rx or Tx BD ring */110 union {114 u16 index;115 u16 prio;116 int bd_count; /* # of BDs */117 int next_to_use;118 int next_to_clean;[all …]