Home
last modified time | relevance | path

Searched refs:smt_data (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_smt.h57 struct smt_data { struct
65 int t4_free_smt(struct smt_data *); argument
66 struct smt_entry *t4_find_or_alloc_sme(struct smt_data *, uint8_t *);
67 struct smt_entry *t4_smt_alloc_switching(struct smt_data *, uint8_t *);
H A Dt4_smt.c71 t4_find_or_alloc_sme(struct smt_data *s, uint8_t *smac) in t4_find_or_alloc_sme()
111 struct smt_data *s; in t4_write_sme()
187 t4_smt_alloc_switching(struct smt_data *s, uint8_t *smac) in t4_smt_alloc_switching()
227 struct smt_data *s; in t4_init_smt()
253 t4_free_smt(struct smt_data *s) in t4_free_smt()
302 struct smt_data *smt = sc->smt; in sysctl_smt()
H A Dadapter.h953 struct smt_data *smt; /* Source MAC Table */