Searched defs:eth_dev (Results 1 – 7 of 7) sorted by relevance
55 struct eth_dev { struct58 spinlock_t lock;59 struct gether *port_usb;61 struct net_device *net;62 struct usb_gadget *gadget;64 spinlock_t req_lock; /* guard {rx,tx}_reqs */65 struct list_head tx_reqs, rx_reqs;66 atomic_t tx_qlen;68 struct sk_buff_head rx_frames;70 unsigned qmult;[all …]
99 struct eth_dev { struct112 struct eth_device *net; argument114 struct udevice *net;116 struct net_device_stats stats;117 unsigned int tx_qlen;141 struct eth_dev ethdev; argument
28 #define GET_PRIV(eth_dev) ((struct ep93xx_priv *)(eth_dev)->priv) argument29 #define GET_REGS(eth_dev) (GET_PRIV(eth_dev)->regs) argument
59 struct net_device *eth_dev; member
169 const char *propname, struct eth_device *eth_dev, in mc_fixup_mac_addr()245 struct eth_device *eth_dev) in mc_fixup_dpl_mac_addr()319 struct eth_device *eth_dev) in mc_fixup_dpc_mac_addr()363 struct eth_device *eth_dev; in mc_fixup_mac_addrs() local
69 struct net_device *eth_dev; member
37 struct platform_device *eth_dev; member