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()
2410 u8 rss_hash_key[HW_HASH_KEY_SIZE];
4592 HW_HASH_KEY_SIZE); in bnxt_init_vnics()4597 HW_HASH_KEY_SIZE); in bnxt_init_vnics()4612 HW_HASH_KEY_SIZE); in bnxt_init_vnics()4900 vnic->rss_table_size = size + HW_HASH_KEY_SIZE; in bnxt_alloc_vnic_attributes()5923 prefix |= (j < HW_HASH_KEY_SIZE) ? key[j] : 0; in bnxt_toeplitz()
626 #define HW_HASH_KEY_SIZE 40 macro