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 = kcalloc(sw->lag_max, sizeof(*sw->lags), GFP_KERNEL); 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
137 struct dsa_lag **lags; member169 if ((_dst)->lags[(_id) - 1])183 return dst->lags[id - 1]; in dsa_lag_by_id()
2759 mlxsw_sp->lags = kcalloc(mlxsw_sp->max_lag, sizeof(struct mlxsw_sp_lag), in mlxsw_sp_lag_init()2761 if (!mlxsw_sp->lags) { in mlxsw_sp_lag_init()2776 kfree(mlxsw_sp->lags); in mlxsw_sp_lag_fini()4260 if (!mlxsw_sp->lags[i].dev) in mlxsw_sp_lag_create()4276 lag = &mlxsw_sp->lags[lag_id]; in mlxsw_sp_lag_create()4345 if (!mlxsw_sp->lags[i].dev) in mlxsw_sp_lag_find()4348 if (mlxsw_sp->lags[i].dev == lag_dev) in mlxsw_sp_lag_find()4349 return &mlxsw_sp->lags[i]; in mlxsw_sp_lag_find()4569 lag = &mlxsw_sp->lags[lag_id]; in mlxsw_sp_port_lag_leave()
163 struct mlxsw_sp_lag *lags; member
67 cause janks (lags when rendering UI) and negatively impact user
409 | No, because if the ``->gp_seq_needed`` field lags behind the |