Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_port.h17 #define HINIC_RSS_KEY_SIZE 40 macro
383 u8 key[HINIC_RSS_KEY_SIZE];
432 u8 key[HINIC_RSS_KEY_SIZE];
H A Dhinic_port.c811 memcpy(rss_key.key, temp, HINIC_RSS_KEY_SIZE); in hinic_rss_set_template_tbl()
854 memcpy(temp, temp_key.key, HINIC_RSS_KEY_SIZE); in hinic_rss_get_template_tbl()
H A Dhinic_ethtool.c1156 return HINIC_RSS_KEY_SIZE; in hinic_get_rxfh_key_size()