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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dncr53c8xx.c981 #define CCB_PHYS(cp,lbl) (cp->p_ccb + offsetof(struct ccb, lbl)) macro
4520 cp->phys.smsg.addr = cpu_to_scr(CCB_PHYS (cp, scsi_smsg));
4527 cp->phys.cmd.addr = cpu_to_scr(CCB_PHYS (cp, cdb_buf[0]));
4596 cpu_to_scr(CCB_PHYS (cp, restart));
4614 np->scripth->tryloop [np->squeueput] = cpu_to_scr(CCB_PHYS (cp, start));
6394 while (cp && (CCB_PHYS (cp, phys) != dsa))
6623 if (CCB_PHYS(cp, phys) != dsa)
6627 while (cp && (CCB_PHYS (cp, phys) != dsa))
6648 if (dsp == CCB_PHYS (cp, patch[2])) {
6652 else if (dsp == CCB_PHYS (c
[all...]
H A Dsym53c8xx.c1984 #define CCB_PHYS(cp,lbl) (cp->p_ccb + offsetof(struct ccb, lbl)) macro
6816 cp->phys.smsg.addr = cpu_to_scr(CCB_PHYS (cp, scsi_smsg));
6823 cp->phys.cmd.addr = cpu_to_scr(CCB_PHYS (cp, cdb_buf[0]));
9843 cp->phys.smsg.addr = cpu_to_scr(CCB_PHYS (cp, scsi_smsg2));
9849 cp->phys.cmd.addr = cpu_to_scr(CCB_PHYS (cp, sensecmd));
9863 cp->phys.sense.addr = cpu_to_scr(CCB_PHYS(cp,sense_buf[0]));

Completed in 130 milliseconds