Searched refs:smt (Results 1 – 6 of 6) sorted by relevance
13 struct smt_data *s = adap->smt; in cxgbe_do_smt_write_rpl()32 struct smt_data *s = adap->smt; in write_smt_entry()151 struct smt_data *s = adap->smt; in t4_smt_alloc_switching()234 if (adap->smt) in t4_cleanup_smt()235 t4_os_free(adap->smt); in t4_cleanup_smt()
21 'smt.c',
309 if (f->smt) in clear_filter()310 cxgbe_smt_release(f->smt); in clear_filter()658 f->smt = cxgbe_smt_alloc_switching(f->dev, f->fs.smac); in cxgbe_set_hash_filter()659 if (!f->smt) { in cxgbe_set_hash_filter()836 fwr->smac_sel = f->smt ? f->smt->hw_idx : 0; in set_filter_wr()1122 f->smt = cxgbe_smt_alloc_switching(f->dev, f->fs.smac); in cxgbe_set_filter()1123 if (!f->smt) { in cxgbe_set_filter()1215 V_TCB_SMAC_SEL(f->smt->hw_idx), 1); in cxgbe_hash_filter_rpl()
188 struct smt_entry *smt; /* Source Mac Table entry for smac */ member
2224 adapter->smt = t4_init_smt(smt_start_idx, smt_size); in cxgbe_probe()2225 if (!adapter->smt) in cxgbe_probe()
342 struct smt_data *smt; /* Source mac table */ member