Searched refs:HW_HASH_KEY_SIZE (Results 1 – 5 of 5) sorted by relevance
336 u8 rss_hash_key[HW_HASH_KEY_SIZE];
1130 vnic->rss_table_size = size + HW_HASH_KEY_SIZE; in bnge_alloc_vnic_attributes()1741 HW_HASH_KEY_SIZE); in bnge_init_vnics()1746 HW_HASH_KEY_SIZE); in bnge_init_vnics()1761 HW_HASH_KEY_SIZE); in bnge_init_vnics()
1284 vnic->rss_table_size = size + HW_HASH_KEY_SIZE; in bnxt_alloc_vnic_rss_table()1876 return HW_HASH_KEY_SIZE; in bnxt_get_rxfh_key_size()1912 memcpy(rxfh->key, vnic->rss_hash_key, HW_HASH_KEY_SIZE); in bnxt_get_rxfh()1924 HW_HASH_KEY_SIZE); in bnxt_modify_rss()1926 memcpy(bp->rss_hash_key, rxfh->key, HW_HASH_KEY_SIZE); in bnxt_modify_rss()2006 memcpy(vnic->rss_hash_key, bp->rss_hash_key, HW_HASH_KEY_SIZE); in bnxt_create_rxfh_context()2008 bp->rss_hash_key, HW_HASH_KEY_SIZE); in bnxt_create_rxfh_context()
2437 u8 rss_hash_key[HW_HASH_KEY_SIZE];
636 #define HW_HASH_KEY_SIZE 40 macro