Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_netdev.h336 u8 rss_hash_key[HW_HASH_KEY_SIZE];
H A Dbnge_netdev.c1130 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()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1284 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()
H A Dbnxt.h2437 u8 rss_hash_key[HW_HASH_KEY_SIZE];
/linux/include/linux/bnge/
H A Dhsi.h636 #define HW_HASH_KEY_SIZE 40 macro