• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/

Lines Matching defs:devinfo

376 				     struct ahc_devinfo *devinfo);
569 struct ahc_devinfo devinfo;
622 ahc_compile_devinfo(&devinfo, our_id, starget->id,
625 ahc_set_syncrate(ahc, &devinfo, NULL, 0, 0, 0,
627 ahc_set_width(ahc, &devinfo, MSG_EXT_WDTR_BUS_8_BIT,
1177 struct ahc_devinfo devinfo;
1194 ahc_compile_devinfo(&devinfo, our_id, target_id,
1196 ahc_update_neg_request(ahc, &devinfo, tstate,
1272 struct ahc_devinfo *devinfo, ahc_queue_alg alg)
1306 usertags = ahc_linux_user_tagdepth(ahc, devinfo);
1361 ahc_linux_user_tagdepth(struct ahc_softc *ahc, struct ahc_devinfo *devinfo)
1367 if ((ahc->user_discenable & devinfo->target_mask) != 0) {
1383 tags = tag_info->tag_commands[devinfo->target_offset];
1397 struct ahc_devinfo devinfo;
1401 ahc_compile_devinfo(&devinfo,
1407 tags = ahc_linux_user_tagdepth(ahc, &devinfo);
1410 ahc_platform_set_tags(ahc, sdev, &devinfo, AHC_QUEUE_TAGGED);
1411 ahc_send_async(ahc, devinfo.channel, devinfo.target,
1412 devinfo.lun, AC_TRANSFER_NEG);
1413 ahc_print_devinfo(ahc, &devinfo);
1416 ahc_platform_set_tags(ahc, sdev, &devinfo, AHC_QUEUE_NONE);
1417 ahc_send_async(ahc, devinfo.channel, devinfo.target,
1418 devinfo.lun, AC_TRANSFER_NEG);
1831 struct ahc_devinfo devinfo;
1834 ahc_compile_devinfo(&devinfo,
1937 ahc_platform_set_tags(ahc, sdev, &devinfo,
1948 ahc_platform_set_tags(ahc, sdev, &devinfo,
2354 struct ahc_devinfo devinfo;
2357 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2360 ahc_set_width(ahc, &devinfo, width, AHC_TRANS_GOAL, FALSE);
2373 struct ahc_devinfo devinfo;
2392 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2403 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset,
2417 struct ahc_devinfo devinfo;
2423 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2431 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset,
2445 struct ahc_devinfo devinfo;
2460 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2464 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset,