Searched defs:enetc_bdr (Results 1 – 1 of 1) sorted by relevance
85 struct enetc_bdr { struct86 struct device *dev; /* for DMA mapping */87 struct net_device *ndev;88 void *bd_base; /* points to Rx or Tx BD ring */89 union {93 u16 index;94 int bd_count; /* # of BDs */95 int next_to_use;96 int next_to_clean;97 union {[all …]
Completed in 5 milliseconds