Searched refs:rss_hash_key (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_vnic.c | 108 if (vnic->rss_hash_key) { in bnxt_free_vnic_attributes() 112 vnic->rss_hash_key = NULL; in bnxt_free_vnic_attributes() 166 vnic->rss_hash_key = (void *)((char *)vnic->rss_table + in bnxt_alloc_vnic_attributes() 171 vnic->mc_list = (void *)((char *)vnic->rss_hash_key + in bnxt_alloc_vnic_attributes() 175 prandom_bytes(vnic->rss_hash_key, HW_HASH_KEY_SIZE); in bnxt_alloc_vnic_attributes()
|
| H A D | bnxt_vnic.h | 34 void *rss_hash_key; member
|
| H A D | bnxt_flow.c | 1375 prandom_bytes(vnic->rss_hash_key, in bnxt_validate_and_parse_flow() 1379 memcpy(vnic->rss_hash_key, in bnxt_validate_and_parse_flow() 1383 memcpy(vnic->rss_hash_key, in bnxt_validate_and_parse_flow()
|
| H A D | bnxt_rxq.c | 191 memcpy(vnic->rss_hash_key, in bnxt_mq_rx_configure()
|
| H A D | bnxt_ethdev.c | 1938 memcpy(vnic->rss_hash_key, rss_conf->rss_key, rss_conf->rss_key_len); in bnxt_rss_hash_update_op() 1958 if (vnic && vnic->rss_hash_key) { in bnxt_rss_hash_conf_get_op() 1962 memcpy(rss_conf->rss_key, vnic->rss_hash_key, len); in bnxt_rss_hash_conf_get_op()
|
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_lif.h | 109 uint8_t rss_hash_key[IONIC_RSS_HASH_KEY_SIZE]; member
|
| H A D | ionic_lif.c | 945 memcpy(lif->rss_hash_key, key, IONIC_RSS_HASH_KEY_SIZE); in ionic_lif_rss_config() 951 memcpy(ctx.cmd.lif_setattr.rss.key, lif->rss_hash_key, in ionic_lif_rss_config()
|
| H A D | ionic_ethdev.c | 648 memcpy(rss_conf->rss_key, lif->rss_hash_key, in ionic_dev_rss_hash_conf_get()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline.c | 2316 cmdline_fixed_string_t rss_hash_key; member 2404 rss_hash_key, "rss-hash-key");
|