Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.h1298 static inline bool bnx2x_mtu_allows_gro(int mtu) in bnx2x_mtu_allows_gro() function
Dbnx2x_cmn.c4898 if (!bnx2x_mtu_allows_gro(new_mtu)) in bnx2x_change_mtu()
4933 if (!(features & NETIF_F_GRO) || !bnx2x_mtu_allows_gro(dev->mtu)) in bnx2x_fix_features()