Searched refs:ppr_options (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c831 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
1563 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
1593 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0)
1694 || tinfo->curr.ppr_options != tinfo->goal.ppr_options)
1719 && tinfo->curr.ppr_options == target_ppr_options)
1726 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0;
1727 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0;
1728 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0;
1729 spi_rd_strm(starget) = tinfo->curr.ppr_options
2391 unsigned int ppr_options = tinfo->goal.ppr_options; local
2444 unsigned int ppr_options = 0; local
2479 unsigned int ppr_options = tinfo->goal.ppr_options local
2521 unsigned int ppr_options = tinfo->goal.ppr_options local
2560 unsigned int ppr_options = tinfo->goal.ppr_options local
2600 unsigned int ppr_options = tinfo->goal.ppr_options local
2636 unsigned int ppr_options = tinfo->goal.ppr_options local
2672 unsigned int ppr_options = tinfo->goal.ppr_options local
2716 unsigned int ppr_options = tinfo->goal.ppr_options local
2766 unsigned int ppr_options = tinfo->goal.ppr_options local
[all...]
H A Daic79xx_proc.c121 if ((tinfo->ppr_options & MSG_EXT_PPR_RD_STRM) != 0) {
125 if ((tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0) {
129 if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
133 if ((tinfo->ppr_options & MSG_EXT_PPR_RTI) != 0) {
137 if ((tinfo->ppr_options & MSG_EXT_PPR_QAS_REQ) != 0) {
H A Daic7xxx_osm.c1621 || tinfo->curr.ppr_options != tinfo->goal.ppr_options)
1644 && tinfo->curr.ppr_options == target_ppr_options)
1651 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0;
1652 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0;
1653 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0;
2348 unsigned int ppr_options = tinfo->goal.ppr_options; local
2360 ppr_options |= MSG_EXT_PPR_DT_REQ;
2370 if (ppr_options
2393 unsigned int ppr_options = 0; local
2422 unsigned int ppr_options = tinfo->goal.ppr_options local
[all...]
H A Daic7xxx_core.c147 u_int *ppr_options,
170 u_int bus_width, u_int ppr_options);
1863 tinfo->goal.ppr_options = 0;
1887 /*ppr_options*/0,
2193 u_int *period, u_int *ppr_options, role_t role)
2205 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
2226 *ppr_options &= transinfo->ppr_options;
2229 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
2233 *ppr_options
2191 ahc_devlimited_syncrate(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, u_int *period, u_int *ppr_options, role_t role) argument
2246 ahc_find_syncrate(struct ahc_softc *ahc, u_int *period, u_int *ppr_options, u_int maxsync) argument
2468 ahc_set_syncrate(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, const struct ahc_syncrate *syncrate, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
2951 u_int ppr_options; local
3073 ahc_construct_ppr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int period, u_int offset, u_int bus_width, u_int ppr_options) argument
3614 u_int ppr_options; local
3791 u_int ppr_options; local
[all...]
H A Daic79xx_core.c118 u_int *ppr_options,
143 u_int bus_width, u_int ppr_options);
1937 /*offset*/0, /*ppr_options*/0,
3123 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ)!=0) {
3130 /*ppr_options*/0,
3141 tinfo->goal.ppr_options = 0;
3191 /*ppr_options*/0,
3665 u_int *period, u_int *ppr_options, role_t role)
3676 *ppr_options &= MSG_EXT_PPR_QAS_REQ;
3692 *ppr_options
3663 ahd_devlimited_syncrate(struct ahd_softc *ahd, struct ahd_initiator_tinfo *tinfo, u_int *period, u_int *ppr_options, role_t role) argument
3712 ahd_find_syncrate(struct ahd_softc *ahd, u_int *period, u_int *ppr_options, u_int maxsync) argument
3855 ahd_set_syncrate(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
4499 u_int ppr_options; local
4620 ahd_construct_ppr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset, u_int bus_width, u_int ppr_options) argument
5118 u_int ppr_options; local
5291 u_int ppr_options; local
[all...]
H A Daic7xxx.h694 uint8_t ppr_options; /* Parallel Protocol Request options */ member in struct:ahc_transinfo
1195 u_int *ppr_options, u_int maxsync);
1219 u_int ppr_options,
H A Daic7xxx_proc.c116 (tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0
H A Daic79xx.h749 uint8_t ppr_options; /* Parallel Protocol Request options */ member in struct:ahd_transinfo
1389 u_int *ppr_options, u_int maxsync);
1410 u_int ppr_options,
/linux-master/drivers/scsi/
H A Dqla1280.h480 uint8_t ppr_options:4; member in struct:nvram::__anon3026::__anon3029::__anon3034::__anon3035
H A Dqla1280.c1133 mb[6] = (nv->bus[bus].target[target].ppr_1x160.flags.ppr_options << 8) |
1998 nv->bus[bus].target[target].ppr_1x160.flags.ppr_options = 2;

Completed in 456 milliseconds