Searched refs:parman_item (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum1_mr_tcam.c | 24 struct parman_item parman_item; member 29 struct parman_item *parman_item, in mlxsw_sp1_mr_tcam_route_replace() argument 37 mlxsw_reg_rmft2_ipv4_pack(rmft2_pl, true, parman_item->index, in mlxsw_sp1_mr_tcam_route_replace() 47 mlxsw_reg_rmft2_ipv6_pack(rmft2_pl, true, parman_item->index, in mlxsw_sp1_mr_tcam_route_replace() 61 struct parman_item *parman_item, in mlxsw_sp1_mr_tcam_route_remove() argument 69 mlxsw_reg_rmft2_ipv4_pack(rmft2_pl, false, parman_item->index, in mlxsw_sp1_mr_tcam_route_remove() 73 mlxsw_reg_rmft2_ipv6_pack(rmft2_pl, false, parman_item->index, in mlxsw_sp1_mr_tcam_route_remove() 101 &route->parman_item); in mlxsw_sp1_mr_tcam_route_parman_item_add() 118 route->parman_prio, &route->parman_item); in mlxsw_sp1_mr_tcam_route_parman_item_remove() 137 err = mlxsw_sp1_mr_tcam_route_replace(mlxsw_sp, &route->parman_item, in mlxsw_sp1_mr_tcam_route_create() [all …]
|
D | spectrum_acl_ctcam.c | 62 centry->parman_item.index, priority); in mlxsw_sp_acl_ctcam_region_entry_insert() 95 centry->parman_item.index, 0); in mlxsw_sp_acl_ctcam_region_entry_remove() 112 centry->parman_item.index, priority); in mlxsw_sp_acl_ctcam_region_entry_action_replace() 198 ¢ry->parman_item); in mlxsw_sp_acl_ctcam_entry_add() 210 ¢ry->parman_item); in mlxsw_sp_acl_ctcam_entry_add() 221 ¢ry->parman_item); in mlxsw_sp_acl_ctcam_entry_del()
|
D | spectrum_acl_tcam.h | 101 struct parman_item parman_item; member 139 return centry->parman_item.index; in mlxsw_sp_acl_ctcam_entry_offset()
|