Searched refs:CCB_PHYS (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/scsi/ |
D | ncr53c8xx.c | 1576 #define CCB_PHYS(cp,lbl) (cp->p_ccb + offsetof(struct ccb, lbl)) macro 4359 cp->phys.smsg.addr = cpu_to_scr(CCB_PHYS (cp, scsi_smsg)); in ncr_queue_command() 4366 cp->phys.cmd.addr = cpu_to_scr(CCB_PHYS (cp, cdb_buf[0])); in ncr_queue_command() 4435 cpu_to_scr(CCB_PHYS (cp, restart)); in ncr_start_next_ccb() 4453 np->scripth->tryloop [np->squeueput] = cpu_to_scr(CCB_PHYS (cp, start)); in ncr_put_start_queue() 6089 while (cp && (CCB_PHYS (cp, phys) != dsa)) in ncr_int_sto() 6311 if (CCB_PHYS(cp, phys) != dsa) in ncr_int_ma() 6315 while (cp && (CCB_PHYS (cp, phys) != dsa)) in ncr_int_ma() 6336 if (dsp == CCB_PHYS (cp, patch[2])) { in ncr_int_ma() 6340 else if (dsp == CCB_PHYS (cp, patch[6])) { in ncr_int_ma() [all …]
|