Home
last modified time | relevance | path

Searched refs:lastp (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/drivers/scsi/sym53c8xx_2/
Dsym_hipd.h661 u32 lastp; /* SCRIPTS address at end of data */ member
680 cp->phys.head.lastp = cpu_to_scr(dp); \
682 np->ccb_head.lastp = cpu_to_scr(dp); \
686 cp->phys.head.lastp : np->ccb_head.lastp)
690 cp->phys.head.lastp = cpu_to_scr(dp); \
693 #define sym_get_script_dp(np, cp) (cp->phys.head.lastp)
Dsym_fw2.h468 offsetof (struct sym_ccb, phys.head.lastp),
527 offsetof (struct sym_ccb, phys.head.lastp),
559 offsetof (struct sym_ccb, phys.head.lastp),
575 offsetof (struct sym_ccb, phys.head.lastp),
753 offsetof (struct sym_ccb, phys.head.lastp),
777 offsetof (struct sym_ccb, phys.head.lastp),
1705 offsetof(struct sym_ccb, phys.head.lastp),
Dsym_fw1.h484 HADDR_1 (ccb_head.lastp),
544 HADDR_1 (ccb_head.lastp),
576 HADDR_1 (ccb_head.lastp),
585 HADDR_1 (ccb_head.lastp),
779 HADDR_1 (ccb_head.lastp),
801 HADDR_1 (ccb_head.lastp),
Dsym_glue.c347 u32 lastp, goalp; in sym_setup_data_and_start() local
387 lastp = goalp - 8 - (cp->segments * (2*4)); in sym_setup_data_and_start()
392 lastp = goalp - 8 - (cp->segments * (2*4)); in sym_setup_data_and_start()
396 lastp = goalp = SCRIPTB_BA(np, no_data); in sym_setup_data_and_start()
403 cp->phys.head.lastp = cpu_to_scr(lastp); in sym_setup_data_and_start()
404 cp->phys.head.savep = cpu_to_scr(lastp); in sym_setup_data_and_start()
Dsym_hipd.c3154 cp->phys.head.lastp = cpu_to_scr(startp);
3877 if (cp->phys.head.lastp == cp->goalp)
3884 if (cp->startp == cp->phys.head.lastp ||
3885 sym_evaluate_dp(np, cp, scr_to_cpu(cp->phys.head.lastp),
5517 if (cp->phys.head.lastp != cp->goalp)
/linux-2.6.39/mm/
Dnommu.c530 struct rb_node *p, *lastp; in validate_nommu_regions() local
532 lastp = rb_first(&nommu_region_tree); in validate_nommu_regions()
533 if (!lastp) in validate_nommu_regions()
536 last = rb_entry(lastp, struct vm_region, vm_rb); in validate_nommu_regions()
540 while ((p = rb_next(lastp))) { in validate_nommu_regions()
542 last = rb_entry(lastp, struct vm_region, vm_rb); in validate_nommu_regions()
548 lastp = p; in validate_nommu_regions()
/linux-2.6.39/drivers/scsi/
Dncr53c8xx.c1377 u32 lastp; member
2387 NADDR (header.lastp),
3273 NADDR (header.lastp),
3289 NADDR (header.lastp),
4131 u32 lastp, goalp; in ncr_queue_command() local
4300 lastp = goalp - 8 - (segments * 16); in ncr_queue_command()
4302 lastp = NCB_SCRIPTH_PHYS (np, hdata_out2); in ncr_queue_command()
4303 lastp -= (segments - MAX_SCATTERL) * 16; in ncr_queue_command()
4308 cp->phys.header.wlastp = cpu_to_scr(lastp); in ncr_queue_command()
4313 lastp = goalp - 8 - (segments * 16); in ncr_queue_command()
[all …]
/linux-2.6.39/kernel/
Dsysctl_binary.c934 char __user *lastp; in bin_string() local
943 lastp = oldval + copied - 1; in bin_string()
946 if (get_user(ch, lastp)) in bin_string()
952 if (put_user('\0', lastp)) in bin_string()