1RIO_MPORT_GET_EFB(9) RapidIO driver interface RIO_MPORT_GET_EFB(9)
2
3
4
6 rio_mport_get_efb - get pointer to next extended features block
7
9 u32 rio_mport_get_efb(struct rio_mport * port, int local, u16 destid,
10 u8 hopcount, u32 from);
11
13 port
14 Master port to issue transaction
15
16 local
17 Indicate a local master port or remote device access
18
19 destid
20 Destination ID of the device
21
22 hopcount
23 Number of switch hops to the device
24
25 from
26 Offset of current Extended Feature block header (if 0 starts from
27 ExtFeaturePtr)
28
30 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
31 Author.
32
34Kernel Hackers Manual 3.10 June 2019 RIO_MPORT_GET_EFB(9)