Searched refs:l2t_data (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/ |
D | l2t.c | 56 struct l2t_data { struct 70 static inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e) in l2t_hold() argument 86 static inline unsigned int arp_hash(struct l2t_data *d, const u32 *key, in arp_hash() 94 static inline unsigned int ipv6_hash(struct l2t_data *d, const u32 *key, in ipv6_hash() 104 static unsigned int addr_hash(struct l2t_data *d, const u32 *addr, in addr_hash() 140 struct l2t_data *d = adap->l2t; in write_l2e() 188 struct l2t_data *d = adap->l2t; in do_l2t_write_rpl() 264 static struct l2t_entry *alloc_l2e(struct l2t_data *d) in alloc_l2e() 298 static struct l2t_entry *find_or_alloc_l2e(struct l2t_data *d, u16 vlan, in find_or_alloc_l2e() 353 struct l2t_data *d; in _t4_l2e_free() [all …]
|
D | l2t.h | 59 struct l2t_data; 113 struct l2t_entry *cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh, 123 struct l2t_data *t4_init_l2t(unsigned int l2t_start, unsigned int l2t_end);
|
D | cxgb4_uld.h | 345 struct l2t_data; 424 struct l2t_data *l2t; /* L2 table */
|
D | cxgb4.h | 1020 struct l2t_data; 1142 struct l2t_data *l2t;
|
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb3/ |
D | l2t.h | 73 struct l2t_data { struct 110 void t3_l2e_free(struct l2t_data *d, struct l2t_entry *e); 117 struct l2t_data *t3_init_l2t(unsigned int l2t_capacity); 131 struct l2t_data *d; in l2t_release() 142 static inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e) in l2t_hold()
|
D | l2t.c | 69 const struct l2t_data *d) in arp_hash() 219 static struct l2t_entry *alloc_l2e(struct l2t_data *d) in alloc_l2e() 264 void t3_l2e_free(struct l2t_data *d, struct l2t_entry *e) in t3_l2e_free() 308 struct l2t_data *d; in t3_l2t_get() 403 struct l2t_data *d = L2DATA(dev); in t3_l2t_update() 443 struct l2t_data *t3_init_l2t(unsigned int l2t_capacity) in t3_init_l2t() 445 struct l2t_data *d; in t3_init_l2t()
|
D | cxgb3_offload.c | 1225 struct l2t_data *l2td; in cxgb3_offload_activate() 1283 struct l2t_data *d = container_of(head, struct l2t_data, rcu_head); in clean_l2_data() 1292 struct l2t_data *d; in cxgb3_offload_deactivate()
|