Lines Matching defs:priv
128 struct lec_priv *priv; in lec_handle_bridge() local
205 struct lec_priv *priv = netdev_priv(dev); in lec_start_xmit() local
342 struct lec_priv *priv = netdev_priv(dev); in lec_atm_send() local
470 struct lec_priv *priv = netdev_priv(dev); in lec_atm_close() local
506 send_to_lecd(struct lec_priv *priv, atmlec_msg_type type, in send_to_lecd()
593 struct lec_priv *priv = netdev_priv(dev); in lec_push() local
729 struct lec_priv *priv; in lecd_attach() local
856 struct lec_priv *priv) in lec_arp_walk()
871 struct lec_priv *priv) in lec_misc_walk()
891 struct lec_priv *priv) in lec_priv_walk()
1098 struct lec_priv *priv = netdev_priv(dev); in lane2_resolve() local
1145 struct lec_priv *priv = netdev_priv(dev); in lane2_associate_req() local
1182 struct lec_priv *priv = netdev_priv(dev); in lane2_associate_ind() local
1253 static void lec_arp_init(struct lec_priv *priv) in lec_arp_init()
1295 lec_arp_add(struct lec_priv *priv, struct lec_arp_table *entry) in lec_arp_add()
1309 lec_arp_remove(struct lec_priv *priv, struct lec_arp_table *to_remove) in lec_arp_remove()
1365 static void dump_arp_table(struct lec_priv *priv) in dump_arp_table()
1480 #define dump_arp_table(priv) do { } while (0) argument
1486 static void lec_arp_destroy(struct lec_priv *priv) in lec_arp_destroy()
1541 static struct lec_arp_table *lec_arp_find(struct lec_priv *priv, in lec_arp_find()
1557 static struct lec_arp_table *make_entry(struct lec_priv *priv, in make_entry()
1605 struct lec_priv *priv = to_remove->priv; in lec_arp_expire_vcc() local
1624 struct lec_priv *priv) in __lec_arp_check_expire()
1685 struct lec_priv *priv = in lec_arp_check_expire() local
1724 static struct atm_vcc *lec_arp_resolve(struct lec_priv *priv, in lec_arp_resolve()
1820 lec_addr_delete(struct lec_priv *priv, const unsigned char *atm_addr, in lec_addr_delete()
1851 lec_arp_update(struct lec_priv *priv, const unsigned char *mac_addr, in lec_arp_update()
1953 lec_vcc_added(struct lec_priv *priv, const struct atmlec_ioc *ioc_data, in lec_vcc_added()
2101 static void lec_flush_complete(struct lec_priv *priv, unsigned long tran_id) in lec_flush_complete()
2136 lec_set_flush_tran_id(struct lec_priv *priv, in lec_set_flush_tran_id()
2156 static int lec_mcast_make(struct lec_priv *priv, struct atm_vcc *vcc) in lec_mcast_make()
2194 static void lec_vcc_close(struct lec_priv *priv, struct atm_vcc *vcc) in lec_vcc_close()
2252 lec_arp_check_empties(struct lec_priv *priv, in lec_arp_check_empties()