Symbol: l2t_entry
sys/dev/pci/cxgb/cxgb_l2t.c
108
struct l2t_entry *e)
sys/dev/pci/cxgb/cxgb_l2t.c
145
arpq_enqueue(struct l2t_entry *e, struct mbuf *m)
sys/dev/pci/cxgb/cxgb_l2t.c
157
struct l2t_entry *e)
sys/dev/pci/cxgb/cxgb_l2t.c
210
t3_l2t_send_event(struct toedev *dev, struct l2t_entry *e)
sys/dev/pci/cxgb/cxgb_l2t.c
257
static struct l2t_entry *
sys/dev/pci/cxgb/cxgb_l2t.c
260
struct l2t_entry *end, *e, **p;
sys/dev/pci/cxgb/cxgb_l2t.c
304
t3_l2e_free(struct l2t_data *d, struct l2t_entry *e)
sys/dev/pci/cxgb/cxgb_l2t.c
324
reuse_entry(struct l2t_entry *e, struct rtentry *neigh)
sys/dev/pci/cxgb/cxgb_l2t.c
344
struct l2t_entry *
sys/dev/pci/cxgb/cxgb_l2t.c
348
struct l2t_entry *e;
sys/dev/pci/cxgb/cxgb_l2t.c
428
struct l2t_entry *e;
sys/dev/pci/cxgb/cxgb_l2t.c
478
struct l2t_entry *e;
sys/dev/pci/cxgb/cxgb_l2t.c
504
struct l2t_entry *e = (struct l2t_entry *)data;
sys/dev/pci/cxgb/cxgb_l2t.c
541
int i, size = sizeof(*d) + l2t_capacity * sizeof(struct l2t_entry);
sys/dev/pci/cxgb/cxgb_l2t.c
616
l2e_state(const struct l2t_entry *e)
sys/dev/pci/cxgb/cxgb_l2t.c
636
struct l2t_entry *e = v;
sys/dev/pci/cxgb/cxgb_l2t.c
75
vlan_prio(const struct l2t_entry *e)
sys/dev/pci/cxgb/cxgb_l2t.c
87
neigh_replace(struct l2t_entry *e, struct rtentry *rt)
sys/dev/pci/cxgb/cxgb_l2t.h
117
void t3_l2e_free(struct l2t_data *d, struct l2t_entry *e);
sys/dev/pci/cxgb/cxgb_l2t.h
119
struct l2t_entry *t3_l2t_get(struct toedev *dev, struct rtentry *neigh,
sys/dev/pci/cxgb/cxgb_l2t.h
122
struct l2t_entry *e);
sys/dev/pci/cxgb/cxgb_l2t.h
123
void t3_l2t_send_event(struct toedev *dev, struct l2t_entry *e);
sys/dev/pci/cxgb/cxgb_l2t.h
138
struct l2t_entry *e)
sys/dev/pci/cxgb/cxgb_l2t.h
145
static __inline void l2t_release(struct l2t_data *d, struct l2t_entry *e)
sys/dev/pci/cxgb/cxgb_l2t.h
151
static __inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e)
sys/dev/pci/cxgb/cxgb_l2t.h
65
struct l2t_entry *first; /* start of hash chain */
sys/dev/pci/cxgb/cxgb_l2t.h
66
struct l2t_entry *next; /* next l2t_entry on chain */
sys/dev/pci/cxgb/cxgb_l2t.h
81
struct l2t_entry *rover; /* starting point for next allocation */
sys/dev/pci/cxgb/cxgb_l2t.h
84
struct l2t_entry l2tab[0];
sys/dev/pci/cxgb/cxgb_offload.c
1188
set_l2t_ix(struct toedev *tdev, u32 tid, struct l2t_entry *e)
sys/dev/pci/cxgb/cxgb_offload.c
1219
struct l2t_entry *e;
sys/dev/pci/cxgb/cxgb_offload.h
83
struct l2t_entry *l2t);