Symbol: smt_entry
sys/dev/cxgbe/t4_filter.c
1113
struct smt_entry *smt = NULL;
sys/dev/cxgbe/t4_filter.c
1834
struct l2t_entry *l2te, struct smt_entry *smt)
sys/dev/cxgbe/t4_filter.c
63
struct smt_entry *smt; /* SMT entry for SMAC rewrite */
sys/dev/cxgbe/t4_filter.c
72
struct l2t_entry *, struct smt_entry *);
sys/dev/cxgbe/t4_filter.c
769
struct smt_entry *smt)
sys/dev/cxgbe/t4_smt.c
109
t4_write_sme(struct smt_entry *e)
sys/dev/cxgbe/t4_smt.c
186
struct smt_entry *
sys/dev/cxgbe/t4_smt.c
189
struct smt_entry *e;
sys/dev/cxgbe/t4_smt.c
203
t4_smt_set_switching(struct adapter *sc, struct smt_entry *e, uint16_t pfvf,
sys/dev/cxgbe/t4_smt.c
230
s = malloc(sizeof(*s) + smt_size * sizeof (struct smt_entry), M_CXGBE,
sys/dev/cxgbe/t4_smt.c
239
struct smt_entry *e = &s->smtab[i];
sys/dev/cxgbe/t4_smt.c
275
struct smt_entry *e = &sc->smt->smtab[smtidx];
sys/dev/cxgbe/t4_smt.c
289
smt_state(const struct smt_entry *e)
sys/dev/cxgbe/t4_smt.c
303
struct smt_entry *e;
sys/dev/cxgbe/t4_smt.c
70
struct smt_entry *
sys/dev/cxgbe/t4_smt.c
73
struct smt_entry *end, *e;
sys/dev/cxgbe/t4_smt.c
74
struct smt_entry *first_free = NULL;
sys/dev/cxgbe/t4_smt.h
60
struct smt_entry smtab[];
sys/dev/cxgbe/t4_smt.h
66
struct smt_entry *t4_find_or_alloc_sme(struct smt_data *, uint8_t *);
sys/dev/cxgbe/t4_smt.h
67
struct smt_entry *t4_smt_alloc_switching(struct smt_data *, uint8_t *);
sys/dev/cxgbe/t4_smt.h
68
int t4_smt_set_switching(struct adapter *, struct smt_entry *,
sys/dev/cxgbe/t4_smt.h
70
int t4_write_sme(struct smt_entry *);
sys/dev/cxgbe/t4_smt.h
74
t4_smt_release(struct smt_entry *e)