Searched defs:enetc_bdr (Results 1 – 2 of 2) sorted by relevance
52 struct enetc_bdr { struct53 struct device *dev; /* for DMA mapping */54 struct net_device *ndev;55 void *bd_base; /* points to Rx or Tx BD ring */56 union {82 static inline void enetc_bdr_idx_inc(struct enetc_bdr *bdr, int *i) in enetc_bdr_idx_inc() argument
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 …]