Searched refs:MSG_EXT_PPR_IU_REQ (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/scsi/aic7xxx/
H A Dscsi_message.h70 #define MSG_EXT_PPR_IU_REQ 0x01 macro
H A Daic79xx_proc.c129 if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { ahd_format_transinfo()
H A Daic79xx_osm.c845 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { ahd_linux_dev_reset()
1580 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { ahd_linux_run_command()
1610 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) ahd_linux_run_command()
1726 + (spi_iu(starget) ? MSG_EXT_PPR_IU_REQ : 0) ahd_send_async()
1745 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0; ahd_send_async()
2430 ppr_options |= MSG_EXT_PPR_IU_REQ; ahd_linux_set_period()
2519 ppr_options &= ~MSG_EXT_PPR_IU_REQ; ahd_linux_set_dt()
2582 & ~MSG_EXT_PPR_IU_REQ; ahd_linux_set_iu()
2594 ppr_options |= MSG_EXT_PPR_IU_REQ; ahd_linux_set_iu()
H A Daic7xxx_osm.c1654 + (spi_iu(starget) ? MSG_EXT_PPR_IU_REQ : 0); ahc_send_async()
1668 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0; ahc_send_async()
2501 & ~MSG_EXT_PPR_IU_REQ;
2507 ppr_options |= MSG_EXT_PPR_IU_REQ;
H A Daic79xx_core.c3155 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ)!=0) { ahd_handle_nonpkt_busfree()
3763 if ((*ppr_options & MSG_EXT_PPR_IU_REQ) == 0) ahd_find_syncrate()
3770 if ((*ppr_options & MSG_EXT_PPR_IU_REQ) == 0 ahd_find_syncrate()
3958 if ((ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { ahd_set_syncrate()
3998 if ((old_ppr & MSG_EXT_PPR_IU_REQ) ahd_set_syncrate()
3999 != (ppr_options & MSG_EXT_PPR_IU_REQ)) { ahd_set_syncrate()
4009 if ((old_ppr & MSG_EXT_PPR_IU_REQ) != 0) { ahd_set_syncrate()
4120 |MSG_EXT_PPR_IU_REQ|MSG_EXT_PPR_RTI); ahd_update_neg_table()
4160 && (ppr_opts & MSG_EXT_PPR_IU_REQ) == 0) { ahd_update_neg_table()
4206 if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ) == 0) ahd_update_neg_table()
5558 tinfo->goal.ppr_options &= MSG_EXT_PPR_IU_REQ ahd_handle_msg_reject()
7677 | MSG_EXT_PPR_IU_REQ ahd_default_config()
7780 | MSG_EXT_PPR_IU_REQ; ahd_parse_cfgdata()

Completed in 195 milliseconds