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 | 1306 struct l2t_data *d = container_of(head, struct l2t_data, rcu_head); in clean_l2_data() 1315 struct l2t_data *d; in cxgb3_offload_deactivate()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | l2t.h | 43 struct l2t_data; 98 struct l2t_entry *cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh, 103 struct l2t_entry *t4_l2t_alloc_switching(struct l2t_data *d); 106 struct l2t_data *t4_init_l2t(void);
|
D | l2t.c | 65 struct l2t_data { struct 77 static inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e) in l2t_hold() argument 269 static struct l2t_entry *alloc_l2e(struct l2t_data *d) in alloc_l2e() 308 struct l2t_data *d; in t4_l2e_free() 326 d = container_of(e, struct l2t_data, l2tab[e->idx]); in t4_l2e_free() 359 struct l2t_entry *cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh, in cxgb4_l2t_get() 442 struct l2t_data *d = adap->l2t; in t4_l2t_update() 491 struct l2t_entry *t4_l2t_alloc_switching(struct l2t_data *d) in t4_l2t_alloc_switching() 519 struct l2t_data *t4_init_l2t(void) in t4_init_l2t() 522 struct l2t_data *d; in t4_init_l2t()
|
D | cxgb4_uld.h | 188 struct l2t_data; 217 struct l2t_data *l2t; /* L2 table */
|
D | cxgb4.h | 514 struct l2t_data; 576 struct l2t_data *l2t;
|