Searched refs:HW_HASH_KEY_SIZE (Results 1 – 4 of 4) sorted by relevance
1244 vnic->rss_table_size = size + HW_HASH_KEY_SIZE; in bnxt_alloc_vnic_rss_table()1820 return HW_HASH_KEY_SIZE; in bnxt_get_rxfh_key_size()1856 memcpy(rxfh->key, vnic->rss_hash_key, HW_HASH_KEY_SIZE); in bnxt_get_rxfh()1868 HW_HASH_KEY_SIZE); in bnxt_modify_rss()1870 memcpy(bp->rss_hash_key, rxfh->key, HW_HASH_KEY_SIZE); in bnxt_modify_rss()1950 memcpy(vnic->rss_hash_key, bp->rss_hash_key, HW_HASH_KEY_SIZE); in bnxt_create_rxfh_context()1952 bp->rss_hash_key, HW_HASH_KEY_SIZE); in bnxt_create_rxfh_context()
2399 u8 rss_hash_key[HW_HASH_KEY_SIZE];
4566 HW_HASH_KEY_SIZE); in bnxt_init_vnics()4571 HW_HASH_KEY_SIZE); in bnxt_init_vnics()4586 HW_HASH_KEY_SIZE); in bnxt_init_vnics()4874 vnic->rss_table_size = size + HW_HASH_KEY_SIZE; in bnxt_alloc_vnic_attributes()5893 prefix |= (j < HW_HASH_KEY_SIZE) ? key[j] : 0; in bnxt_toeplitz()
623 #define HW_HASH_KEY_SIZE 40 macro