Searched refs:CCB_PHYS (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/scsi/ |
D | ncr53c8xx.c | 1573 #define CCB_PHYS(cp,lbl) (cp->p_ccb + offsetof(struct ccb, lbl)) macro 4331 cp->phys.smsg.addr = cpu_to_scr(CCB_PHYS (cp, scsi_smsg)); in ncr_queue_command() 4338 cp->phys.cmd.addr = cpu_to_scr(CCB_PHYS (cp, cdb_buf[0])); in ncr_queue_command() 4403 cpu_to_scr(CCB_PHYS (cp, restart)); in ncr_start_next_ccb() 4421 np->scripth->tryloop [np->squeueput] = cpu_to_scr(CCB_PHYS (cp, start)); in ncr_put_start_queue() 5923 while (cp && (CCB_PHYS (cp, phys) != dsa)) in ncr_int_sto() 6145 if (CCB_PHYS(cp, phys) != dsa) in ncr_int_ma() 6149 while (cp && (CCB_PHYS (cp, phys) != dsa)) in ncr_int_ma() 6170 if (dsp == CCB_PHYS (cp, patch[2])) { in ncr_int_ma() 6174 else if (dsp == CCB_PHYS (cp, patch[6])) { in ncr_int_ma() [all …]
|