Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c4965 int hcode; local
5007 hcode = CCB_HASH_CODE(cp->ccb_ba);
5008 cp->link_ccbh = np->ccbh[hcode];
5009 np->ccbh[hcode] = cp;
5051 int hcode; local
5054 hcode = CCB_HASH_CODE(dsa);
5055 cp = np->ccbh[hcode];
/linux-2.4.37.9/drivers/scsi/
Dsym53c8xx.c11732 int hcode; local
11754 hcode = CCB_HASH_CODE(cp->p_ccb);
11755 cp->link_ccbh = np->ccbh[hcode];
11756 np->ccbh[hcode] = cp;
11787 int hcode; local
11790 hcode = CCB_HASH_CODE(dsa);
11791 cp = np->ccbh[hcode];