Home
last modified time | relevance | path

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

/linux-3.4.99/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.c3158 cp->phys.head.lastp = cpu_to_scr(startp);
3881 if (cp->phys.head.lastp == cp->goalp)
3888 if (cp->startp == cp->phys.head.lastp ||
3889 sym_evaluate_dp(np, cp, scr_to_cpu(cp->phys.head.lastp),
5521 if (cp->phys.head.lastp != cp->goalp)
/linux-3.4.99/mm/
Dnommu.c529 struct rb_node *p, *lastp; in validate_nommu_regions() local
531 lastp = rb_first(&nommu_region_tree); in validate_nommu_regions()
532 if (!lastp) in validate_nommu_regions()
535 last = rb_entry(lastp, struct vm_region, vm_rb); in validate_nommu_regions()
539 while ((p = rb_next(lastp))) { in validate_nommu_regions()
541 last = rb_entry(lastp, struct vm_region, vm_rb); in validate_nommu_regions()
547 lastp = p; in validate_nommu_regions()
/linux-3.4.99/drivers/scsi/
Dncr53c8xx.c1376 u32 lastp; member
2386 NADDR (header.lastp),
3272 NADDR (header.lastp),
3288 NADDR (header.lastp),
4130 u32 lastp, goalp; in ncr_queue_command() local
4299 lastp = goalp - 8 - (segments * 16); in ncr_queue_command()
4301 lastp = NCB_SCRIPTH_PHYS (np, hdata_out2); in ncr_queue_command()
4302 lastp -= (segments - MAX_SCATTERL) * 16; in ncr_queue_command()
4307 cp->phys.header.wlastp = cpu_to_scr(lastp); in ncr_queue_command()
4312 lastp = goalp - 8 - (segments * 16); in ncr_queue_command()
[all …]
/linux-3.4.99/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()