Searched refs:rss_hash_key (Results 1 – 10 of 10) sorted by relevance
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_vnic.c | 104 vnic->rss_hash_key = NULL; in bnxt_free_vnic_attributes() 159 vnic->rss_hash_key = (void *)((char *)vnic->rss_table + rss_table_size); in bnxt_alloc_vnic_attributes() 162 bnxt_prandom_bytes(vnic->rss_hash_key, HW_HASH_KEY_SIZE); in bnxt_alloc_vnic_attributes() 163 memcpy(bp->rss_conf.rss_key, vnic->rss_hash_key, HW_HASH_KEY_SIZE); in bnxt_alloc_vnic_attributes() 165 memcpy(vnic->rss_hash_key, bp->rss_conf.rss_key, HW_HASH_KEY_SIZE); in bnxt_alloc_vnic_attributes()
|
| H A D | bnxt_vnic.h | 35 void *rss_hash_key; member
|
| H A D | bnxt_flow.c | 1229 memcpy(vnic->rss_hash_key, rss->key, rss->key_len); in bnxt_vnic_rss_cfg_update() 1641 bnxt_prandom_bytes(vnic->rss_hash_key, in bnxt_validate_and_parse_flow() 1645 memcpy(vnic->rss_hash_key, in bnxt_validate_and_parse_flow() 1649 memcpy(vnic->rss_hash_key, in bnxt_validate_and_parse_flow()
|
| H A D | bnxt_rxq.c | 189 memcpy(vnic->rss_hash_key, rss->rss_key, rss->rss_key_len); in bnxt_mq_rx_configure()
|
| H A D | bnxt_ethdev.c | 2173 memcpy(vnic->rss_hash_key, rss_conf->rss_key, rss_conf->rss_key_len); in bnxt_rss_hash_update_op() 2196 if (vnic && vnic->rss_hash_key) { in bnxt_rss_hash_conf_get_op() 2200 memcpy(rss_conf->rss_key, vnic->rss_hash_key, len); in bnxt_rss_hash_conf_get_op()
|
| /dpdk/drivers/net/ionic/ |
| H A D | ionic_lif.h | 145 uint8_t rss_hash_key[IONIC_RSS_HASH_KEY_SIZE]; member
|
| H A D | ionic_lif.c | 1091 memcpy(lif->rss_hash_key, key, IONIC_RSS_HASH_KEY_SIZE); in ionic_lif_rss_config() 1097 memcpy(ctx.cmd.lif_setattr.rss.key, lif->rss_hash_key, in ionic_lif_rss_config()
|
| H A D | ionic_ethdev.c | 617 memcpy(rss_conf->rss_key, lif->rss_hash_key, in ionic_dev_rss_hash_conf_get()
|
| /dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | bnxt_tf_pmd_shim.c | 88 memcpy(vnic->rss_hash_key, rss_key, in bnxt_rss_config_action_apply()
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline.c | 2336 cmdline_fixed_string_t rss_hash_key; member 2426 rss_hash_key, "rss-hash-key");
|