Lines Matching defs:devinfo
371 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,
1161 struct ahc_devinfo devinfo;
1178 ahc_compile_devinfo(&devinfo, our_id, target_id,
1180 ahc_update_neg_request(ahc, &devinfo, tstate,
1255 struct ahc_devinfo *devinfo, ahc_queue_alg alg)
1289 usertags = ahc_linux_user_tagdepth(ahc, devinfo);
1341 ahc_linux_user_tagdepth(struct ahc_softc *ahc, struct ahc_devinfo *devinfo)
1347 if ((ahc->user_discenable & devinfo->target_mask) != 0) {
1363 tags = tag_info->tag_commands[devinfo->target_offset];
1377 struct ahc_devinfo devinfo;
1381 ahc_compile_devinfo(&devinfo,
1387 tags = ahc_linux_user_tagdepth(ahc, &devinfo);
1390 ahc_platform_set_tags(ahc, sdev, &devinfo, AHC_QUEUE_TAGGED);
1391 ahc_send_async(ahc, devinfo.channel, devinfo.target,
1392 devinfo.lun, AC_TRANSFER_NEG);
1393 ahc_print_devinfo(ahc, &devinfo);
1396 ahc_platform_set_tags(ahc, sdev, &devinfo, AHC_QUEUE_NONE);
1397 ahc_send_async(ahc, devinfo.channel, devinfo.target,
1398 devinfo.lun, AC_TRANSFER_NEG);
1797 struct ahc_devinfo devinfo;
1800 ahc_compile_devinfo(&devinfo,
1903 ahc_platform_set_tags(ahc, sdev, &devinfo,
1914 ahc_platform_set_tags(ahc, sdev, &devinfo,
2317 struct ahc_devinfo devinfo;
2320 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2323 ahc_set_width(ahc, &devinfo, width, AHC_TRANS_GOAL, FALSE);
2336 struct ahc_devinfo devinfo;
2355 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2366 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset,
2380 struct ahc_devinfo devinfo;
2386 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2394 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset,
2408 struct ahc_devinfo devinfo;
2423 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2427 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset,
2446 struct ahc_devinfo devinfo;
2456 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2460 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset,
2474 struct ahc_devinfo devinfo;
2484 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2488 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset,