Searched refs:ppr_options (Results 1 – 10 of 10) sorted by relevance
/drivers/scsi/aic7xxx/ |
D | aic79xx_osm.c | 845 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_linux_dev_reset() 1578 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_linux_run_command() 1608 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) in ahd_linux_run_command() 1709 || tinfo->curr.ppr_options != tinfo->goal.ppr_options) in ahd_send_async() 1734 && tinfo->curr.ppr_options == target_ppr_options) in ahd_send_async() 1741 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0; in ahd_send_async() 1742 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0; in ahd_send_async() 1743 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0; in ahd_send_async() 1744 spi_rd_strm(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_RD_STRM ? 1 : 0; in ahd_send_async() 1745 spi_pcomp_en(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_PCOMP_EN ? 1 : 0; in ahd_send_async() [all …]
|
D | aic7xxx_osm.c | 1631 || tinfo->curr.ppr_options != tinfo->goal.ppr_options) in ahc_send_async() 1655 && tinfo->curr.ppr_options == target_ppr_options) in ahc_send_async() 1662 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0; in ahc_send_async() 1663 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0; in ahc_send_async() 1664 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0; in ahc_send_async() 2353 unsigned int ppr_options = tinfo->goal.ppr_options; in ahc_linux_set_period() local 2365 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahc_linux_set_period() 2375 if (ppr_options & ~MSG_EXT_PPR_QAS_REQ) { in ahc_linux_set_period() 2377 ppr_options &= MSG_EXT_PPR_QAS_REQ; in ahc_linux_set_period() 2380 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_period() [all …]
|
D | aic79xx_proc.c | 121 if ((tinfo->ppr_options & MSG_EXT_PPR_RD_STRM) != 0) { in ahd_format_transinfo() 125 if ((tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0) { in ahd_format_transinfo() 129 if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_format_transinfo() 133 if ((tinfo->ppr_options & MSG_EXT_PPR_RTI) != 0) { in ahd_format_transinfo() 137 if ((tinfo->ppr_options & MSG_EXT_PPR_QAS_REQ) != 0) { in ahd_format_transinfo()
|
D | aic7xxx_core.c | 147 u_int *ppr_options, 170 u_int bus_width, u_int ppr_options); 1879 tinfo->goal.ppr_options = 0; in ahc_handle_scsiint() 2211 u_int *period, u_int *ppr_options, role_t role) in ahc_devlimited_syncrate() argument 2223 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_devlimited_syncrate() 2244 *ppr_options &= transinfo->ppr_options; in ahc_devlimited_syncrate() 2247 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_devlimited_syncrate() 2251 *ppr_options = 0; in ahc_devlimited_syncrate() 2255 return (ahc_find_syncrate(ahc, period, ppr_options, maxsync)); in ahc_devlimited_syncrate() 2265 u_int *ppr_options, u_int maxsync) in ahc_find_syncrate() argument [all …]
|
D | aic79xx_core.c | 118 u_int *ppr_options, 143 u_int bus_width, u_int ppr_options); 3149 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ)!=0) { in ahd_handle_nonpkt_busfree() 3167 tinfo->goal.ppr_options = 0; in ahd_handle_nonpkt_busfree() 3693 u_int *period, u_int *ppr_options, role_t role) in ahd_devlimited_syncrate() argument 3704 *ppr_options &= MSG_EXT_PPR_QAS_REQ; in ahd_devlimited_syncrate() 3720 *ppr_options &= (transinfo->ppr_options|MSG_EXT_PPR_PCOMP_EN); in ahd_devlimited_syncrate() 3723 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahd_devlimited_syncrate() 3727 *ppr_options = 0; in ahd_devlimited_syncrate() 3730 ahd_find_syncrate(ahd, period, ppr_options, maxsync); in ahd_devlimited_syncrate() [all …]
|
D | aic7xxx.h | 694 uint8_t ppr_options; /* Parallel Protocol Request options */ member 1201 u_int *ppr_options, u_int maxsync); 1225 u_int ppr_options,
|
D | aic79xx.h | 749 uint8_t ppr_options; /* Parallel Protocol Request options */ member 1393 u_int *ppr_options, u_int maxsync); 1414 u_int ppr_options,
|
D | aic7xxx_proc.c | 116 (tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0 in ahc_format_transinfo()
|
/drivers/scsi/ |
D | qla1280.h | 479 uint8_t ppr_options:4; member
|
D | qla1280.c | 1141 mb[6] = (nv->bus[bus].target[target].ppr_1x160.flags.ppr_options << 8) | in qla1280_set_target_parameters() 1999 nv->bus[bus].target[target].ppr_1x160.flags.ppr_options = 2; in qla1280_set_target_defaults()
|