Home
last modified time | relevance | path

Searched refs:l2t_data (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dl2t.h73 struct l2t_data { struct
110 void t3_l2e_free(struct l2t_data *d, struct l2t_entry *e);
117 struct l2t_data *t3_init_l2t(unsigned int l2t_capacity);
118 void t3_free_l2t(struct l2t_data *d);
132 struct l2t_data *d; in l2t_release()
143 static inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e) in l2t_hold()
Dl2t.c69 const struct l2t_data *d) in arp_hash()
218 static struct l2t_entry *alloc_l2e(struct l2t_data *d) in alloc_l2e()
263 void t3_l2e_free(struct l2t_data *d, struct l2t_entry *e) in t3_l2e_free()
307 struct l2t_data *d; in t3_l2t_get()
402 struct l2t_data *d = L2DATA(dev); in t3_l2t_update()
442 struct l2t_data *t3_init_l2t(unsigned int l2t_capacity) in t3_init_l2t()
444 struct l2t_data *d; in t3_init_l2t()
466 void t3_free_l2t(struct l2t_data *d) in t3_free_l2t()
Dcxgb3_offload.c1249 struct l2t_data *l2td; in cxgb3_offload_activate()
1307 struct l2t_data *d = container_of(head, struct l2t_data, rcu_head); in clean_l2_data()
1316 struct l2t_data *d; in cxgb3_offload_deactivate()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.h43 struct l2t_data;
98 struct l2t_entry *cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh,
104 struct l2t_entry *t4_l2t_alloc_switching(struct l2t_data *d);
107 struct l2t_data *t4_init_l2t(void);
Dl2t.c67 struct l2t_data { struct
79 static inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e) in l2t_hold() argument
271 static struct l2t_entry *alloc_l2e(struct l2t_data *d) in alloc_l2e()
310 struct l2t_data *d; in t4_l2e_free()
328 d = container_of(e, struct l2t_data, l2tab[e->idx]); in t4_l2e_free()
361 struct l2t_entry *cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh, in cxgb4_l2t_get()
480 struct l2t_data *d = adap->l2t; in t4_l2t_update()
529 struct l2t_entry *t4_l2t_alloc_switching(struct l2t_data *d) in t4_l2t_alloc_switching()
557 struct l2t_data *t4_init_l2t(void) in t4_init_l2t()
560 struct l2t_data *d; in t4_init_l2t()
Dcxgb4_uld.h202 struct l2t_data;
231 struct l2t_data *l2t; /* L2 table */
Dcxgb4.h656 struct l2t_data;
700 struct l2t_data *l2t;