tngcr_pl          167 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c mlxsw_sp_nve_vxlan_config_prepare(char *tngcr_pl,
tngcr_pl          172 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c 	mlxsw_reg_tngcr_pack(tngcr_pl, MLXSW_REG_TNGCR_TYPE_VXLAN, true,
tngcr_pl          180 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c 	mlxsw_reg_tngcr_nve_udp_sport_prefix_set(tngcr_pl, udp_sport);
tngcr_pl          181 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c 	mlxsw_reg_tngcr_usipv4_set(tngcr_pl, be32_to_cpu(config->ul_sip.addr4));
tngcr_pl          188 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c 	char tngcr_pl[MLXSW_REG_TNGCR_LEN];
tngcr_pl          197 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c 	mlxsw_sp_nve_vxlan_config_prepare(tngcr_pl, config);
tngcr_pl          198 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c 	mlxsw_reg_tngcr_learn_enable_set(tngcr_pl, config->learning_en);
tngcr_pl          199 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c 	mlxsw_reg_tngcr_underlay_virtual_router_set(tngcr_pl, ul_vr_id);
tngcr_pl          201 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c 	return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(tngcr), tngcr_pl);
tngcr_pl          206 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c 	char tngcr_pl[MLXSW_REG_TNGCR_LEN];
tngcr_pl          208 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c 	mlxsw_reg_tngcr_pack(tngcr_pl, MLXSW_REG_TNGCR_TYPE_VXLAN, false, 0);
tngcr_pl          210 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c 	mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(tngcr), tngcr_pl);
tngcr_pl          311 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c 	char tngcr_pl[MLXSW_REG_TNGCR_LEN];
tngcr_pl          325 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c 	mlxsw_sp_nve_vxlan_config_prepare(tngcr_pl, config);
tngcr_pl          326 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c 	mlxsw_reg_tngcr_underlay_rif_set(tngcr_pl, ul_rif_index);
tngcr_pl          328 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c 	err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(tngcr), tngcr_pl);
tngcr_pl          343 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c 	char tngcr_pl[MLXSW_REG_TNGCR_LEN];
tngcr_pl          345 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c 	mlxsw_reg_tngcr_pack(tngcr_pl, MLXSW_REG_TNGCR_TYPE_VXLAN, false, 0);
tngcr_pl          346 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c 	mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(tngcr), tngcr_pl);