Lines Matching defs:lp

46 #define WRITERAP(lp,x) out_be16(lp->base + LANCE_RAP, (x))  argument
47 #define WRITERDP(lp,x) out_be16(lp->base + LANCE_RDP, (x)) argument
48 #define READRDP(lp) in_be16(lp->base + LANCE_RDP) argument
60 #define WRITERAP(lp,x) (lp->writerap(lp,x)) argument
61 #define WRITERDP(lp,x) (lp->writerdp(lp,x)) argument
62 #define READRDP(lp) (lp->readrdp(lp)) argument
67 static inline void WRITERAP(struct lance_private *lp, __u16 value) in WRITERAP()
74 static inline void WRITERDP(struct lance_private *lp, __u16 value) in WRITERDP()
81 static inline __u16 READRDP(struct lance_private *lp) in READRDP()
117 static void load_csrs (struct lance_private *lp) in load_csrs()
140 struct lance_private *lp = netdev_priv(dev); in lance_init_ring() local
230 static int init_restart_lance (struct lance_private *lp) in init_restart_lance()
256 struct lance_private *lp = netdev_priv(dev); in lance_reset() local
275 struct lance_private *lp = netdev_priv(dev); in lance_rx() local
352 struct lance_private *lp = netdev_priv(dev); in lance_tx() local
439 struct lance_private *lp = netdev_priv(dev); in lance_interrupt() local
494 struct lance_private *lp = netdev_priv(dev); in lance_open() local
511 struct lance_private *lp = netdev_priv(dev); in lance_close() local
536 struct lance_private *lp = netdev_priv(dev); in lance_start_xmit() local
593 struct lance_private *lp = netdev_priv(dev); in lance_load_multicast() local
620 struct lance_private *lp = netdev_priv(dev); in lance_set_multicast() local
652 struct lance_private *lp = netdev_priv(dev); in lance_poll() local