Home
last modified time | relevance | path

Searched refs:MSG_EXT_PPR_DT_REQ (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Dscsi_message.h39 #define MSG_EXT_PPR_DT_REQ 0x02 macro
H A 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...]
H A Daic79xx_proc.c125 if ((tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0) { in ahd_format_transinfo()
H A 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()
H A Daic7xxx_proc.c116 (tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0 in ahc_format_transinfo()
H A 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...]
H A 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) in ahd_parse_msg()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c1708 (spi_dt(starget) ? MSG_EXT_PPR_DT_REQ : 0) in ahd_send_async()
1727 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0; in ahd_send_async()
2405 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahd_linux_set_period()
2412 dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_period()
2444 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_offset()
2478 & ~MSG_EXT_PPR_DT_REQ; in ahd_linux_set_dt()
2489 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahd_linux_set_dt()
2535 dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_qas()
2572 ppr_options |= MSG_EXT_PPR_DT_REQ; /* IU requires DT */ in ahd_linux_set_iu()
2575 dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_iu()
[all...]
H A Dscsi_message.h69 #define MSG_EXT_PPR_DT_REQ 0x02 macro
H A Daic79xx_proc.c125 if ((tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0) { in ahd_format_transinfo()
H A Daic7xxx_osm.c1630 (spi_dt(starget) ? MSG_EXT_PPR_DT_REQ : 0) in ahc_send_async()
1644 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0; in ahc_send_async()
2349 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()
H A Daic7xxx_proc.c116 (tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0 in ahc_format_transinfo()
H A Daic7xxx_core.c2207 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_devlimited_syncrate()
2231 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_devlimited_syncrate()
2254 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_find_syncrate()
2257 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0 in ahc_find_syncrate()
2302 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_find_syncrate()
2314 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_find_syncrate()
2522 if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0) in ahc_set_syncrate()
2571 (ppr_options & MSG_EXT_PPR_DT_REQ) in ahc_set_syncrate()
3823 if ((ppr_options & MSG_EXT_PPR_DT_REQ) == 0 in ahc_parse_msg()
3834 ppr_options &= MSG_EXT_PPR_DT_REQ; in ahc_parse_msg()
[all...]
H A Daic79xx_core.c3697 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahd_devlimited_syncrate()
3720 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) != 0 in ahd_find_syncrate()
3722 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahd_find_syncrate()
3732 *ppr_options &= (MSG_EXT_PPR_DT_REQ|MSG_EXT_PPR_QAS_REQ); in ahd_find_syncrate()
3734 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0) in ahd_find_syncrate()
3743 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0 in ahd_find_syncrate()
3922 if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0) { in ahd_set_syncrate()
4087 ppr_opts = tinfo->ppr_options & (MSG_EXT_PPR_QAS_REQ|MSG_EXT_PPR_DT_REQ in ahd_update_neg_table()
4127 && (ppr_opts & MSG_EXT_PPR_DT_REQ) != 0 in ahd_update_neg_table()
5323 if ((ppr_options & MSG_EXT_PPR_DT_REQ) in ahd_parse_msg()
[all...]

Completed in 40 milliseconds