Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dcommon.c843 u32 priv_bytes, indir_max; in ethtool_rxfh_ctx_alloc() local
847 indir_max = max(indir_size, ops->rxfh_indir_space); in ethtool_rxfh_ctx_alloc()
850 indir_bytes = array_size(indir_max, sizeof(u32)); in ethtool_rxfh_ctx_alloc()