Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_l2t.h79 struct l2t_data { struct
93 struct l2t_entry *t4_alloc_l2e(struct l2t_data *); argument
104 struct l2t_data *d = __containerof(e, struct l2t_data, l2tab[e->idx]); in t4_l2t_release()
H A Dt4_l2t.c71 t4_alloc_l2e(struct l2t_data *d) in t4_alloc_l2e()
111 find_or_alloc_l2e(struct l2t_data *d, uint16_t vlan, uint8_t port, uint8_t *dmac) in find_or_alloc_l2e()
214 struct l2t_data *d; in t4_l2t_alloc_tls()
290 struct l2t_data *d = sc->l2t; in t4_l2t_alloc_switching()
328 struct l2t_data *d; in t4_init_l2t()
363 struct l2t_data *d = sc->l2t; in t4_free_l2t()
377 struct l2t_data *d = sc->l2t; in t4_stop_l2t()
389 struct l2t_data *d = sc->l2t; in t4_restart_l2t()
445 struct l2t_data *l2t = sc->l2t; in sysctl_l2t()
H A Dadapter.h952 struct l2t_data *l2t; /* L2 table */
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c64 l2t_hold(struct l2t_data *d, struct l2t_entry *e) in l2t_hold()
72 l2_hash(struct l2t_data *d, const struct sockaddr *sa, int ifindex) in l2_hash()
363 struct l2t_data *d = sc->l2t; in t4_l2t_get()
430 struct l2t_data *d = sc->l2t; in t4_l2_update()
H A Dt4_tom.c2109 struct l2t_data *d = sc->l2t; in stop_tom_l2t()