Searched defs:enetc_bdr (Results 1 – 1 of 1) sorted by relevance
126 struct enetc_bdr { struct127 struct device *dev; /* for DMA mapping */128 struct net_device *ndev;129 void *bd_base; /* points to Rx or Tx BD ring */130 union {134 u16 index;135 u16 prio;136 int bd_count; /* # of BDs */137 int next_to_use;138 int next_to_clean;[all …]