Searched refs:ppr_options (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic79xx_osm.c | 845 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_linux_dev_reset() 1579 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_linux_run_command() 1609 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) in ahd_linux_run_command() 1710 || tinfo->curr.ppr_options != tinfo->goal.ppr_options) in ahd_send_async() 1735 && tinfo->curr.ppr_options == target_ppr_options) in ahd_send_async() 1742 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0; in ahd_send_async() 1743 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0; in ahd_send_async() 1744 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0; in ahd_send_async() 1745 spi_rd_strm(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_RD_STRM ? 1 : 0; in ahd_send_async() 1746 spi_pcomp_en(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_PCOMP_EN ? 1 : 0; in ahd_send_async() [all …]
|
D | aic7xxx_osm.c | 1634 || tinfo->curr.ppr_options != tinfo->goal.ppr_options) in ahc_send_async() 1658 && tinfo->curr.ppr_options == target_ppr_options) 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() 2356 unsigned int ppr_options = tinfo->goal.ppr_options; in ahc_linux_set_period() local 2368 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahc_linux_set_period() 2378 if (ppr_options & ~MSG_EXT_PPR_QAS_REQ) { in ahc_linux_set_period() 2380 ppr_options &= MSG_EXT_PPR_QAS_REQ; in ahc_linux_set_period() 2383 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 | 154 u_int *ppr_options, 177 u_int bus_width, u_int ppr_options); 1886 tinfo->goal.ppr_options = 0; in ahc_handle_scsiint() 2218 u_int *period, u_int *ppr_options, role_t role) in ahc_devlimited_syncrate() argument 2230 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_devlimited_syncrate() 2251 *ppr_options &= transinfo->ppr_options; in ahc_devlimited_syncrate() 2254 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_devlimited_syncrate() 2258 *ppr_options = 0; in ahc_devlimited_syncrate() 2262 return (ahc_find_syncrate(ahc, period, ppr_options, maxsync)); in ahc_devlimited_syncrate() 2272 u_int *ppr_options, u_int maxsync) in ahc_find_syncrate() argument [all …]
|
D | aic79xx_core.c | 126 u_int *ppr_options, 151 u_int bus_width, u_int ppr_options); 3155 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ)!=0) { in ahd_handle_nonpkt_busfree() 3173 tinfo->goal.ppr_options = 0; in ahd_handle_nonpkt_busfree() 3699 u_int *period, u_int *ppr_options, role_t role) in ahd_devlimited_syncrate() argument 3710 *ppr_options &= MSG_EXT_PPR_QAS_REQ; in ahd_devlimited_syncrate() 3726 *ppr_options &= (transinfo->ppr_options|MSG_EXT_PPR_PCOMP_EN); in ahd_devlimited_syncrate() 3729 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahd_devlimited_syncrate() 3733 *ppr_options = 0; in ahd_devlimited_syncrate() 3736 ahd_find_syncrate(ahd, period, ppr_options, maxsync); in ahd_devlimited_syncrate() [all …]
|
D | aic7xxx.h | 697 uint8_t ppr_options; /* Parallel Protocol Request options */ member 1206 u_int *ppr_options, u_int maxsync); 1230 u_int ppr_options,
|
D | aic79xx.h | 752 uint8_t ppr_options; /* Parallel Protocol Request options */ member 1399 u_int *ppr_options, u_int maxsync); 1420 u_int ppr_options,
|
D | aic7xxx_proc.c | 116 (tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0 in ahc_format_transinfo()
|
/Linux-v4.19/drivers/scsi/ |
D | qla1280.h | 488 uint8_t ppr_options:4; member
|
D | qla1280.c | 1169 mb[6] = (nv->bus[bus].target[target].ppr_1x160.flags.ppr_options << 8) | in qla1280_set_target_parameters() 2036 nv->bus[bus].target[target].ppr_1x160.flags.ppr_options = 2; in qla1280_set_target_defaults()
|