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

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsmt.h57 struct smt_entry { struct
69 struct smt_entry smtab[] __counted_by(smt_size);
73 struct smt_entry *cxgb4_smt_alloc_switching(struct net_device *dev, u8 *smac);
74 void cxgb4_smt_release(struct smt_entry *e);
H A Dsmt.c65 static struct smt_entry *find_or_alloc_smte(struct smt_data *s, u8 *smac)
67 struct smt_entry *first_free = NULL;
68 struct smt_entry *e, *end;
98 static void t4_smte_free(struct smt_entry *e)
111 void cxgb4_smt_release(struct smt_entry *e)
126 struct smt_entry *e = &s->smtab[smtidx];
138 static int write_smt_entry(struct adapter *adapter, struct smt_entry *e)
209 static struct smt_entry *t4_smt_alloc_switching(struct adapter *adap, u16 pfvf,
213 struct smt_entry *e;
242 struct smt_entry *cxgb4_smt_alloc_switchin
[all...]
H A Dcxgb4.h1464 struct smt_entry *smt; /* Source Mac Table entry for smac */

Completed in 122 milliseconds