Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_vnic.c104 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 Dbnxt_vnic.h35 void *rss_hash_key; member
H A Dbnxt_flow.c1229 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 Dbnxt_rxq.c189 memcpy(vnic->rss_hash_key, rss->rss_key, rss->rss_key_len); in bnxt_mq_rx_configure()
H A Dbnxt_ethdev.c2173 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 Dionic_lif.h145 uint8_t rss_hash_key[IONIC_RSS_HASH_KEY_SIZE]; member
H A Dionic_lif.c1091 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 Dionic_ethdev.c617 memcpy(rss_conf->rss_key, lif->rss_hash_key, in ionic_dev_rss_hash_conf_get()
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dbnxt_tf_pmd_shim.c88 memcpy(vnic->rss_hash_key, rss_key, in bnxt_rss_config_action_apply()
/dpdk/app/test-pmd/
H A Dcmdline.c2336 cmdline_fixed_string_t rss_hash_key; member
2426 rss_hash_key, "rss-hash-key");