Lines Matching refs:l2t_data
58 struct l2t_data { struct
72 static inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e) in l2t_hold() argument
88 static inline unsigned int arp_hash(struct l2t_data *d, const u32 *key, in arp_hash()
96 static inline unsigned int ipv6_hash(struct l2t_data *d, const u32 *key, in ipv6_hash()
106 static unsigned int addr_hash(struct l2t_data *d, const u32 *addr, in addr_hash()
142 struct l2t_data *d = adap->l2t; in write_l2e()
195 struct l2t_data *d = adap->l2t; in do_l2t_write_rpl()
274 static struct l2t_entry *alloc_l2e(struct l2t_data *d) in alloc_l2e()
313 struct l2t_data *d; in t4_l2e_free()
331 d = container_of(e, struct l2t_data, l2tab[e->idx]); in t4_l2e_free()
364 struct l2t_entry *cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh, in cxgb4_l2t_get()
483 struct l2t_data *d = adap->l2t; in t4_l2t_update()
532 struct l2t_entry *t4_l2t_alloc_switching(struct l2t_data *d) in t4_l2t_alloc_switching()
560 struct l2t_data *t4_init_l2t(unsigned int l2t_start, unsigned int l2t_end) in t4_init_l2t()
564 struct l2t_data *d; in t4_init_l2t()
594 struct l2t_data *d = seq->private; in l2t_get_idx()
636 struct l2t_data *d = seq->private; in l2t_seq_show()