Home
last modified time | relevance | path

Searched refs:BNX2FC_HASH_TBL_CHUNK_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c2002 BNX2FC_HASH_TBL_CHUNK_SIZE, in bnx2fc_free_hash_table()
2033 segment_count = hash_table_size + BNX2FC_HASH_TBL_CHUNK_SIZE - 1; in bnx2fc_allocate_hash_table()
2034 segment_count /= BNX2FC_HASH_TBL_CHUNK_SIZE; in bnx2fc_allocate_hash_table()
2052 BNX2FC_HASH_TBL_CHUNK_SIZE, in bnx2fc_allocate_hash_table()
2091 BNX2FC_HASH_TBL_CHUNK_SIZE, in bnx2fc_allocate_hash_table()
H A Dbnx2fc.h116 #define BNX2FC_HASH_TBL_CHUNK_SIZE (16 * 1024) macro