Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_hipd.h782 u32 ccb_ba; /* BUS address of this CCB */ member
803 #define CCB_BA(cp,lbl) cpu_to_scr(cp->ccb_ba + offsetof(struct sym_ccb, lbl))
Dsym_hipd.c1520 np->squeue [np->squeueput] = cpu_to_scr(cp->ccb_ba);
1566 lp->itlq_tbl[cp->tag] = cpu_to_scr(cp->ccb_ba);
1575 lp->head.itl_task_sa = cpu_to_scr(cp->ccb_ba);
4702 lp->itlq_tbl[tag] = cpu_to_scr(cp->ccb_ba);
4736 lp->head.itl_task_sa = cpu_to_scr(cp->ccb_ba);
4896 cp->ccb_ba = vtobus(cp);
4901 hcode = CCB_HASH_CODE(cp->ccb_ba);
4945 if (cp->ccb_ba == dsa)