Searched refs:l2t_data (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dl2t.h73 struct l2t_data { struct
109 void t3_l2e_free(struct l2t_data *d, struct l2t_entry *e);
116 struct l2t_data *t3_init_l2t(unsigned int l2t_capacity);
117 void t3_free_l2t(struct l2t_data *d);
129 static inline void l2t_release(struct l2t_data *d, struct l2t_entry *e)
135 static inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e)
H A Dl2t.c68 const struct l2t_data *d)
215 * Allocate a free L2T entry. Must be called with l2t_data.lock held.
217 static struct l2t_entry *alloc_l2e(struct l2t_data *d)
262 void t3_l2e_free(struct l2t_data *d, struct l2t_entry *e)
304 struct l2t_data *d = L2DATA(cdev);
369 struct l2t_data *d = L2DATA(dev);
409 struct l2t_data *t3_init_l2t(unsigned int l2t_capacity)
411 struct l2t_data *d;
433 void t3_free_l2t(struct l2t_data *d)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dl2t.h43 struct l2t_data;
98 struct l2t_entry *cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh,
103 struct l2t_entry *t4_l2t_alloc_switching(struct l2t_data *d);
106 struct l2t_data *t4_init_l2t(void);
H A Dl2t.c62 struct l2t_data { struct
74 static inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e)
264 * Allocate a free L2T entry. Must be called with l2t_data.lock held.
266 static struct l2t_entry *alloc_l2e(struct l2t_data *d)
305 struct l2t_data *d;
323 d = container_of(e, struct l2t_data, l2tab[e->idx]);
356 struct l2t_entry *cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh,
439 struct l2t_data *d = adap->l2t;
489 struct l2t_entry *t4_l2t_alloc_switching(struct l2t_data *d)
518 struct l2t_data *t4_init_l2
[all...]
H A Dcxgb4_uld.h172 struct l2t_data;
201 struct l2t_data *l2t; /* L2 table */
H A Dcxgb4.h478 struct l2t_data;
507 struct l2t_data *l2t;

Completed in 65 milliseconds