Home
last modified time | relevance | path

Searched refs:MSG_EXT_PPR_RTI (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/scsi/aic7xxx/
Dscsi_message.h64 #define MSG_EXT_PPR_RTI 0x40 macro
Daic79xx_proc.c133 if ((tinfo->ppr_options & MSG_EXT_PPR_RTI) != 0) { in ahd_format_transinfo()
Daic79xx_osm.c1728 + (spi_rti(starget) ? MSG_EXT_PPR_RTI : 0) in ahd_send_async()
1747 spi_rti(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_RTI ? 1 : 0; in ahd_send_async()
2693 & ~MSG_EXT_PPR_RTI; in ahd_linux_set_rti()
2713 ppr_options |= MSG_EXT_PPR_RTI; in ahd_linux_set_rti()
Daic79xx_core.c3761 *ppr_options &= ~MSG_EXT_PPR_RTI; in ahd_find_syncrate()
3962 if ((ppr_options & MSG_EXT_PPR_RTI) != 0) { in ahd_set_syncrate()
4120 |MSG_EXT_PPR_IU_REQ|MSG_EXT_PPR_RTI); in ahd_update_neg_table()
7670 tinfo->user.ppr_options |= MSG_EXT_PPR_RTI; in ahd_default_config()
7771 user_tinfo->ppr_options |= MSG_EXT_PPR_RTI; in ahd_parse_cfgdata()