Searched refs:CCB_HASH_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h303 #define CCB_HASH_SIZE (1UL << CCB_HASH_SHIFT) macro
304 #define CCB_HASH_MASK (CCB_HASH_SIZE-1)
970 /* CCB_HASH_SIZE lists of CCBs */
H A Dsym_hipd.c5483 np->ccbh = kcalloc(CCB_HASH_SIZE, sizeof(struct sym_ccb **), GFP_KERNEL);

Completed in 104 milliseconds