Searched refs:suni_priv (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dsuni.h230 struct suni_priv { struct
235 struct suni_priv *next; /* next SUNI */
H A Dsuni.c35 #define PRIV(dev) ((struct suni_priv *) dev->phy_data)
44 static struct suni_priv *sunis = NULL;
55 struct suni_priv *walk;
337 struct suni_priv **walk;
365 if (!(dev->phy_data = kmalloc(sizeof(struct suni_priv),GFP_KERNEL)))
H A Diphase.c70 #define PRIV(dev) ((struct suni_priv *) dev->phy_data)

Completed in 67 milliseconds