Searched defs:ppr_options (Results 1 - 7 of 7) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c845 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
1582 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
1612 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0)
1728 || tinfo->curr.ppr_options != tinfo->goal.ppr_options)
1753 && tinfo->curr.ppr_options == target_ppr_options)
1760 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0;
1761 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0;
1762 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0;
1763 spi_rd_strm(starget) = tinfo->curr.ppr_options
2429 unsigned int ppr_options = tinfo->goal.ppr_options; local
2482 unsigned int ppr_options = 0; local
2517 unsigned int ppr_options = tinfo->goal.ppr_options local
2559 unsigned int ppr_options = tinfo->goal.ppr_options local
2598 unsigned int ppr_options = tinfo->goal.ppr_options local
2638 unsigned int ppr_options = tinfo->goal.ppr_options local
2674 unsigned int ppr_options = tinfo->goal.ppr_options local
2710 unsigned int ppr_options = tinfo->goal.ppr_options local
2754 unsigned int ppr_options = tinfo->goal.ppr_options local
2804 unsigned int ppr_options = tinfo->goal.ppr_options local
[all...]
H A Daic7xxx_osm.c1661 || tinfo->curr.ppr_options != tinfo->goal.ppr_options)
1685 && tinfo->curr.ppr_options == target_ppr_options)
1692 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0;
1693 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0;
1694 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0;
2387 unsigned int ppr_options = tinfo->goal.ppr_options; local
2399 ppr_options |= MSG_EXT_PPR_DT_REQ;
2409 if (ppr_options
2431 unsigned int ppr_options = 0; local
2459 unsigned int ppr_options = tinfo->goal.ppr_options local
[all...]
H A Daic7xxx_core.c154 u_int *ppr_options,
177 u_int bus_width, u_int ppr_options);
1886 tinfo->goal.ppr_options = 0;
1910 /*ppr_options*/0,
2218 u_int *period, u_int *ppr_options, role_t role)
2230 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
2251 *ppr_options &= transinfo->ppr_options;
2254 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
2258 *ppr_options
2216 ahc_devlimited_syncrate(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, u_int *period, u_int *ppr_options, role_t role) argument
2271 ahc_find_syncrate(struct ahc_softc *ahc, u_int *period, u_int *ppr_options, u_int maxsync) argument
2493 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
2976 u_int ppr_options; local
3098 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
3639 u_int ppr_options; local
3816 u_int ppr_options; local
[all...]
H A Daic79xx.h752 uint8_t ppr_options; /* Parallel Protocol Request options */ member in struct:ahd_transinfo
1402 u_int *ppr_options, u_int maxsync);
1423 u_int ppr_options,
H A Daic79xx_core.c126 u_int *ppr_options,
151 u_int bus_width, u_int ppr_options);
1956 /*offset*/0, /*ppr_options*/0,
3155 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ)!=0) {
3162 /*ppr_options*/0,
3173 tinfo->goal.ppr_options = 0;
3223 /*ppr_options*/0,
3699 u_int *period, u_int *ppr_options, role_t role)
3710 *ppr_options &= MSG_EXT_PPR_QAS_REQ;
3726 *ppr_options
3697 ahd_devlimited_syncrate(struct ahd_softc *ahd, struct ahd_initiator_tinfo *tinfo, u_int *period, u_int *ppr_options, role_t role) argument
3746 ahd_find_syncrate(struct ahd_softc *ahd, u_int *period, u_int *ppr_options, u_int maxsync) argument
3889 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
4535 u_int ppr_options; local
4656 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
5154 u_int ppr_options; local
5327 u_int ppr_options; local
[all...]
H A Daic7xxx.h697 uint8_t ppr_options; /* Parallel Protocol Request options */ member in struct:ahc_transinfo
1206 u_int *ppr_options, u_int maxsync);
1230 u_int ppr_options,
/drivers/scsi/
H A Dqla1280.h488 uint8_t ppr_options:4; member in struct:nvram::__anon4845::__anon4848::__anon4853::__anon4854

Completed in 140 milliseconds