Searched refs:rmft2_pl (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum1_mr_tcam.c | 33 char rmft2_pl[MLXSW_REG_RMFT2_LEN]; in mlxsw_sp1_mr_tcam_route_replace() local 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() 57 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(rmft2), rmft2_pl); in mlxsw_sp1_mr_tcam_route_replace() 65 char rmft2_pl[MLXSW_REG_RMFT2_LEN]; in mlxsw_sp1_mr_tcam_route_remove() local 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() 79 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(rmft2), rmft2_pl); in mlxsw_sp1_mr_tcam_route_remove()
|