Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic7xxx/
Dscsi_message.h40 #define MSG_EXT_PPR_IU_REQ 0x01 macro
Daic79xx_osm.c826 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_linux_dev_reset()
1558 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_linux_run_command()
1588 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) in ahd_linux_run_command()
1704 + (spi_iu(starget) ? MSG_EXT_PPR_IU_REQ : 0) in ahd_send_async()
1723 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0; in ahd_send_async()
2395 ppr_options |= MSG_EXT_PPR_IU_REQ; in ahd_linux_set_period()
2484 ppr_options &= ~MSG_EXT_PPR_IU_REQ; in ahd_linux_set_dt()
2547 & ~MSG_EXT_PPR_IU_REQ; in ahd_linux_set_iu()
2559 ppr_options |= MSG_EXT_PPR_IU_REQ; in ahd_linux_set_iu()
Daic79xx_proc.c129 if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_format_transinfo()
Daic7xxx_osm.c1631 + (spi_iu(starget) ? MSG_EXT_PPR_IU_REQ : 0); in ahc_send_async()
1645 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0; in ahc_send_async()
2478 & ~MSG_EXT_PPR_IU_REQ;
2484 ppr_options |= MSG_EXT_PPR_IU_REQ;
Daic79xx_core.c3123 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ)!=0) { in ahd_handle_nonpkt_busfree()
3729 if ((*ppr_options & MSG_EXT_PPR_IU_REQ) == 0) in ahd_find_syncrate()
3736 if ((*ppr_options & MSG_EXT_PPR_IU_REQ) == 0 in ahd_find_syncrate()
3924 if ((ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_set_syncrate()
3964 if ((old_ppr & MSG_EXT_PPR_IU_REQ) in ahd_set_syncrate()
3965 != (ppr_options & MSG_EXT_PPR_IU_REQ)) { in ahd_set_syncrate()
3975 if ((old_ppr & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_set_syncrate()
4086 |MSG_EXT_PPR_IU_REQ|MSG_EXT_PPR_RTI); in ahd_update_neg_table()
4126 && (ppr_opts & MSG_EXT_PPR_IU_REQ) == 0) { in ahd_update_neg_table()
4172 if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ) == 0) in ahd_update_neg_table()
[all …]