Searched refs:smt_entry (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | smt.c | 65 static struct smt_entry *find_or_alloc_smte(struct smt_data *s, u8 *smac) in find_or_alloc_smte() 67 struct smt_entry *first_free = NULL; in find_or_alloc_smte() 68 struct smt_entry *e, *end; in find_or_alloc_smte() 98 static void t4_smte_free(struct smt_entry *e) in t4_smte_free() 111 void cxgb4_smt_release(struct smt_entry *e) in cxgb4_smt_release() 126 struct smt_entry *e = &s->smtab[smtidx]; in do_smt_write_rpl() 138 static int write_smt_entry(struct adapter *adapter, struct smt_entry *e) in write_smt_entry() 209 static struct smt_entry *t4_smt_alloc_switching(struct adapter *adap, u16 pfvf, in t4_smt_alloc_switching() 213 struct smt_entry *e; in t4_smt_alloc_switching() 242 struct smt_entry *cxgb4_smt_alloc_switchin [all...] |
H A D | smt.h | 57 struct smt_entry { struct 69 struct smt_entry smtab[]; 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 D | cxgb4.h | 1468 struct smt_entry *smt; /* Source Mac Table entry for smac */
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | smt.c | 65 static struct smt_entry *find_or_alloc_smte(struct smt_data *s, u8 *smac) in find_or_alloc_smte() 67 struct smt_entry *first_free = NULL; in find_or_alloc_smte() 68 struct smt_entry *e, *end; in find_or_alloc_smte() 98 static void t4_smte_free(struct smt_entry *e) in t4_smte_free() 111 void cxgb4_smt_release(struct smt_entry *e) in cxgb4_smt_release() 126 struct smt_entry *e = &s->smtab[smtidx]; in do_smt_write_rpl() 138 static int write_smt_entry(struct adapter *adapter, struct smt_entry *e) in write_smt_entry() 209 static struct smt_entry *t4_smt_alloc_switching(struct adapter *adap, u16 pfvf, in t4_smt_alloc_switching() 213 struct smt_entry *e; in t4_smt_alloc_switching() 242 struct smt_entry *cxgb4_smt_alloc_switchin [all...] |
H A D | smt.h | 57 struct smt_entry { struct 69 struct smt_entry smtab[]; 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 D | cxgb4.h | 1464 struct smt_entry *smt; /* Source Mac Table entry for smac */
|
Completed in 11 milliseconds