Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
A Denetc.h85 struct enetc_bdr { struct
86 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