Searched refs:rss_hash_key (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/ |
| H A D | hclge_comm_rss.c | 58 memcpy(rss_cfg->rss_hash_key, hclge_comm_hash_key, in hclge_comm_rss_init_cfg() 138 memcpy(rss_cfg->rss_hash_key, key, HCLGE_COMM_RSS_KEY_SIZE); in hclge_comm_set_rss_hash_key() 141 rss_cfg->rss_hash_key); in hclge_comm_set_rss_hash_key() 366 memcpy(key, rss_cfg->rss_hash_key, HCLGE_COMM_RSS_KEY_SIZE); in hclge_comm_get_rss_hash_info()
|
| H A D | hclge_comm_rss.h | 63 u8 rss_hash_key[HCLGE_COMM_RSS_KEY_SIZE]; /* user configured hash keys */ member
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.h | 1287 u64 *rss_hash_key; member 2416 u8 rss_hash_key[HW_HASH_KEY_SIZE]; member
|
| H A D | bnxt.c | 4658 if (bp->vnic_info[i].rss_hash_key) { in bnxt_init_vnics() 4660 u8 *key = (void *)vnic->rss_hash_key; in bnxt_init_vnics() 4665 get_random_bytes(bp->rss_hash_key, in bnxt_init_vnics() 4670 memcpy(vnic->rss_hash_key, bp->rss_hash_key, in bnxt_init_vnics() 4685 memcpy(vnic->rss_hash_key, vnic0->rss_hash_key, in bnxt_init_vnics() 4911 vnic->rss_hash_key = NULL; in bnxt_free_vnic_attributes() 4984 vnic->rss_hash_key = ((void *)vnic->rss_table) + size; in bnxt_alloc_vnic_attributes() 15466 return bnxt_toeplitz(bp, fkeys, (void *)vnic->rss_hash_key); in bnxt_get_ntp_filter_idx()
|