Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_l2t.h79 struct l2t_data { struct
117 void t3_l2e_free(struct l2t_data *d, struct l2t_entry *e);
124 struct l2t_data *t3_init_l2t(unsigned int l2t_capacity);
125 void t3_free_l2t(struct l2t_data *d);
128 int t3_l2t_proc_setup(struct proc_dir_entry *dir, struct l2t_data *d);
145 static __inline void l2t_release(struct l2t_data *d, struct l2t_entry *e) in l2t_release()
151 static __inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e) in l2t_hold()
H A Dcxgb_l2t.c81 arp_hash(u32 key, int ifindex, const struct l2t_data *d) in arp_hash()
258 alloc_l2e(struct l2t_data *d) in alloc_l2e()
304 t3_l2e_free(struct l2t_data *d, struct l2t_entry *e) in t3_l2e_free()
349 struct l2t_data *d = L2DATA(dev); in t3_l2t_get()
430 struct l2t_data *d = L2DATA(dev); in t3_l2t_update()
479 struct l2t_data *d = L2DATA(dev); in t3_l2t_update()
537 struct l2t_data *
540 struct l2t_data *d; in t3_init_l2t()
568 t3_free_l2t(struct l2t_data *d) in t3_free_l2t()
590 struct l2t_data *d = seq->private; in l2t_get_idx()