Searched defs:lane2_ops (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/net/atm/ |
| D | lec.h | 45 struct lane2_ops { struct 46 int (*resolve) (struct net_device *dev, const u8 *dst_mac, int force, 48 int (*associate_req) (struct net_device *dev, const u8 *lan_dst, 50 void (*associate_indicator) (struct net_device *dev, const u8 *mac_addr, 144 struct lane2_ops *lane2_ops; /* can be NULL for LANE v1 */ member
|
| D | lec.c | 117 static struct lane2_ops lane2_ops = { variable
|
| /kernel/linux/linux-6.6/net/atm/ |
| D | lec.h | 45 struct lane2_ops { struct 46 int (*resolve) (struct net_device *dev, const u8 *dst_mac, int force, 48 int (*associate_req) (struct net_device *dev, const u8 *lan_dst, 50 void (*associate_indicator) (struct net_device *dev, const u8 *mac_addr, 144 struct lane2_ops *lane2_ops; /* can be NULL for LANE v1 */ member
|
| D | lec.c | 117 static struct lane2_ops lane2_ops = { variable
|