Searched refs:l2t_data (Results 1 – 7 of 7) sorted by relevance
/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); 118 void t3_free_l2t(struct l2t_data *d); 132 struct l2t_data *d; in l2t_release() 143 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() 218 static struct l2t_entry *alloc_l2e(struct l2t_data *d) in alloc_l2e() 263 void t3_l2e_free(struct l2t_data *d, struct l2t_entry *e) in t3_l2e_free() 307 struct l2t_data *d; in t3_l2t_get() 402 struct l2t_data *d = L2DATA(dev); in t3_l2t_update() 442 struct l2t_data *t3_init_l2t(unsigned int l2t_capacity) in t3_init_l2t() 444 struct l2t_data *d; in t3_init_l2t() 466 void t3_free_l2t(struct l2t_data *d) in t3_free_l2t()
|
D | cxgb3_offload.c | 1246 struct l2t_data *l2td; in cxgb3_offload_activate() 1304 struct l2t_data *d = container_of(head, struct l2t_data, rcu_head); in clean_l2_data() 1313 struct l2t_data *d; in cxgb3_offload_deactivate()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | l2t.c | 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() [all …]
|
D | l2t.h | 57 struct l2t_data; 112 struct l2t_entry *cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh, 118 struct l2t_entry *t4_l2t_alloc_switching(struct l2t_data *d); 121 struct l2t_data *t4_init_l2t(unsigned int l2t_start, unsigned int l2t_end);
|
D | cxgb4_uld.h | 211 struct l2t_data; 240 struct l2t_data *l2t; /* L2 table */
|
D | cxgb4.h | 683 struct l2t_data; 732 struct l2t_data *l2t;
|