Home
last modified time | relevance | path

Searched refs:lags (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/marvell/prestera/
Dprestera_main.c871 return id < sw->lag_max ? &sw->lags[id] : NULL; in prestera_lag_by_id()
881 lag = &sw->lags[id]; in prestera_lag_by_dev()
920 lag = &sw->lags[id]; in prestera_lag_create()
1016 sw->lags = kcalloc(sw->lag_max, sizeof(*sw->lags), GFP_KERNEL); in prestera_lag_init()
1017 if (!sw->lags) in prestera_lag_init()
1021 sw->lags[id].lag_id = id; in prestera_lag_init()
1031 WARN_ON(sw->lags[idx].member_count); in prestera_lag_fini()
1033 kfree(sw->lags); in prestera_lag_fini()
Dprestera.h305 struct prestera_lag *lags; member
/linux-6.6.21/net/dsa/
Ddsa.c70 dst->lags[id - 1] = lag; in dsa_lag_map()
98 dst->lags[id - 1] = NULL; in dsa_lag_unmap()
857 dst->lags = kcalloc(len, sizeof(*dst->lags), GFP_KERNEL); in dsa_tree_setup_lags()
858 if (!dst->lags) in dsa_tree_setup_lags()
867 kfree(dst->lags); in dsa_tree_teardown_lags()
/linux-6.6.21/include/net/
Ddsa.h138 struct dsa_lag **lags; member
170 if ((_dst)->lags[(_id) - 1])
184 return dst->lags[id - 1]; in dsa_lag_by_id()
/linux-6.6.21/Documentation/admin-guide/mm/
Dmultigen_lru.rst67 cause janks (lags when rendering UI) and negatively impact user
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.h167 struct mlxsw_sp_upper *lags; member
257 return &mlxsw_sp->lags[lag_id]; in mlxsw_sp_lag_get()
Dspectrum.c2726 mlxsw_sp->lags = kcalloc(max_lag, sizeof(struct mlxsw_sp_upper), in mlxsw_sp_lag_init()
2728 if (!mlxsw_sp->lags) in mlxsw_sp_lag_init()
2736 kfree(mlxsw_sp->lags); in mlxsw_sp_lag_fini()
/linux-6.6.21/Documentation/RCU/Design/Data-Structures/
DData-Structures.rst409 | No, because if the ``->gp_seq_needed`` field lags behind the |