• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/

Lines Matching defs:ppr_options

697 	if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
1425 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
1454 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0)
1587 || tinfo->curr.ppr_options != tinfo->goal.ppr_options)
1612 && tinfo->curr.ppr_options == target_ppr_options)
1619 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0;
1620 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0;
1621 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0;
1622 spi_rd_strm(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_RD_STRM ? 1 : 0;
1623 spi_pcomp_en(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_PCOMP_EN ? 1 : 0;
1624 spi_rti(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_RTI ? 1 : 0;
1625 spi_wr_flow(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_WR_FLOW ? 1 : 0;
1626 spi_hold_mcs(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_HOLD_MCS ? 1 : 0;
2288 unsigned int ppr_options = tinfo->goal.ppr_options;
2303 ppr_options |= MSG_EXT_PPR_DT_REQ;
2305 ppr_options |= MSG_EXT_PPR_IU_REQ;
2308 dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2314 if (ppr_options & ~MSG_EXT_PPR_QAS_REQ) {
2316 ppr_options &= MSG_EXT_PPR_QAS_REQ;
2319 ahd_find_syncrate(ahd, &period, &ppr_options,
2324 ppr_options, AHD_TRANS_GOAL, FALSE);
2338 unsigned int ppr_options = 0;
2340 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2352 ppr_options = tinfo->goal.ppr_options;
2353 ahd_find_syncrate(ahd, &period, &ppr_options,
2358 ahd_set_syncrate(ahd, &devinfo, period, offset, ppr_options,
2373 unsigned int ppr_options = tinfo->goal.ppr_options
2385 ppr_options |= MSG_EXT_PPR_DT_REQ;
2392 ppr_options &= ~MSG_EXT_PPR_IU_REQ;
2396 ahd_find_syncrate(ahd, &period, &ppr_options,
2401 ppr_options, AHD_TRANS_GOAL, FALSE);
2415 unsigned int ppr_options = tinfo->goal.ppr_options
2428 ppr_options |= MSG_EXT_PPR_QAS_REQ;
2431 dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2435 ahd_find_syncrate(ahd, &period, &ppr_options,
2440 ppr_options, AHD_TRANS_GOAL, FALSE);
2454 unsigned int ppr_options = tinfo->goal.ppr_options
2467 ppr_options |= MSG_EXT_PPR_IU_REQ;
2468 ppr_options |= MSG_EXT_PPR_DT_REQ; /* IU requires DT */
2471 dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2475 ahd_find_syncrate(ahd, &period, &ppr_options,
2480 ppr_options, AHD_TRANS_GOAL, FALSE);
2494 unsigned int ppr_options = tinfo->goal.ppr_options
2497 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2507 ppr_options |= MSG_EXT_PPR_RD_STRM;
2511 ahd_find_syncrate(ahd, &period, &ppr_options,
2516 ppr_options, AHD_TRANS_GOAL, FALSE);
2530 unsigned int ppr_options = tinfo->goal.ppr_options
2533 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2543 ppr_options |= MSG_EXT_PPR_WR_FLOW;
2547 ahd_find_syncrate(ahd, &period, &ppr_options,
2552 ppr_options, AHD_TRANS_GOAL, FALSE);
2566 unsigned int ppr_options = tinfo->goal.ppr_options
2569 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2587 ppr_options |= MSG_EXT_PPR_RTI;
2591 ahd_find_syncrate(ahd, &period, &ppr_options,
2596 ppr_options, AHD_TRANS_GOAL, FALSE);
2610 unsigned int ppr_options = tinfo->goal.ppr_options
2613 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2633 ppr_options |= MSG_EXT_PPR_PCOMP_EN;
2641 ahd_find_syncrate(ahd, &period, &ppr_options,
2646 ppr_options, AHD_TRANS_GOAL, FALSE);
2660 unsigned int ppr_options = tinfo->goal.ppr_options
2663 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2667 ppr_options |= MSG_EXT_PPR_HOLD_MCS;
2671 ahd_find_syncrate(ahd, &period, &ppr_options,
2676 ppr_options, AHD_TRANS_GOAL, FALSE);