Lines Matching refs:hkey
45600 +int higmac_get_rxfh(struct net_device *ndev, u32 *indir, u8 *hkey,
45609 + if (hkey != NULL)
45610 + memcpy(hkey, rss->key, RSS_HASH_KEY_SIZE);
45625 + u32 hkey;
45629 + hkey = readl(priv->gmac_iobase + RSS_HASH_KEY);
45630 + *((u32 *)rss->key) = hkey;
45693 + const u8 *hkey, const u8 hfunc)
45708 + if (hkey != NULL) {
45709 + memcpy(rss->key, hkey, RSS_HASH_KEY_SIZE);
46091 +int higmac_get_rxfh(struct net_device *ndev, u32 *indir, u8 *hkey, u8 *hfunc);
46093 + const u8 *hkey, const u8 hfunc);