Searched refs:ipip_ops (Results 1 – 1 of 1) sorted by relevance
1151 const struct mlxsw_sp_ipip_ops *ipip_ops; in mlxsw_sp_ipip_ol_ipip_lb_create() local1154 ipip_ops = mlxsw_sp->router->ipip_ops_arr[ipipt]; in mlxsw_sp_ipip_ol_ipip_lb_create()1158 .common.double_entry = ipip_ops->double_rif_entry, in mlxsw_sp_ipip_ol_ipip_lb_create()1159 .lb_config = ipip_ops->ol_loopback_config(mlxsw_sp, ol_dev), in mlxsw_sp_ipip_ol_ipip_lb_create()1173 const struct mlxsw_sp_ipip_ops *ipip_ops; in mlxsw_sp_ipip_entry_alloc() local1178 ipip_ops = mlxsw_sp->router->ipip_ops_arr[ipipt]; in mlxsw_sp_ipip_entry_alloc()1192 ipip_entry->parms = ipip_ops->parms_init(ol_dev); in mlxsw_sp_ipip_entry_alloc()1194 err = ipip_ops->rem_ip_addr_set(mlxsw_sp, ipip_entry); in mlxsw_sp_ipip_entry_alloc()1212 const struct mlxsw_sp_ipip_ops *ipip_ops = in mlxsw_sp_ipip_entry_dealloc() local1215 ipip_ops->rem_ip_addr_unset(mlxsw_sp, ipip_entry); in mlxsw_sp_ipip_entry_dealloc()[all …]