Home
last modified time | relevance | path

Searched refs:MSG_EXT_PPR_QAS_REQ (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/scsi/aic7xxx/
Dscsi_message.h68 #define MSG_EXT_PPR_QAS_REQ 0x04 macro
Daic7xxx_osm.c1649 + (spi_qas(starget) ? MSG_EXT_PPR_QAS_REQ : 0) in ahc_send_async()
1663 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0; in ahc_send_async()
2375 if (ppr_options & ~MSG_EXT_PPR_QAS_REQ) { in ahc_linux_set_period()
2377 ppr_options &= MSG_EXT_PPR_QAS_REQ; in ahc_linux_set_period()
2464 & ~MSG_EXT_PPR_QAS_REQ;
2470 ppr_options |= MSG_EXT_PPR_QAS_REQ;
Daic79xx_proc.c137 if ((tinfo->ppr_options & MSG_EXT_PPR_QAS_REQ) != 0) { in ahd_format_transinfo()
Daic79xx_osm.c1723 + (spi_qas(starget) ? MSG_EXT_PPR_QAS_REQ : 0) in ahd_send_async()
1742 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0; in ahd_send_async()
2439 if (ppr_options & ~MSG_EXT_PPR_QAS_REQ) { in ahd_linux_set_period()
2441 ppr_options &= MSG_EXT_PPR_QAS_REQ; in ahd_linux_set_period()
2541 & ~MSG_EXT_PPR_QAS_REQ; in ahd_linux_set_qas()
2553 ppr_options |= MSG_EXT_PPR_QAS_REQ; in ahd_linux_set_qas()
Daic79xx_core.c3704 *ppr_options &= MSG_EXT_PPR_QAS_REQ; in ahd_devlimited_syncrate()
3758 *ppr_options &= (MSG_EXT_PPR_DT_REQ|MSG_EXT_PPR_QAS_REQ); in ahd_find_syncrate()
3761 *ppr_options &= MSG_EXT_PPR_QAS_REQ; in ahd_find_syncrate()
3960 if ((ppr_options & MSG_EXT_PPR_QAS_REQ) != 0) { in ahd_set_syncrate()
3972 (ppr_options & MSG_EXT_PPR_QAS_REQ) != 0 in ahd_set_syncrate()
4113 ppr_opts = tinfo->ppr_options & (MSG_EXT_PPR_QAS_REQ|MSG_EXT_PPR_DT_REQ in ahd_update_neg_table()
5362 ppr_options &= MSG_EXT_PPR_QAS_REQ; in ahd_parse_msg()
5553 | MSG_EXT_PPR_QAS_REQ in ahd_handle_msg_reject()
7626 | MSG_EXT_PPR_QAS_REQ in ahd_default_config()
7734 user_tinfo->ppr_options |= MSG_EXT_PPR_QAS_REQ; in ahd_parse_cfgdata()