Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c1670 int mtu_idx, aligned_mtu_idx; in cxgb4_best_aligned_mtu() local
1677 for (mtu_idx = 0, aligned_mtu_idx = -1; mtu_idx < NMTUS; mtu_idx++) { in cxgb4_best_aligned_mtu()
1684 aligned_mtu_idx = mtu_idx; in cxgb4_best_aligned_mtu()
1704 if (aligned_mtu_idx >= 0 && in cxgb4_best_aligned_mtu()
1705 mtu_idx - aligned_mtu_idx <= 1) in cxgb4_best_aligned_mtu()
1706 mtu_idx = aligned_mtu_idx; in cxgb4_best_aligned_mtu()