Searched refs:segment_array_size (Results 1 – 1 of 1) sorted by relevance
2025 int segment_array_size; in bnx2fc_allocate_hash_table() local2037 segment_array_size = segment_count * sizeof(*hba->hash_tbl_segments); in bnx2fc_allocate_hash_table()2038 hba->hash_tbl_segments = kzalloc(segment_array_size, GFP_KERNEL); in bnx2fc_allocate_hash_table()