Searched refs:l2t (Results 1 – 8 of 8) sorted by relevance
28 struct l2t_data *d = adap->l2t; in cxgbe_do_l2t_write_rpl()57 struct l2t_data *d = adap->l2t; in write_l2e()146 struct l2t_data *d = adap->l2t; in t4_l2t_alloc_switching()227 if (adap->l2t) in t4_cleanup_l2t()228 t4_os_free(adap->l2t); in t4_cleanup_l2t()
13 'l2t.c',
303 if (f->l2t) in clear_filter()304 cxgbe_l2t_release(f->l2t); in clear_filter()527 V_L2T_IDX(f->l2t ? f->l2t->idx : 0) | in mk_act_open_req6()574 V_L2T_IDX(f->l2t ? f->l2t->idx : 0) | in mk_act_open_req()646 f->l2t = cxgbe_l2t_alloc_switching(dev, f->fs.vlan, in cxgbe_set_hash_filter()648 if (!f->l2t) { in cxgbe_set_hash_filter()828 V_FW_FILTER_WR_L2TIX(f->l2t ? f->l2t->idx : 0)); in set_filter_wr()1110 f->l2t = cxgbe_l2t_alloc_switching(f->dev, f->fs.vlan, in cxgbe_set_filter()1112 if (!f->l2t) { in cxgbe_set_filter()
187 struct l2t_entry *l2t; /* Layer Two Table entry for dmac */ member
2181 adapter->l2t = t4_init_l2t(adapter->l2t_start, adapter->l2t_end); in cxgbe_probe()2182 if (!adapter->l2t) { in cxgbe_probe()
1341 uint64_t l2t : 9; /**< Bist Results for L2T (USE+8SET RAMs) member1345 uint64_t l2t : 9;1366 uint64_t l2t : 5;1391 uint64_t l2t : 9;1426 uint64_t l2t : 9;1468 uint64_t l2t : 9;2807 uint64_t l2t : 1;2901 uint64_t l2t : 1;2998 uint64_t l2t : 1;3096 uint64_t l2t : 1;[all …]
708 debug_val.s.l2t = 1; in __read_l2_tag()
351 struct l2t_data *l2t; /* Layer 2 table */ member