Searched defs:l2t_entry (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.h57 struct l2t_entry { struct
63 struct l2t_entry *first; /* start of hash chain */
64 struct l2t_entry *next; /* next l2t_entry on chain */
95 void cxgb4_l2t_release(struct l2t_entry *e);
97 struct l2t_entry *e);
98 struct l2t_entry *cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh,
/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.h57 struct l2t_entry { struct
65 struct l2t_entry *first; /* start of hash chain */
66 struct l2t_entry *next; /* next l2t_entry on chain */
75 struct l2t_entry *rover; /* starting point for next allocation */
78 struct l2t_entry l2tab[0];
110 void t3_l2e_free(struct l2t_data *d, struct l2t_entry *e);
112 struct l2t_entry *t3_l2t_get(struct t3cdev *cdev, struct dst_entry *dst,
115 struct l2t_entry *e);
116 void t3_l2t_send_event(struct t3cdev *dev, struct l2t_entry *
[all...]

Completed in 101 milliseconds