Searched defs:enetc_bdr (Results 1 – 1 of 1) 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 {81 static inline void enetc_bdr_idx_inc(struct enetc_bdr *bdr, int *i) in enetc_bdr_idx_inc() argument