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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c1585 #define CCB_PHYS(cp,lbl) (cp->p_ccb + offsetof(struct ccb, lbl)) macro
4336 cp->phys.smsg.addr = cpu_to_scr(CCB_PHYS (cp, scsi_smsg));
4343 cp->phys.cmd.addr = cpu_to_scr(CCB_PHYS (cp, cdb_buf[0]));
4408 cpu_to_scr(CCB_PHYS (cp, restart));
4426 np->scripth->tryloop [np->squeueput] = cpu_to_scr(CCB_PHYS (cp, start));
5956 while (cp && (CCB_PHYS (cp, phys) != dsa))
6178 if (CCB_PHYS(cp, phys) != dsa)
6182 while (cp && (CCB_PHYS (cp, phys) != dsa))
6203 if (dsp == CCB_PHYS (cp, patch[2])) {
6207 else if (dsp == CCB_PHYS (c
[all...]

Completed in 46 milliseconds