Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aic7xxx/
Dscsi_message.h70 #define MSG_EXT_PPR_IU_REQ 0x01 macro
Daic79xx_osm.c845 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_linux_dev_reset()
1578 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_linux_run_command()
1608 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) in ahd_linux_run_command()
1724 + (spi_iu(starget) ? MSG_EXT_PPR_IU_REQ : 0) in ahd_send_async()
1743 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0; in ahd_send_async()
2428 ppr_options |= MSG_EXT_PPR_IU_REQ; in ahd_linux_set_period()
2517 ppr_options &= ~MSG_EXT_PPR_IU_REQ; in ahd_linux_set_dt()
2580 & ~MSG_EXT_PPR_IU_REQ; in ahd_linux_set_iu()
2592 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.c1650 + (spi_iu(starget) ? MSG_EXT_PPR_IU_REQ : 0); in ahc_send_async()
1664 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0; in ahc_send_async()
2492 & ~MSG_EXT_PPR_IU_REQ;
2498 ppr_options |= MSG_EXT_PPR_IU_REQ;
Daic79xx_core.c3149 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ)!=0) { in ahd_handle_nonpkt_busfree()
3757 if ((*ppr_options & MSG_EXT_PPR_IU_REQ) == 0) in ahd_find_syncrate()
3764 if ((*ppr_options & MSG_EXT_PPR_IU_REQ) == 0 in ahd_find_syncrate()
3952 if ((ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_set_syncrate()
3992 if ((old_ppr & MSG_EXT_PPR_IU_REQ) in ahd_set_syncrate()
3993 != (ppr_options & MSG_EXT_PPR_IU_REQ)) { in ahd_set_syncrate()
4003 if ((old_ppr & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_set_syncrate()
4114 |MSG_EXT_PPR_IU_REQ|MSG_EXT_PPR_RTI); in ahd_update_neg_table()
4154 && (ppr_opts & MSG_EXT_PPR_IU_REQ) == 0) { in ahd_update_neg_table()
4200 if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ) == 0) in ahd_update_neg_table()
[all …]