Home
last modified time | relevance | path

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

/linux-6.6.21/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.h2138 int *tcam_idx, const u8 *addr,
2172 int *tcam_idx, const u8 *addr,
Dcxgb4_main.c461 int *tcam_idx, const u8 *addr, bool persist, in cxgb4_change_mac() argument
469 *tcam_idx, addr, persist, smt_idx); in cxgb4_change_mac()
490 *tcam_idx = ret; in cxgb4_change_mac()
/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_flex_pipe.c1305 u16 *tcam_idx) in ice_alloc_tcam_ent() argument
1312 return ice_alloc_hw_res(hw, res_type, 1, btm, tcam_idx); in ice_alloc_tcam_ent()
1324 ice_free_tcam_ent(struct ice_hw *hw, enum ice_block blk, u16 tcam_idx) in ice_free_tcam_ent() argument
1331 return ice_free_hw_res(hw, res_type, 1, &tcam_idx); in ice_free_tcam_ent()
2515 p->entry[0].addr = cpu_to_le16(tmp->tcam_idx); in ice_prof_bld_tcam()
2519 &hw->blk[blk].prof.t[tmp->tcam_idx].key, in ice_prof_bld_tcam()
3177 prof->tcam[i].tcam_idx); in ice_rem_prof_id()
3481 p->tcam[i].tcam_idx = ICE_INVALID_TCAM; in ice_add_prof_to_lst()
3543 if (tmp->type == ICE_TCAM_ADD && tmp->tcam_idx == idx) { in ice_rem_chg_tcam_ent()
3574 status = ice_rel_tcam_idx(hw, blk, tcam->tcam_idx); in ice_prof_tcam_ena_dis()
[all …]
Dice_flex_type.h190 u16 tcam_idx; member
342 u16 tcam_idx; member
/linux-6.6.21/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()