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

/linux-master/drivers/atm/
H A Dsuni.h231 struct suni_priv { struct
236 struct suni_priv *next; /* next SUNI */
H A Dsuni.c38 #define PRIV(dev) ((struct suni_priv *) dev->phy_data)
47 static struct suni_priv *sunis = NULL;
58 struct suni_priv *walk;
342 struct suni_priv **walk;
370 if (!(dev->phy_data = kmalloc(sizeof(struct suni_priv),GFP_KERNEL)))
H A Diphase.c72 #define PRIV(dev) ((struct suni_priv *) dev->phy_data)

Completed in 159 milliseconds