Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/marvell/prestera/
A Dprestera_main.c876 return id < sw->lag_max ? &sw->lags[id] : NULL; in prestera_lag_by_id()
886 lag = &sw->lags[id]; in prestera_lag_by_dev()
925 lag = &sw->lags[id]; in prestera_lag_create()
1021 sw->lags = kcalloc(sw->lag_max, sizeof(*sw->lags), GFP_KERNEL); in prestera_lag_init()
1022 if (!sw->lags) in prestera_lag_init()
1026 sw->lags[id].lag_id = id; in prestera_lag_init()
1036 WARN_ON(sw->lags[idx].member_count); in prestera_lag_fini()
1038 kfree(sw->lags); in prestera_lag_fini()
A Dprestera.h305 struct prestera_lag *lags; member
/linux-6.3-rc2/net/dsa/
A Ddsa.c69 dst->lags[id - 1] = lag; in dsa_lag_map()
97 dst->lags[id - 1] = NULL; in dsa_lag_unmap()
834 dst->lags = kcalloc(len, sizeof(*dst->lags), GFP_KERNEL); in dsa_tree_setup_lags()
835 if (!dst->lags) in dsa_tree_setup_lags()
844 kfree(dst->lags); in dsa_tree_teardown_lags()
/linux-6.3-rc2/include/net/
A Ddsa.h148 struct dsa_lag **lags; member
180 if ((_dst)->lags[(_id) - 1])
194 return dst->lags[id - 1]; in dsa_lag_by_id()
/linux-6.3-rc2/Documentation/admin-guide/mm/
A Dmultigen_lru.rst67 cause janks (lags when rendering UI) and negatively impact user
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum.h166 struct mlxsw_sp_upper *lags; member
255 return &mlxsw_sp->lags[lag_id]; in mlxsw_sp_lag_get()
A 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.3-rc2/Documentation/RCU/Design/Data-Structures/
A DData-Structures.rst409 | No, because if the ``->gp_seq_needed`` field lags behind the |

Completed in 30 milliseconds