Lines Matching defs:devinfo

373 				     struct ahc_devinfo *devinfo);
566 struct ahc_devinfo devinfo;
614 ahc_compile_devinfo(&devinfo, our_id, starget->id,
617 ahc_set_syncrate(ahc, &devinfo, NULL, 0, 0, 0,
619 ahc_set_width(ahc, &devinfo, MSG_EXT_WDTR_BUS_8_BIT,
1168 struct ahc_devinfo devinfo;
1185 ahc_compile_devinfo(&devinfo, our_id, target_id,
1187 ahc_update_neg_request(ahc, &devinfo, tstate,
1262 struct ahc_devinfo *devinfo, ahc_queue_alg alg)
1296 usertags = ahc_linux_user_tagdepth(ahc, devinfo);
1348 ahc_linux_user_tagdepth(struct ahc_softc *ahc, struct ahc_devinfo *devinfo)
1354 if ((ahc->user_discenable & devinfo->target_mask) != 0) {
1370 tags = tag_info->tag_commands[devinfo->target_offset];
1384 struct ahc_devinfo devinfo;
1388 ahc_compile_devinfo(&devinfo,
1394 tags = ahc_linux_user_tagdepth(ahc, &devinfo);
1397 ahc_platform_set_tags(ahc, sdev, &devinfo, AHC_QUEUE_TAGGED);
1398 ahc_send_async(ahc, devinfo.channel, devinfo.target,
1399 devinfo.lun, AC_TRANSFER_NEG);
1400 ahc_print_devinfo(ahc, &devinfo);
1403 ahc_platform_set_tags(ahc, sdev, &devinfo, AHC_QUEUE_NONE);
1404 ahc_send_async(ahc, devinfo.channel, devinfo.target,
1405 devinfo.lun, AC_TRANSFER_NEG);
1804 struct ahc_devinfo devinfo;
1807 ahc_compile_devinfo(&devinfo,
1909 ahc_platform_set_tags(ahc, sdev, &devinfo,
1920 ahc_platform_set_tags(ahc, sdev, &devinfo,
2328 struct ahc_devinfo devinfo;
2331 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2334 ahc_set_width(ahc, &devinfo, width, AHC_TRANS_GOAL, FALSE);
2347 struct ahc_devinfo devinfo;
2366 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2378 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset,
2392 struct ahc_devinfo devinfo;
2398 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2407 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset,
2421 struct ahc_devinfo devinfo;
2436 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2441 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset,
2460 struct ahc_devinfo devinfo;
2470 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2475 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset,
2489 struct ahc_devinfo devinfo;
2499 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2504 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset,