Home
last modified time | relevance | path

Searched refs:MSG_EXT_PPR_DT_REQ (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/scsi/aic7xxx/
Dscsi_message.h39 #define MSG_EXT_PPR_DT_REQ 0x02 macro
Daic79xx_osm.c1702 (spi_dt(starget) ? MSG_EXT_PPR_DT_REQ : 0) in ahd_send_async()
1721 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0; in ahd_send_async()
2393 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahd_linux_set_period()
2400 dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_period()
2432 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_offset()
2466 & ~MSG_EXT_PPR_DT_REQ; in ahd_linux_set_dt()
2477 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahd_linux_set_dt()
2523 dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_qas()
2560 ppr_options |= MSG_EXT_PPR_DT_REQ; /* IU requires DT */ in ahd_linux_set_iu()
2563 dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_iu()
[all …]
Daic79xx_proc.c125 if ((tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0) { in ahd_format_transinfo()
Daic7xxx_proc.c116 (tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0 in ahc_format_transinfo()
Daic7xxx_osm.c1629 (spi_dt(starget) ? MSG_EXT_PPR_DT_REQ : 0) in ahc_send_async()
1643 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0; in ahc_send_async()
2347 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahc_linux_set_period()
2410 & ~MSG_EXT_PPR_DT_REQ; in ahc_linux_set_dt()
2417 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahc_linux_set_dt()
Daic7xxx_core.c2205 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_devlimited_syncrate()
2229 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_devlimited_syncrate()
2252 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_find_syncrate()
2255 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0 in ahc_find_syncrate()
2300 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_find_syncrate()
2312 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_find_syncrate()
2520 if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0) in ahc_set_syncrate()
2569 (ppr_options & MSG_EXT_PPR_DT_REQ) in ahc_set_syncrate()
3821 if ((ppr_options & MSG_EXT_PPR_DT_REQ) == 0 in ahc_parse_msg()
3832 ppr_options &= MSG_EXT_PPR_DT_REQ; in ahc_parse_msg()
[all …]
Daic79xx_core.c3695 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahd_devlimited_syncrate()
3718 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) != 0 in ahd_find_syncrate()
3720 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahd_find_syncrate()
3730 *ppr_options &= (MSG_EXT_PPR_DT_REQ|MSG_EXT_PPR_QAS_REQ); in ahd_find_syncrate()
3732 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0) in ahd_find_syncrate()
3741 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0 in ahd_find_syncrate()
3920 if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0) { in ahd_set_syncrate()
4085 ppr_opts = tinfo->ppr_options & (MSG_EXT_PPR_QAS_REQ|MSG_EXT_PPR_DT_REQ in ahd_update_neg_table()
4125 && (ppr_opts & MSG_EXT_PPR_DT_REQ) != 0 in ahd_update_neg_table()
5321 if ((ppr_options & MSG_EXT_PPR_DT_REQ) == 0 in ahd_parse_msg()
[all …]