Home
last modified time | relevance | path

Searched refs:HW_HASH_KEY_SIZE (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_vnic.c129 entry_length = HW_HASH_KEY_SIZE + in bnxt_alloc_vnic_attributes()
172 HW_HASH_KEY_SIZE); in bnxt_alloc_vnic_attributes()
174 HW_HASH_KEY_SIZE; in bnxt_alloc_vnic_attributes()
175 prandom_bytes(vnic->rss_hash_key, HW_HASH_KEY_SIZE); in bnxt_alloc_vnic_attributes()
H A Dbnxt_flow.c1376 HW_HASH_KEY_SIZE); in bnxt_validate_and_parse_flow()
1378 if (rss->key_len > HW_HASH_KEY_SIZE) in bnxt_validate_and_parse_flow()
1381 HW_HASH_KEY_SIZE); in bnxt_validate_and_parse_flow()
H A Dbnxt_rxq.c190 rss->rss_key_len <= HW_HASH_KEY_SIZE) in bnxt_mq_rx_configure()
H A Dbnxt_ethdev.c1933 if (rss_conf->rss_key_len != HW_HASH_KEY_SIZE) { in bnxt_rss_hash_update_op()
1960 len = rss_conf->rss_key_len <= HW_HASH_KEY_SIZE ? in bnxt_rss_hash_conf_get_op()
1961 rss_conf->rss_key_len : HW_HASH_KEY_SIZE; in bnxt_rss_hash_conf_get_op()
H A Dhsi_struct_def_dpdk.h945 #define HW_HASH_KEY_SIZE 40 macro