Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_main.c871 return id < sw->lag_max ? &sw->lags[id] : NULL; in prestera_lag_by_id()
880 for (id = 0; id < sw->lag_max; id++) { in prestera_lag_by_dev()
896 for (id = 0; id < sw->lag_max; id++) { in prestera_lag_id()
919 for (id = 0; id < sw->lag_max; id++) { in prestera_lag_create()
1016 sw->lags = kcalloc(sw->lag_max, sizeof(*sw->lags), GFP_KERNEL); in prestera_lag_init()
1020 for (id = 0; id < sw->lag_max; id++) in prestera_lag_init()
1030 for (idx = 0; idx < sw->lag_max; idx++) in prestera_lag_fini()
H A Dprestera.h308 u8 lag_max; member
H A Dprestera_hw.c247 u8 lag_max; member
1078 sw->lag_max = resp.lag_max; in prestera_hw_switch_init()