Home
last modified time | relevance | path

Searched refs:lag_max (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/marvell/prestera/
Dprestera_main.c497 return id < sw->lag_max ? &sw->lags[id] : NULL; in prestera_lag_by_id()
506 for (id = 0; id < sw->lag_max; id++) { in prestera_lag_by_dev()
521 for (id = 0; id < sw->lag_max; id++) { in prestera_lag_create()
618 sw->lags = kcalloc(sw->lag_max, sizeof(*sw->lags), GFP_KERNEL); in prestera_lag_init()
622 for (id = 0; id < sw->lag_max; id++) in prestera_lag_init()
632 for (idx = 0; idx < sw->lag_max; idx++) in prestera_lag_fini()
Dprestera.h198 u8 lag_max; member
Dprestera_hw.c204 u8 lag_max; member
693 sw->lag_max = resp.lag_max; in prestera_hw_switch_init()