Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/
HDt4_l2t.h78 struct l2t_data { struct
88 int t4_free_l2t(struct l2t_data *); argument
89 struct l2t_entry *t4_alloc_l2e(struct l2t_data *);
90 struct l2t_entry *t4_l2t_alloc_switching(struct l2t_data *);
99 struct l2t_data *d = __containerof(e, struct l2t_data, l2tab[e->idx]); in t4_l2t_release()
HDt4_l2t.c70 t4_alloc_l2e(struct l2t_data *d) in t4_alloc_l2e()
147 t4_l2t_alloc_switching(struct l2t_data *d) in t4_l2t_alloc_switching()
186 struct l2t_data *d; in t4_init_l2t()
219 t4_free_l2t(struct l2t_data *d) in t4_free_l2t()
273 struct l2t_data *l2t = sc->l2t; in sysctl_l2t()
HDadapter.h748 struct l2t_data *l2t; /* L2 table */
/trueos/sys/dev/cxgb/ulp/tom/
HDcxgb_l2t.h73 struct l2t_data { struct
81 void t3_l2e_free(struct l2t_data *, struct l2t_entry *e); argument
87 struct l2t_data *t3_init_l2t(unsigned int);
88 void t3_free_l2t(struct l2t_data *);
101 l2t_release(struct l2t_data *d, struct l2t_entry *e) in l2t_release()
108 l2t_hold(struct l2t_data *d, struct l2t_entry *e) in l2t_hold()
HDcxgb_l2t.c71 arp_hash(u32 key, int ifindex, const struct l2t_data *d) in arp_hash()
286 alloc_l2e(struct l2t_data *d) in alloc_l2e()
331 struct l2t_data *d = td->l2t; in t3_l2t_get()
376 struct l2t_data *d = td->l2t; in t3_l2_update()
405 struct l2t_data *
408 struct l2t_data *d; in t3_init_l2t()
430 t3_free_l2t(struct l2t_data *d) in t3_free_l2t()
HDcxgb_tom.h88 struct l2t_data *l2t;
/trueos/sys/dev/cxgbe/tom/
HDt4_tom_l2t.c61 l2t_hold(struct l2t_data *d, struct l2t_entry *e) in l2t_hold()
69 l2_hash(struct l2t_data *d, const struct sockaddr *sa, int ifindex) in l2_hash()
377 struct l2t_data *d = pi->adapter->l2t; in t4_l2t_get()
436 struct l2t_data *d = sc->l2t; in t4_l2_update()