Home
last modified time | relevance | path

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

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/aic7xxx/
H A Dscsi_message.h28 #define MSG_EXT_PPR_DT_REQ 0x02 macro
H A Daic79xx_osm.c1708 (spi_dt(starget) ? MSG_EXT_PPR_DT_REQ : 0) in ahd_send_async()
2404 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahd_linux_set_period()
2411 dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_period()
2443 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_offset()
2477 & ~MSG_EXT_PPR_DT_REQ; in ahd_linux_set_dt()
2488 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahd_linux_set_dt()
2534 dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_qas()
2574 dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_iu()
2600 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_rd_strm()
2636 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_wr_flow()
[all …]
H A Daic79xx_proc.c125 if ((tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0) { in ahd_format_transinfo()
H A Daic7xxx_proc.c116 (tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0 in ahc_format_transinfo()
H A Daic7xxx_osm.c1631 (spi_dt(starget) ? MSG_EXT_PPR_DT_REQ : 0) in ahc_send_async()
1645 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0; in ahc_send_async()
2350 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahc_linux_set_period()
2413 & ~MSG_EXT_PPR_DT_REQ; in ahc_linux_set_dt()
2420 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahc_linux_set_dt()
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()
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()
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()
5524 | MSG_EXT_PPR_DT_REQ; in ahd_handle_msg_reject()
7586 | MSG_EXT_PPR_DT_REQ; in ahd_default_config()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/aic7xxx/
H A Dscsi_message.h28 #define MSG_EXT_PPR_DT_REQ 0x02 macro
H A Daic79xx_osm.c1708 (spi_dt(starget) ? MSG_EXT_PPR_DT_REQ : 0) in ahd_send_async()
2404 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahd_linux_set_period()
2411 dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_period()
2443 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_offset()
2477 & ~MSG_EXT_PPR_DT_REQ; in ahd_linux_set_dt()
2488 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahd_linux_set_dt()
2534 dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_qas()
2574 dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_iu()
2600 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_rd_strm()
2636 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_wr_flow()
[all …]
H A Daic79xx_proc.c125 if ((tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0) { in ahd_format_transinfo()
H A Daic7xxx_proc.c116 (tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0 in ahc_format_transinfo()
H A Daic7xxx_osm.c1631 (spi_dt(starget) ? MSG_EXT_PPR_DT_REQ : 0) in ahc_send_async()
1645 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0; in ahc_send_async()
2350 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahc_linux_set_period()
2413 & ~MSG_EXT_PPR_DT_REQ; in ahc_linux_set_dt()
2420 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahc_linux_set_dt()
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 …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/aic7xxx/
H A Dscsi_message.h28 #define MSG_EXT_PPR_DT_REQ 0x02 macro
H A Daic79xx_osm.c1708 (spi_dt(starget) ? MSG_EXT_PPR_DT_REQ : 0) in ahd_send_async()
2404 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahd_linux_set_period()
2411 dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_period()
2443 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_offset()
2477 & ~MSG_EXT_PPR_DT_REQ; in ahd_linux_set_dt()
2488 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahd_linux_set_dt()
2534 dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_qas()
2574 dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_iu()
2600 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_rd_strm()
2636 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_wr_flow()
[all …]
H A Daic79xx_proc.c125 if ((tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0) { in ahd_format_transinfo()
H A Daic7xxx_proc.c116 (tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0 in ahc_format_transinfo()
H A Daic7xxx_osm.c1631 (spi_dt(starget) ? MSG_EXT_PPR_DT_REQ : 0) in ahc_send_async()
1645 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0; in ahc_send_async()
2350 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahc_linux_set_period()
2413 & ~MSG_EXT_PPR_DT_REQ; in ahc_linux_set_dt()
2420 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahc_linux_set_dt()
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()
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()
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()
5524 | MSG_EXT_PPR_DT_REQ; in ahd_handle_msg_reject()
7586 | MSG_EXT_PPR_DT_REQ; in ahd_default_config()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/scsipi/
H A Dscsi_message.h79 #define MSG_EXT_PPR_DT_REQ MSG_EXT_PPR_DT macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Daic79xx_osm.c467 (tinfo->user.ppr_options & MSG_EXT_PPR_DT_REQ)) in ahd_action()
468 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahd_action()
470 ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahd_action()
515 if (tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ) in ahd_action()
868 if (tinfo->goal.ppr_options & MSG_EXT_PPR_DT_REQ) in ahd_send_async()
H A Daic7xxx_osm.c452 (ppr_options & MSG_EXT_PPR_DT_REQ)) in ahc_action()
453 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahc_action()
455 ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_action()
502 if (tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ) in ahc_action()
1145 if (tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ) in ahc_send_async()
H A Daic7xxx.c1651 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_devlimited_syncrate()
1675 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_devlimited_syncrate()
1698 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_find_syncrate()
1701 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0 in ahc_find_syncrate()
1737 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_find_syncrate()
1749 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_find_syncrate()
1946 if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0) in ahc_set_syncrate()
1995 (ppr_options & MSG_EXT_PPR_DT_REQ) in ahc_set_syncrate()
3245 if ((ppr_options & MSG_EXT_PPR_DT_REQ) == 0 in ahc_parse_msg()
3256 ppr_options &= MSG_EXT_PPR_DT_REQ; in ahc_parse_msg()
[all …]
H A Daic79xx.c2796 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahd_devlimited_syncrate()
2819 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) != 0 in ahd_find_syncrate()
2821 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahd_find_syncrate()
2833 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0) in ahd_find_syncrate()
2842 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0 in ahd_find_syncrate()
3022 if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0) { in ahd_set_syncrate()
3226 && (ppr_opts & MSG_EXT_PPR_DT_REQ) != 0) { in ahd_update_neg_table()
4415 if ((ppr_options & MSG_EXT_PPR_DT_REQ) == 0 in ahd_parse_msg()
4618 | MSG_EXT_PPR_DT_REQ; in ahd_handle_msg_reject()
6584 | MSG_EXT_PPR_DT_REQ; in ahd_default_config()
[all …]

12