• Home
  • Raw
  • Download

Lines Matching refs:l2t_entry

63 	struct l2t_entry *rover;    /* starting point for next allocation */
64 struct l2t_entry l2tab[0]; /* MUST BE LAST */
67 static inline unsigned int vlan_prio(const struct l2t_entry *e) in vlan_prio()
72 static inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e) in l2t_hold()
120 static int addreq(const struct l2t_entry *e, const u32 *addr) in addreq()
128 static void neigh_replace(struct l2t_entry *e, struct neighbour *n) in neigh_replace()
140 static int write_l2e(struct adapter *adap, struct l2t_entry *e, int sync) in write_l2e()
176 static void send_pending(struct adapter *adap, struct l2t_entry *e) in send_pending()
207 struct l2t_entry *e = &d->l2tab[l2t_idx - d->l2t_start]; in do_l2t_write_rpl()
223 static inline void arpq_enqueue(struct l2t_entry *e, struct sk_buff *skb) in arpq_enqueue()
234 struct l2t_entry *e) in cxgb4_l2t_send()
274 static struct l2t_entry *alloc_l2e(struct l2t_data *d) in alloc_l2e()
276 struct l2t_entry *end, *e, **p; in alloc_l2e()
311 static void t4_l2e_free(struct l2t_entry *e) in t4_l2e_free()
335 void cxgb4_l2t_release(struct l2t_entry *e) in cxgb4_l2t_release()
346 static void reuse_entry(struct l2t_entry *e, struct neighbour *neigh) in reuse_entry()
364 struct l2t_entry *cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh, in cxgb4_l2t_get()
370 struct l2t_entry *e; in cxgb4_l2t_get()
422 const struct l2t_entry *l2t) in cxgb4_select_ntuple()
481 struct l2t_entry *e; in t4_l2t_update()
532 struct l2t_entry *t4_l2t_alloc_switching(struct l2t_data *d) in t4_l2t_alloc_switching()
534 struct l2t_entry *e; in t4_l2t_alloc_switching()
551 int t4_l2t_set_switching(struct adapter *adap, struct l2t_entry *e, u16 vlan, in t4_l2t_set_switching()
572 d = t4_alloc_mem(sizeof(*d) + l2t_size * sizeof(struct l2t_entry)); in t4_init_l2t()
615 static char l2e_state(const struct l2t_entry *e) in l2e_state()
636 struct l2t_entry *e = v; in l2t_seq_show()