Searched refs:lag_max (Results 1 – 3 of 3) sorted by relevance
872 return id < sw->lag_max ? &sw->lags[id] : NULL; in prestera_lag_by_id()881 for (id = 0; id < sw->lag_max; id++) { in prestera_lag_by_dev()897 for (id = 0; id < sw->lag_max; id++) { in prestera_lag_id()920 for (id = 0; id < sw->lag_max; id++) { in prestera_lag_create()1017 sw->lags = kcalloc(sw->lag_max, sizeof(*sw->lags), GFP_KERNEL); in prestera_lag_init()1021 for (id = 0; id < sw->lag_max; id++) in prestera_lag_init()1031 for (idx = 0; idx < sw->lag_max; idx++) in prestera_lag_fini()
308 u8 lag_max; member
247 u8 lag_max; member1080 sw->lag_max = resp.lag_max; in prestera_hw_switch_init()
Completed in 20 milliseconds