Searched refs:goalp (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 330 u32 lastp, goalp; in sym_setup_data_and_start() local 369 goalp = SCRIPTA_BA(np, data_out2) + 8; in sym_setup_data_and_start() 370 lastp = goalp - 8 - (cp->segments * (2*4)); in sym_setup_data_and_start() 374 goalp = SCRIPTA_BA(np, data_in2) + 8; in sym_setup_data_and_start() 375 lastp = goalp - 8 - (cp->segments * (2*4)); in sym_setup_data_and_start() 379 lastp = goalp = SCRIPTB_BA(np, no_data); in sym_setup_data_and_start() 389 cp->goalp = cpu_to_scr(goalp); in sym_setup_data_and_start()
|
H A D | sym_hipd.h | 777 u32 goalp; /* Expected last data pointer */ member
|
H A D | sym_hipd.c | 3148 cp->goalp = cpu_to_scr(startp + 16); 3666 tmp = scr_to_cpu(cp->goalp); 3773 dp_ret = cpu_to_scr(cp->goalp); 3869 if (cp->phys.head.lastp == cp->goalp) 5520 if (cp->phys.head.lastp != cp->goalp)
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 327 u32 lastp, goalp; in sym_setup_data_and_start() local 366 goalp = SCRIPTA_BA(np, data_out2) + 8; in sym_setup_data_and_start() 367 lastp = goalp - 8 - (cp->segments * (2*4)); in sym_setup_data_and_start() 371 goalp = SCRIPTA_BA(np, data_in2) + 8; in sym_setup_data_and_start() 372 lastp = goalp - 8 - (cp->segments * (2*4)); in sym_setup_data_and_start() 376 lastp = goalp = SCRIPTB_BA(np, no_data); in sym_setup_data_and_start() 386 cp->goalp = cpu_to_scr(goalp); in sym_setup_data_and_start()
|
H A D | sym_hipd.h | 777 u32 goalp; /* Expected last data pointer */ member
|
H A D | sym_hipd.c | 3148 cp->goalp = cpu_to_scr(startp + 16); 3666 tmp = scr_to_cpu(cp->goalp); 3773 dp_ret = cpu_to_scr(cp->goalp); 3869 if (cp->phys.head.lastp == cp->goalp) 5519 if (cp->phys.head.lastp != cp->goalp)
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.c | 1365 u32 goalp; member 1369 ** They are copied back to savep/lastp/goalp by the SCRIPTS 3247 ** goalp --> goal pointer when DATA_IN 3250 ** This script sets savep/lastp/goalp according to the 3279 NADDR (header.goalp), 4121 u32 lastp, goalp; in ncr_queue_command() local 4288 goalp = NCB_SCRIPT_PHYS (np, data_out2) + 8; in ncr_queue_command() 4290 lastp = goalp - 8 - (segments * 16); in ncr_queue_command() 4297 cp->phys.header.wgoalp = cpu_to_scr(goalp); in ncr_queue_command() 4301 goalp in ncr_queue_command() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.c | 1367 u32 goalp; member 1371 ** They are copied back to savep/lastp/goalp by the SCRIPTS 3219 ** goalp --> goal pointer when DATA_IN 3222 ** This script sets savep/lastp/goalp according to the 3251 NADDR (header.goalp), 4093 u32 lastp, goalp; in ncr_queue_command() local 4260 goalp = NCB_SCRIPT_PHYS (np, data_out2) + 8; in ncr_queue_command() 4262 lastp = goalp - 8 - (segments * 16); in ncr_queue_command() 4269 cp->phys.header.wgoalp = cpu_to_scr(goalp); in ncr_queue_command() 4273 goalp in ncr_queue_command() [all...] |
Completed in 45 milliseconds