Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c1541 int mtu_idx, aligned_mtu_idx; in cxgb4_best_aligned_mtu() local
1548 for (mtu_idx = 0, aligned_mtu_idx = -1; mtu_idx < NMTUS; mtu_idx++) { in cxgb4_best_aligned_mtu()
1555 aligned_mtu_idx = mtu_idx; in cxgb4_best_aligned_mtu()
1575 if (aligned_mtu_idx >= 0 && in cxgb4_best_aligned_mtu()
1576 mtu_idx - aligned_mtu_idx <= 1) in cxgb4_best_aligned_mtu()
1577 mtu_idx = aligned_mtu_idx; in cxgb4_best_aligned_mtu()