Home
last modified time | relevance | path

Searched refs:tcam_idx (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_mps.c130 int *tcam_idx, const u8 *addr, in cxgb4_update_mac_filt() argument
135 ret = cxgb4_change_mac(pi, viid, tcam_idx, in cxgb4_update_mac_filt()
140 cxgb4_mps_ref_inc(pi->adapter, addr, *tcam_idx, NULL); in cxgb4_update_mac_filt()
Dcxgb4.h2142 int *tcam_idx, const u8 *addr,
2176 int *tcam_idx, const u8 *addr,
Dcxgb4_main.c462 int *tcam_idx, const u8 *addr, bool persist, in cxgb4_change_mac() argument
470 *tcam_idx, addr, persist, smt_idx); in cxgb4_change_mac()
491 *tcam_idx = ret; in cxgb4_change_mac()
/drivers/net/ethernet/intel/ice/
Dice_flex_pipe.c2454 ice_alloc_tcam_ent(struct ice_hw *hw, enum ice_block blk, u16 *tcam_idx) in ice_alloc_tcam_ent() argument
2461 return ice_alloc_hw_res(hw, res_type, 1, true, tcam_idx); in ice_alloc_tcam_ent()
2473 ice_free_tcam_ent(struct ice_hw *hw, enum ice_block blk, u16 tcam_idx) in ice_free_tcam_ent() argument
2480 return ice_free_hw_res(hw, res_type, 1, &tcam_idx); in ice_free_tcam_ent()
3334 p->entry[0].addr = cpu_to_le16(tmp->tcam_idx); in ice_prof_bld_tcam()
3338 &hw->blk[blk].prof.t[tmp->tcam_idx].key, in ice_prof_bld_tcam()
3928 prof->tcam[i].tcam_idx); in ice_rem_prof_id()
4231 p->tcam[i].tcam_idx = ICE_INVALID_TCAM; in ice_add_prof_to_lst()
4293 if (tmp->type == ICE_TCAM_ADD && tmp->tcam_idx == idx) { in ice_rem_chg_tcam_ent()
4324 status = ice_rel_tcam_idx(hw, blk, tcam->tcam_idx); in ice_prof_tcam_ena_dis()
[all …]
Dice_flex_type.h380 u16 tcam_idx; member
515 u16 tcam_idx; member
/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c273 int *tcam_idx, const u8 *addr, bool persistent) in cxgb4vf_change_mac() argument
279 ret = t4vf_change_mac(adapter, viid, *tcam_idx, addr, persistent); in cxgb4vf_change_mac()
300 *tcam_idx = ret; in cxgb4vf_change_mac()