Searched refs:lag_max (Results 1 – 3 of 3) sorted by relevance
562 return id < sw->lag_max ? &sw->lags[id] : NULL; in prestera_lag_by_id()571 for (id = 0; id < sw->lag_max; id++) { in prestera_lag_by_dev()586 for (id = 0; id < sw->lag_max; id++) { in prestera_lag_create()683 sw->lags = kcalloc(sw->lag_max, sizeof(*sw->lags), GFP_KERNEL); in prestera_lag_init()687 for (id = 0; id < sw->lag_max; id++) in prestera_lag_init()697 for (idx = 0; idx < sw->lag_max; idx++) in prestera_lag_fini()
252 u8 lag_max; member
201 u8 lag_max; member821 sw->lag_max = resp.lag_max; in prestera_hw_switch_init()
Completed in 12 milliseconds