Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx/
Dscsi_message.h70 #define MSG_EXT_PPR_IU_REQ 0x01 macro
Daic79xx_osm.c846 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_linux_dev_reset()
1583 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_linux_run_command()
1613 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) in ahd_linux_run_command()
1744 + (spi_iu(starget) ? MSG_EXT_PPR_IU_REQ : 0) in ahd_send_async()
1763 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0; in ahd_send_async()
2448 ppr_options |= MSG_EXT_PPR_IU_REQ; in ahd_linux_set_period()
2537 ppr_options &= ~MSG_EXT_PPR_IU_REQ; in ahd_linux_set_dt()
2600 & ~MSG_EXT_PPR_IU_REQ; in ahd_linux_set_iu()
2612 ppr_options |= MSG_EXT_PPR_IU_REQ; in ahd_linux_set_iu()
Daic79xx_proc.c176 if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_format_transinfo()
Daic7xxx_osm.c1677 + (spi_iu(starget) ? MSG_EXT_PPR_IU_REQ : 0); in ahc_send_async()
1691 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0; in ahc_send_async()
2523 & ~MSG_EXT_PPR_IU_REQ;
2529 ppr_options |= MSG_EXT_PPR_IU_REQ;
Daic79xx_core.c3155 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ)!=0) { in ahd_handle_nonpkt_busfree()
3754 if ((*ppr_options & MSG_EXT_PPR_IU_REQ) == 0) in ahd_find_syncrate()
3761 if ((*ppr_options & MSG_EXT_PPR_IU_REQ) == 0 in ahd_find_syncrate()
3949 if ((ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_set_syncrate()
3989 if ((old_ppr & MSG_EXT_PPR_IU_REQ) in ahd_set_syncrate()
3990 != (ppr_options & MSG_EXT_PPR_IU_REQ)) { in ahd_set_syncrate()
4000 if ((old_ppr & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_set_syncrate()
4111 |MSG_EXT_PPR_IU_REQ|MSG_EXT_PPR_RTI); in ahd_update_neg_table()
4151 && (ppr_opts & MSG_EXT_PPR_IU_REQ) == 0) { in ahd_update_neg_table()
4197 if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ) == 0) in ahd_update_neg_table()
[all …]