Searched refs:lastp (Results 1 – 6 of 6) sorted by relevance
| /drivers/scsi/sym53c8xx_2/ |
| A D | sym_hipd.h | 648 u32 lastp; /* SCRIPTS address at end of data */ member 667 cp->phys.head.lastp = cpu_to_scr(dp); \ 669 np->ccb_head.lastp = cpu_to_scr(dp); \ 673 cp->phys.head.lastp : np->ccb_head.lastp) 677 cp->phys.head.lastp = cpu_to_scr(dp); \ 680 #define sym_get_script_dp(np, cp) (cp->phys.head.lastp)
|
| A D | sym_fw2.h | 455 offsetof (struct sym_ccb, phys.head.lastp), 514 offsetof (struct sym_ccb, phys.head.lastp), 546 offsetof (struct sym_ccb, phys.head.lastp), 562 offsetof (struct sym_ccb, phys.head.lastp), 740 offsetof (struct sym_ccb, phys.head.lastp), 764 offsetof (struct sym_ccb, phys.head.lastp), 1692 offsetof(struct sym_ccb, phys.head.lastp),
|
| A D | sym_fw1.h | 471 HADDR_1 (ccb_head.lastp), 531 HADDR_1 (ccb_head.lastp), 563 HADDR_1 (ccb_head.lastp), 572 HADDR_1 (ccb_head.lastp), 766 HADDR_1 (ccb_head.lastp), 788 HADDR_1 (ccb_head.lastp),
|
| A D | sym_glue.c | 327 u32 lastp, goalp; in sym_setup_data_and_start() local 367 lastp = goalp - 8 - (cp->segments * (2*4)); 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() 383 cp->phys.head.lastp = cpu_to_scr(lastp); in sym_setup_data_and_start() 384 cp->phys.head.savep = cpu_to_scr(lastp); in sym_setup_data_and_start()
|
| A D | sym_hipd.c | 3146 cp->phys.head.lastp = cpu_to_scr(startp); 3869 if (cp->phys.head.lastp == cp->goalp) 3876 if (cp->startp == cp->phys.head.lastp || 3877 sym_evaluate_dp(np, cp, scr_to_cpu(cp->phys.head.lastp), 5519 if (cp->phys.head.lastp != cp->goalp)
|
| /drivers/scsi/ |
| A D | ncr53c8xx.c | 1366 u32 lastp; member 2346 NADDR (header.lastp), 3232 NADDR (header.lastp), 3248 NADDR (header.lastp), 4093 u32 lastp, goalp; in ncr_queue_command() local 4262 lastp = goalp - 8 - (segments * 16); in ncr_queue_command() 4265 lastp -= (segments - MAX_SCATTERL) * 16; in ncr_queue_command() 4275 lastp = goalp - 8 - (segments * 16); in ncr_queue_command() 4278 lastp -= (segments - MAX_SCATTERL) * 16; in ncr_queue_command() 4291 cp->phys.header.lastp = cpu_to_scr(lastp); in ncr_queue_command() [all …]
|
Completed in 37 milliseconds