Searched refs:smt_entry (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_smt.h48 struct smt_entry { struct
62 struct smt_entry smtab[];
68 struct smt_entry *t4_find_or_alloc_sme(struct smt_data *, uint8_t *);
69 struct smt_entry *t4_smt_alloc_switching(struct smt_data *, uint8_t *);
70 int t4_smt_set_switching(struct adapter *, struct smt_entry *,
72 int t4_write_sme(struct smt_entry *);
76 t4_smt_release(struct smt_entry *e)
H A Dt4_smt.c72 struct smt_entry *
75 struct smt_entry *end, *e;
76 struct smt_entry *first_free = NULL;
111 t4_write_sme(struct smt_entry *e)
188 struct smt_entry *
191 struct smt_entry *e;
205 t4_smt_set_switching(struct adapter *sc, struct smt_entry *e, uint16_t pfvf,
232 s = malloc(sizeof(*s) + smt_size * sizeof (struct smt_entry), M_CXGBE,
241 struct smt_entry *e = &s->smtab[i];
277 struct smt_entry *
[all...]
H A Dt4_filter.c65 struct smt_entry *smt; /* SMT entry for SMAC rewrite */
74 struct l2t_entry *, struct smt_entry *);
543 struct smt_entry *smt)
816 struct smt_entry *smt = NULL;
1526 struct l2t_entry *l2te, struct smt_entry *smt)

Completed in 116 milliseconds