• Home
  • Raw
  • Download

Lines Matching refs:l2t_entry

68 	struct l2t_entry *rover;    /* starting point for next allocation */
69 struct l2t_entry l2tab[L2T_SIZE];
72 static inline unsigned int vlan_prio(const struct l2t_entry *e) in vlan_prio()
77 static inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e) in l2t_hold()
118 static int addreq(const struct l2t_entry *e, const u32 *addr) in addreq()
126 static void neigh_replace(struct l2t_entry *e, struct neighbour *n) in neigh_replace()
138 static int write_l2e(struct adapter *adap, struct l2t_entry *e, int sync) in write_l2e()
172 static void send_pending(struct adapter *adap, struct l2t_entry *e) in send_pending()
202 struct l2t_entry *e = &adap->l2t->l2tab[idx]; in do_l2t_write_rpl()
218 static inline void arpq_enqueue(struct l2t_entry *e, struct sk_buff *skb) in arpq_enqueue()
229 struct l2t_entry *e) in cxgb4_l2t_send()
269 static struct l2t_entry *alloc_l2e(struct l2t_data *d) in alloc_l2e()
271 struct l2t_entry *end, *e, **p; in alloc_l2e()
306 static void t4_l2e_free(struct l2t_entry *e) in t4_l2e_free()
330 void cxgb4_l2t_release(struct l2t_entry *e) in cxgb4_l2t_release()
341 static void reuse_entry(struct l2t_entry *e, struct neighbour *neigh) in reuse_entry()
359 struct l2t_entry *cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh, in cxgb4_l2t_get()
365 struct l2t_entry *e; in cxgb4_l2t_get()
440 struct l2t_entry *e; in t4_l2t_update()
491 struct l2t_entry *t4_l2t_alloc_switching(struct l2t_data *d) in t4_l2t_alloc_switching()
493 struct l2t_entry *e; in t4_l2t_alloc_switching()
510 int t4_l2t_set_switching(struct adapter *adap, struct l2t_entry *e, u16 vlan, in t4_l2t_set_switching()
543 struct l2t_entry *l2tab = seq->private; in l2t_get_idx()
565 static char l2e_state(const struct l2t_entry *e) in l2e_state()
585 struct l2t_entry *e = v; in l2t_seq_show()