Searched defs:enetc_bdr (Results 1 – 1 of 1) sorted by relevance
139 struct enetc_bdr { struct140 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 …]