Home
last modified time | relevance | path

Searched defs:enetc_bdr (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.h149 struct enetc_bdr { struct
150 struct device *dev; /* for DMA mapping */
151 struct net_device *ndev;
152 void *bd_base; /* points to Rx or Tx BD ring */
153 union {
157 u16 index;
158 u16 prio;
159 int bd_count; /* # of BDs */
160 int next_to_use;
161 int next_to_clean;
[all …]