Searched defs:mlxsw_sp_router_ll_ops (Results 1 – 1 of 1) sorted by relevance
102 struct mlxsw_sp_router_ll_ops { struct103 int (*init)(struct mlxsw_sp *mlxsw_sp, u16 vr_id,105 int (*ralta_write)(struct mlxsw_sp *mlxsw_sp, char *xralta_pl);106 int (*ralst_write)(struct mlxsw_sp *mlxsw_sp, char *xralst_pl);107 int (*raltb_write)(struct mlxsw_sp *mlxsw_sp, char *xraltb_pl);108 size_t fib_entry_op_ctx_size;109 size_t fib_entry_priv_size;110 void (*fib_entry_pack)(struct mlxsw_sp_fib_entry_op_ctx *op_ctx,114 void (*fib_entry_act_remote_pack)(struct mlxsw_sp_fib_entry_op_ctx *op_ctx,117 void (*fib_entry_act_local_pack)(struct mlxsw_sp_fib_entry_op_ctx *op_ctx,[all …]