Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.h112 u8 rss_hash_key[HCLGEVF_RSS_KEY_SIZE]; /* user configured hash keys */ member
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.h592 u8 rss_hash_key[HCLGE_RSS_KEY_SIZE]; /* User configured hash keys */ member
Dhclge_main.c3143 memcpy(key, vport->rss_hash_key, HCLGE_RSS_KEY_SIZE); in hclge_get_rss()
3174 memcpy(vport->rss_hash_key, key, HCLGE_RSS_KEY_SIZE); in hclge_set_rss()
3352 u8 *key = vport[0].rss_hash_key; in hclge_rss_init_hw()
3437 netdev_rss_key_fill(vport[i].rss_hash_key, HCLGE_RSS_KEY_SIZE); in hclge_rss_init_cfg()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h784 u64 *rss_hash_key; member
Dbnxt.c2770 if (bp->vnic_info[i].rss_hash_key) { in bnxt_init_vnics()
2772 prandom_bytes(vnic->rss_hash_key, in bnxt_init_vnics()
2775 memcpy(vnic->rss_hash_key, in bnxt_init_vnics()
2776 bp->vnic_info[0].rss_hash_key, in bnxt_init_vnics()
2941 vnic->rss_hash_key = NULL; in bnxt_free_vnic_attributes()
3007 vnic->rss_hash_key = ((void *)vnic->rss_table) + size; in bnxt_alloc_vnic_attributes()
Dbnxt_ethtool.c931 if (key && vnic->rss_hash_key) in bnxt_get_rxfh()
932 memcpy(key, vnic->rss_hash_key, HW_HASH_KEY_SIZE); in bnxt_get_rxfh()