Searched refs:hash_table_size (Results 1 – 8 of 8) sorted by relevance
28 int hash_table_size = 509; variable44 MODULE_PARM_DESC(hash_table_size,55 module_param(hash_table_size, int, 0);102 kzalloc_objs(struct list_head, hash_table_size); in orangefs_init()109 for (i = 0; i < hash_table_size; i++) in orangefs_init()191 for (i = 0; i < hash_table_size; i++) in orangefs_exit()210 for (i = 0; i < hash_table_size; i++) { in purge_inprogress_ops()
50 int index = hash_func(op->tag, hash_table_size); in orangefs_devreq_add_op()64 index = hash_func(tag, hash_table_size); in orangefs_devreq_remove_op()
445 hw_feat->hash_table_size = XLGMAC_GET_REG_BITS(mac_hfr1, in xlgmac_get_all_hw_features()473 switch (hw_feat->hash_table_size) { in xlgmac_get_all_hw_features()477 hw_feat->hash_table_size = 64; in xlgmac_get_all_hw_features()480 hw_feat->hash_table_size = 128; in xlgmac_get_all_hw_features()483 hw_feat->hash_table_size = 256; in xlgmac_get_all_hw_features()666 pdata->hw_feat.hash_table_size); in xlgmac_print_all_hw_features()
526 unsigned int hash_table_size; /* Hash Table Size */ member
338 hash_table_shift = 26 - (pdata->hw_feat.hash_table_size >> 7); in xlgmac_set_mac_hash_table()339 hash_table_count = pdata->hw_feat.hash_table_size / 32; in xlgmac_set_mac_hash_table()365 if (pdata->hw_feat.hash_table_size) in xlgmac_add_mac_addresses()380 if (pdata->hw_feat.hash_table_size) { in xlgmac_config_mac_address()
712 hw_feat->hash_table_size = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, in xgbe_get_all_hw_features()741 switch (hw_feat->hash_table_size) { in xgbe_get_all_hw_features()745 hw_feat->hash_table_size = 64; in xgbe_get_all_hw_features()748 hw_feat->hash_table_size = 128; in xgbe_get_all_hw_features()751 hw_feat->hash_table_size = 256; in xgbe_get_all_hw_features()842 hw_feat->hash_table_size); in xgbe_get_all_hw_features()
946 unsigned int hash_table_size; /* Hash Table Size */ member
2027 int hash_table_size; in bnx2fc_allocate_hash_table() local2034 hash_table_size = BNX2FC_NUM_MAX_SESS * BNX2FC_MAX_ROWS_IN_HASH_TBL * in bnx2fc_allocate_hash_table()2037 segment_count = hash_table_size + BNX2FC_HASH_TBL_CHUNK_SIZE - 1; in bnx2fc_allocate_hash_table()