Lines Matching defs:svflgs
83 #define ether1_readw(dev, addr, type, offset, svflgs) ether1_inw_p (dev, addr + (int)(&((type *)0)->offset), svflgs)
84 #define ether1_writew(dev, val, addr, type, offset, svflgs) ether1_outw_p (dev, val, addr + (int)(&((type *)0)->offset), svflgs)
87 ether1_inw_p (struct net_device *dev, int addr, int svflgs)
92 if (svflgs)
97 if (svflgs)
103 ether1_outw_p (struct net_device *dev, unsigned short val, int addr, int svflgs)
107 if (svflgs)
112 if (svflgs)