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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dhe.c88 #define hprintk(fmt,args...) printk(KERN_ERR DEV_LABEL "%d: " fmt, he_dev->number , ##args)
91 #define HPRINTK(fmt,args...) printk(KERN_DEBUG DEV_LABEL "%d: " fmt, he_dev->number , ##args)
106 static void he_stop(struct he_dev *dev);
110 static u8 read_prom_byte(struct he_dev *he_dev, int addr);
114 static struct he_dev *he_devs;
182 he_writel_internal(struct he_dev *he_dev, unsigned val, unsigned addr, argument
185 he_writel(he_dev, val, CON_DAT);
186 (void) he_readl(he_dev, CON_DA
201 he_readl_internal(struct he_dev *he_dev, unsigned addr, unsigned flags) argument
328 __find_vcc(struct he_dev *he_dev, unsigned cid) argument
356 struct he_dev *he_dev = NULL; local
413 struct he_dev *he_dev; local
449 he_init_rx_lbfp0(struct he_dev *he_dev) argument
480 he_init_rx_lbfp1(struct he_dev *he_dev) argument
511 he_init_tx_lbfp(struct he_dev *he_dev) argument
541 he_init_tpdrq(struct he_dev *he_dev) argument
563 he_init_cs_block(struct he_dev *he_dev) argument
659 he_init_cs_block_rcm(struct he_dev *he_dev) argument
780 he_init_group(struct he_dev *he_dev, int group) argument
919 he_init_irq(struct he_dev *he_dev) argument
984 struct he_dev *he_dev; local
1543 he_stop(struct he_dev *he_dev) argument
1628 __alloc_tpd(struct he_dev *he_dev) argument
1661 he_service_rbrq(struct he_dev *he_dev, int group) argument
1821 he_service_tbrq(struct he_dev *he_dev, int group) argument
1900 he_service_rbpl(struct he_dev *he_dev, int group) argument
1950 struct he_dev *he_dev = (struct he_dev *) data; local
2037 struct he_dev *he_dev = (struct he_dev * )dev_id; local
2072 __enqueue_tpd(struct he_dev *he_dev, struct he_tpd *tpd, unsigned cid) argument
2134 struct he_dev *he_dev = HE_DEV(vcc->dev); local
2348 struct he_dev *he_dev = HE_DEV(vcc->dev); local
2505 struct he_dev *he_dev = HE_DEV(vcc->dev); local
2628 struct he_dev *he_dev = HE_DEV(atm_dev); local
2690 struct he_dev *he_dev = HE_DEV(atm_dev); local
2705 struct he_dev *he_dev = HE_DEV(atm_dev); local
2720 struct he_dev *he_dev = HE_DEV(dev); local
2801 read_prom_byte(struct he_dev *he_dev, int addr) argument
[all...]
H A Dhe.h252 struct he_dev { struct
314 struct he_dev *next;
345 #define HE_DEV(dev) ((struct he_dev *) (dev)->dev_data)

Completed in 36 milliseconds