Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/freescale/enetc/
Denetc_ethtool.c506 return (priv->si->hw.port) ? ENETC_RSSHASH_KEY_SIZE : 0; in enetc_get_rxfh_key_size()
530 for (i = 0; i < ENETC_RSSHASH_KEY_SIZE / 4; i++) in enetc_get_rxfh()
544 for (i = 0; i < ENETC_RSSHASH_KEY_SIZE / 4; i++) in enetc_set_rss_key()
Denetc_pf.c585 u8 hash_key[ENETC_RSSHASH_KEY_SIZE]; in enetc_configure_port()
595 get_random_bytes(hash_key, ENETC_RSSHASH_KEY_SIZE); in enetc_configure_port()
Denetc_hw.h203 #define ENETC_RSSHASH_KEY_SIZE 40 macro