Home
last modified time | relevance | path

Searched defs:lane2_ops (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/net/atm/
Dlec.h44 struct lane2_ops { struct
45 int (*resolve) (struct net_device *dev, const u8 *dst_mac, int force,
47 int (*associate_req) (struct net_device *dev, const u8 *lan_dst,
49 void (*associate_indicator) (struct net_device *dev, const u8 *mac_addr,
143 struct lane2_ops *lane2_ops; /* can be NULL for LANE v1 */ member
Dlec.c118 static struct lane2_ops lane2_ops = { variable