1RIO_DEVICE_HAS_DESTI(9)            Internals           RIO_DEVICE_HAS_DESTI(9)
2
3
4

NAME

6       rio_device_has_destid - Test if a device contains a destination ID
7       register
8

SYNOPSIS

10       int rio_device_has_destid(struct rio_mport * port, int src_ops,
11                                 int dst_ops);
12

ARGUMENTS

14       port
15           Master port to issue transaction
16
17       src_ops
18           RIO device source operations
19
20       dst_ops
21           RIO device destination operations
22

DESCRIPTION

24       Checks the provided src_ops and dst_ops for the necessary transaction
25       capabilities that indicate whether or not a device will implement a
26       destination ID register. Returns 1 if true or 0 if false.
27

AUTHOR

29       Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
30           Author.
31
33Kernel Hackers Manual 3.10         June 2019           RIO_DEVICE_HAS_DESTI(9)
Impressum