Searched refs:ENETC_RSSHASH_KEY_SIZE (Results 1 – 4 of 4) sorted by relevance
233 for (i = 0; i < ENETC_RSSHASH_KEY_SIZE / 4; i++) in enetc4_set_rss_key()239 u8 hash_key[ENETC_RSSHASH_KEY_SIZE] = {0}; in enetc4_set_default_rss_key()243 get_random_bytes(hash_key, ENETC_RSSHASH_KEY_SIZE); in enetc4_set_default_rss_key()
669 return (priv->si->hw.port) ? ENETC_RSSHASH_KEY_SIZE : 0; in enetc_get_rxfh_key_size()692 for (i = 0; i < ENETC_RSSHASH_KEY_SIZE / 4; i++) in enetc_get_rxfh()708 for (i = 0; i < ENETC_RSSHASH_KEY_SIZE / 4; i++) in enetc_set_rss_key()
552 u8 hash_key[ENETC_RSSHASH_KEY_SIZE]; in enetc_configure_port()560 get_random_bytes(hash_key, ENETC_RSSHASH_KEY_SIZE); in enetc_configure_port()
211 #define ENETC_RSSHASH_KEY_SIZE 40 macro