• Home
  • Raw
  • Download

Lines Matching refs:tinfo

567 	struct ahc_initiator_tinfo *tinfo;  in ahc_linux_target_alloc()  local
616 tinfo = ahc_fetch_transinfo(ahc, channel, ahc->our_id, in ahc_linux_target_alloc()
1181 struct ahc_initiator_tinfo *tinfo; in ahc_linux_initialize_scsi_bus() local
1195 tinfo = ahc_fetch_transinfo(ahc, channel, our_id, in ahc_linux_initialize_scsi_bus()
1200 tinfo, AHC_NEG_ALWAYS); in ahc_linux_initialize_scsi_bus()
1427 struct ahc_initiator_tinfo *tinfo; in ahc_linux_run_command() local
1483 tinfo = ahc_fetch_transinfo(ahc, SCB_GET_CHANNEL(ahc, scb), in ahc_linux_run_command()
1486 hscb->scsirate = tinfo->scsirate; in ahc_linux_run_command()
1487 hscb->scsioffset = tinfo->curr.offset; in ahc_linux_run_command()
1615 struct ahc_initiator_tinfo *tinfo; in ahc_send_async() local
1622 tinfo = ahc_fetch_transinfo(ahc, channel, in ahc_send_async()
1631 if (tinfo->curr.period != tinfo->goal.period in ahc_send_async()
1632 || tinfo->curr.width != tinfo->goal.width in ahc_send_async()
1633 || tinfo->curr.offset != tinfo->goal.offset in ahc_send_async()
1634 || tinfo->curr.ppr_options != tinfo->goal.ppr_options) in ahc_send_async()
1655 if (tinfo->curr.period == spi_period(starget) in ahc_send_async()
1656 && tinfo->curr.width == spi_width(starget) in ahc_send_async()
1657 && tinfo->curr.offset == spi_offset(starget) in ahc_send_async()
1658 && tinfo->curr.ppr_options == target_ppr_options) in ahc_send_async()
1662 spi_period(starget) = tinfo->curr.period; in ahc_send_async()
1663 spi_width(starget) = tinfo->curr.width; in ahc_send_async()
1664 spi_offset(starget) = tinfo->curr.offset; in ahc_send_async()
1665 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0; in ahc_send_async()
1666 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0; in ahc_send_async()
1667 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0; in ahc_send_async()
2351 struct ahc_initiator_tinfo *tinfo in ahc_linux_set_period() local
2356 unsigned int ppr_options = tinfo->goal.ppr_options; in ahc_linux_set_period()
2358 unsigned long offset = tinfo->goal.offset; in ahc_linux_set_period()
2395 struct ahc_initiator_tinfo *tinfo in ahc_linux_set_offset() local
2409 period = tinfo->goal.period; in ahc_linux_set_offset()
2410 ppr_options = tinfo->goal.ppr_options; in ahc_linux_set_offset()
2423 struct ahc_initiator_tinfo *tinfo in ahc_linux_set_dt() local
2428 unsigned int ppr_options = tinfo->goal.ppr_options in ahc_linux_set_dt()
2430 unsigned int period = tinfo->goal.period; in ahc_linux_set_dt()
2431 unsigned int width = tinfo->goal.width; in ahc_linux_set_dt()
2446 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset, in ahc_linux_set_dt()
2461 struct ahc_initiator_tinfo *tinfo
2466 unsigned int ppr_options = tinfo->goal.ppr_options
2468 unsigned int period = tinfo->goal.period;
2479 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset,
2489 struct ahc_initiator_tinfo *tinfo
2494 unsigned int ppr_options = tinfo->goal.ppr_options
2496 unsigned int period = tinfo->goal.period;
2507 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset,