HomeSort by: relevance | last modified time | path
    Searched refs:l2t_entry (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_l2t.h 57 struct l2t_entry { struct
65 struct l2t_entry *first; /* start of hash chain */
66 struct l2t_entry *next; /* next l2t_entry on chain */
81 struct l2t_entry *rover; /* starting point for next allocation */
84 struct l2t_entry l2tab[0];
117 void t3_l2e_free(struct l2t_data *d, struct l2t_entry *e);
119 struct l2t_entry *t3_l2t_get(struct toedev *dev, struct rtentry *neigh,
122 struct l2t_entry *e);
123 void t3_l2t_send_event(struct toedev *dev, struct l2t_entry *e)
    [all...]
cxgb_l2t.c 75 vlan_prio(const struct l2t_entry *e)
87 neigh_replace(struct l2t_entry *e, struct rtentry *rt)
108 struct l2t_entry *e)
145 arpq_enqueue(struct l2t_entry *e, struct mbuf *m)
157 struct l2t_entry *e)
210 t3_l2t_send_event(struct toedev *dev, struct l2t_entry *e)
257 static struct l2t_entry *
260 struct l2t_entry *end, *e, **p;
304 t3_l2e_free(struct l2t_data *d, struct l2t_entry *e)
324 reuse_entry(struct l2t_entry *e, struct rtentry *neigh
    [all...]
cxgb_offload.h 83 struct l2t_entry *l2t);
cxgb_offload.c 1188 set_l2t_ix(struct toedev *tdev, u32 tid, struct l2t_entry *e)
1219 struct l2t_entry *e;

Completed in 14 milliseconds