Searched refs:lags (Results 1 – 7 of 7) sorted by relevance
872 return id < sw->lag_max ? &sw->lags[id] : NULL; in prestera_lag_by_id()882 lag = &sw->lags[id]; in prestera_lag_by_dev()921 lag = &sw->lags[id]; in prestera_lag_create()1017 sw->lags = kzalloc_objs(*sw->lags, sw->lag_max); in prestera_lag_init()1018 if (!sw->lags) in prestera_lag_init()1022 sw->lags[id].lag_id = id; in prestera_lag_init()1032 WARN_ON(sw->lags[idx].member_count); in prestera_lag_fini()1034 kfree(sw->lags); in prestera_lag_fini()
305 struct prestera_lag *lags; member
70 dst->lags[id - 1] = lag; in dsa_lag_map()98 dst->lags[id - 1] = NULL; in dsa_lag_unmap()847 dst->lags = kzalloc_objs(*dst->lags, len); in dsa_tree_setup_lags()848 if (!dst->lags) in dsa_tree_setup_lags()857 kfree(dst->lags); in dsa_tree_teardown_lags()
145 struct dsa_lag **lags; member177 if ((_dst)->lags[(_id) - 1])191 return dst->lags[id - 1]; in dsa_lag_by_id()
2625 mlxsw_sp->lags = kzalloc_objs(struct mlxsw_sp_lag, mlxsw_sp->max_lag); in mlxsw_sp_lag_init()2626 if (!mlxsw_sp->lags) { in mlxsw_sp_lag_init()2641 kfree(mlxsw_sp->lags); in mlxsw_sp_lag_fini()4115 if (!mlxsw_sp->lags[i].dev) in mlxsw_sp_lag_create()4131 lag = &mlxsw_sp->lags[lag_id]; in mlxsw_sp_lag_create()4200 if (!mlxsw_sp->lags[i].dev) in mlxsw_sp_lag_find()4203 if (mlxsw_sp->lags[i].dev == lag_dev) in mlxsw_sp_lag_find()4204 return &mlxsw_sp->lags[i]; in mlxsw_sp_lag_find()4424 lag = &mlxsw_sp->lags[lag_id]; in mlxsw_sp_port_lag_leave()
67 cause janks (lags when rendering UI) and negatively impact user
442 | No, because if the ``->gp_seq_needed`` field lags behind the |