Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/
A Dscsi_message.h40 #define MSG_EXT_PPR_IU_REQ 0x01 macro
A Daic79xx_osm.c830 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_linux_dev_reset()
1562 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_linux_run_command()
1592 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) in ahd_linux_run_command()
1708 + (spi_iu(starget) ? MSG_EXT_PPR_IU_REQ : 0) in ahd_send_async()
1727 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0; in ahd_send_async()
2399 ppr_options |= MSG_EXT_PPR_IU_REQ; in ahd_linux_set_period()
2488 ppr_options &= ~MSG_EXT_PPR_IU_REQ; in ahd_linux_set_dt()
2551 & ~MSG_EXT_PPR_IU_REQ; in ahd_linux_set_iu()
2563 ppr_options |= MSG_EXT_PPR_IU_REQ; in ahd_linux_set_iu()
A Daic79xx_proc.c129 if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_format_transinfo()
A 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;
A Daic79xx_core.c3729 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()
5522 tinfo->goal.ppr_options &= MSG_EXT_PPR_IU_REQ in ahd_handle_msg_reject()
7584 | MSG_EXT_PPR_IU_REQ in ahd_default_config()
[all …]

Completed in 33 milliseconds