[go: nahoru, domu]

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

/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h307 #define CCB_HASH_SIZE (1UL << CCB_HASH_SHIFT) macro
308 #define CCB_HASH_MASK (CCB_HASH_SIZE-1)
978 /* CCB_HASH_SIZE lists of CCBs */
H A Dsym_hipd.c5660 np->ccbh = kcalloc(CCB_HASH_SIZE, sizeof(struct sym_ccb **), GFP_KERNEL);

Completed in 30 milliseconds