Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/
A Dhclge_comm_rss.c58 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()
A Dhclge_comm_rss.h63 u8 rss_hash_key[HCLGE_COMM_RSS_KEY_SIZE]; /* user configured hash keys */ member
/linux/drivers/net/ethernet/pensando/ionic/
A Dionic_lif.h229 u8 rss_hash_key[IONIC_RSS_HASH_KEY_SIZE]; member
A Dionic_lif.c1905 memcpy(lif->rss_hash_key, key, IONIC_RSS_HASH_KEY_SIZE); in ionic_lif_rss_config()
1913 memcpy(ctx.cmd.lif_setattr.rss.key, lif->rss_hash_key, in ionic_lif_rss_config()
1945 memset(lif->rss_hash_key, 0, IONIC_RSS_HASH_KEY_SIZE); in ionic_lif_rss_deinit()
3337 netdev_rss_key_fill(lif->rss_hash_key, IONIC_RSS_HASH_KEY_SIZE); in ionic_lif_alloc()
A Dionic_ethtool.c851 memcpy(rxfh->key, lif->rss_hash_key, IONIC_RSS_HASH_KEY_SIZE); in ionic_get_rxfh()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_mbx.c761 sizeof(rss_cfg->rss_hash_key)) { in hclge_get_rss_key()
769 &rss_cfg->rss_hash_key[index * HCLGE_RSS_MBX_RESP_LEN], in hclge_get_rss_key()
A Dhclge_main.c4950 u8 *key = hdev->rss_cfg.rss_hash_key; in hclge_rss_init_hw()
/linux/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_ethtool.c1232 vnic->rss_hash_key = ((void *)vnic->rss_table) + size; in bnxt_alloc_vnic_rss_table()
1830 if (rxfh->key && vnic->rss_hash_key) in bnxt_get_rxfh()
1831 memcpy(rxfh->key, vnic->rss_hash_key, HW_HASH_KEY_SIZE); in bnxt_get_rxfh()
1842 memcpy(rss_ctx->vnic.rss_hash_key, rxfh->key, in bnxt_modify_rss()
1845 memcpy(bp->rss_hash_key, rxfh->key, HW_HASH_KEY_SIZE); in bnxt_modify_rss()
1925 memcpy(vnic->rss_hash_key, bp->rss_hash_key, HW_HASH_KEY_SIZE); in bnxt_create_rxfh_context()
1927 bp->rss_hash_key, HW_HASH_KEY_SIZE); in bnxt_create_rxfh_context()
A Dbnxt.h1267 u64 *rss_hash_key; member
2347 u8 rss_hash_key[HW_HASH_KEY_SIZE]; member
A Dbnxt.c4394 if (bp->vnic_info[i].rss_hash_key) { in bnxt_init_vnics()
4396 u8 *key = (void *)vnic->rss_hash_key; in bnxt_init_vnics()
4401 get_random_bytes(bp->rss_hash_key, in bnxt_init_vnics()
4406 memcpy(vnic->rss_hash_key, bp->rss_hash_key, in bnxt_init_vnics()
4421 memcpy(vnic->rss_hash_key, vnic0->rss_hash_key, in bnxt_init_vnics()
4619 vnic->rss_hash_key = NULL; in bnxt_free_vnic_attributes()
4692 vnic->rss_hash_key = ((void *)vnic->rss_table) + size; in bnxt_alloc_vnic_attributes()
14603 return bnxt_toeplitz(bp, fkeys, (void *)vnic->rss_hash_key); in bnxt_get_ntp_filter_idx()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
A Dhclgevf_main.c549 memcpy(&rss_cfg->rss_hash_key[hash_key_index], in hclgevf_get_rss_hash_key()
553 memcpy(&rss_cfg->rss_hash_key[hash_key_index], in hclgevf_get_rss_hash_key()
576 memcpy(key, rss_cfg->rss_hash_key, in hclgevf_get_rss()
2162 rss_cfg->rss_hash_key); in hclgevf_rss_init_hw()

Completed in 131 milliseconds