Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_vnic.c108 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 Dbnxt_vnic.h34 void *rss_hash_key; member
H A Dbnxt_flow.c1375 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 Dbnxt_rxq.c191 memcpy(vnic->rss_hash_key, in bnxt_mq_rx_configure()
H A Dbnxt_ethdev.c1938 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 Dionic_lif.h109 uint8_t rss_hash_key[IONIC_RSS_HASH_KEY_SIZE]; member
H A Dionic_lif.c945 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 Dionic_ethdev.c648 memcpy(rss_conf->rss_key, lif->rss_hash_key, in ionic_dev_rss_hash_conf_get()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c2316 cmdline_fixed_string_t rss_hash_key; member
2404 rss_hash_key, "rss-hash-key");