Home
last modified time | relevance | path

Searched refs:l2t_entry (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_l2t.h41 struct l2t_entry { struct
50 struct l2t_entry *first; /* start of hash chain */ argument
51 struct l2t_entry *next; /* next l2t_entry on chain */ argument
63 void t4_l2t_release(struct l2t_entry *e); argument
68 struct l2t_entry *t4_l2t_get(struct port_info *pi, conn_t *connp);
69 int t4_l2t_send(struct adapter *sc, mblk_t *m, struct l2t_entry *e);
H A Dt4_l2t.c131 struct l2t_entry l2tab[];
145 static struct l2t_entry *
148 struct l2t_entry *end, *e, **p; in alloc_l2e()
189 write_l2e(adapter_t *sc, struct l2t_entry *e, int sync) in write_l2e()
273 l2t_hold(struct l2t_data *d, struct l2t_entry *e) in l2t_hold()
331 arpq_enqueue(struct l2t_entry *e, mblk_t *m) in arpq_enqueue()
405 t4_l2e_free(struct l2t_entry *e) in t4_l2e_free()
427 t4_l2t_release(struct l2t_entry *e) in t4_l2t_release()
459 struct l2t_entry *
462 struct l2t_entry *e; in t4_l2t_get()
[all …]