Searched refs:ns83820 (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/natsemi/
H A DMakefile9 obj-$(CONFIG_NS83820) += ns83820.o
H A Dns83820.c3 /* ns83820.c by Benjamin LaHaise with contributions.
5 * Questions/comments/discussion to linux-ns83820@kvack.org.
110 #define DRV_NAME "ns83820"
411 struct ns83820 { struct
450 static inline struct ns83820 *PRIV(struct net_device *dev)
459 struct ns83820 *dev = PRIV(ndev);
490 static inline void build_rx_desc(struct ns83820 *dev, __le32 *desc, dma_addr_t link, dma_addr_t buf, u32 cmdsts, u32 extsts)
500 static inline int ns83820_add_rx_skb(struct ns83820 *dev, struct sk_buff *skb)
541 struct ns83820 *dev = PRIV(ndev);
585 struct ns83820 *de
[all...]

Completed in 120 milliseconds