Searched refs:tcam_idx (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_mps.c | 130 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()
|
D | cxgb4.h | 2140 int *tcam_idx, const u8 *addr, 2174 int *tcam_idx, const u8 *addr,
|
D | cxgb4_main.c | 462 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()
|
/linux-6.1.9/drivers/net/ethernet/intel/ice/ |
D | ice_flex_pipe.c | 3211 u16 *tcam_idx) in ice_alloc_tcam_ent() argument 3218 return ice_alloc_hw_res(hw, res_type, 1, btm, tcam_idx); in ice_alloc_tcam_ent() 3230 ice_free_tcam_ent(struct ice_hw *hw, enum ice_block blk, u16 tcam_idx) in ice_free_tcam_ent() argument 3237 return ice_free_hw_res(hw, res_type, 1, &tcam_idx); in ice_free_tcam_ent() 4421 p->entry[0].addr = cpu_to_le16(tmp->tcam_idx); in ice_prof_bld_tcam() 4425 &hw->blk[blk].prof.t[tmp->tcam_idx].key, in ice_prof_bld_tcam() 5083 prof->tcam[i].tcam_idx); in ice_rem_prof_id() 5385 p->tcam[i].tcam_idx = ICE_INVALID_TCAM; in ice_add_prof_to_lst() 5447 if (tmp->type == ICE_TCAM_ADD && tmp->tcam_idx == idx) { in ice_rem_chg_tcam_ent() 5478 status = ice_rel_tcam_idx(hw, blk, tcam->tcam_idx); in ice_prof_tcam_ena_dis() [all …]
|
D | ice_flex_type.h | 516 u16 tcam_idx; member 668 u16 tcam_idx; member
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 273 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()
|