.. | .. |
---|
6 | 6 | The /sys/class/rapidio_port subdirectory contains individual |
---|
7 | 7 | subdirectories named as "rapidioN" where N = mport ID registered |
---|
8 | 8 | with RapidIO subsystem. |
---|
| 9 | + |
---|
9 | 10 | NOTE: An mport ID is not a RapidIO destination ID assigned to a |
---|
10 | 11 | given local mport device. |
---|
11 | 12 | |
---|
.. | .. |
---|
16 | 17 | Alexandre Bounine <alexandre.bounine@idt.com> |
---|
17 | 18 | Description: |
---|
18 | 19 | (RO) reports RapidIO common transport system size: |
---|
| 20 | + |
---|
19 | 21 | 0 = small (8-bit destination ID, max. 256 devices), |
---|
| 22 | + |
---|
20 | 23 | 1 = large (16-bit destination ID, max. 65536 devices). |
---|
21 | 24 | |
---|
22 | 25 | What: /sys/class/rapidio_port/rapidioN/port_destid |
---|
.. | .. |
---|
25 | 28 | Contact: Matt Porter <mporter@kernel.crashing.org>, |
---|
26 | 29 | Alexandre Bounine <alexandre.bounine@idt.com> |
---|
27 | 30 | Description: |
---|
28 | | - (RO) reports RapidIO destination ID assigned to the given |
---|
29 | | - RapidIO mport device. If value 0xFFFFFFFF is returned this means |
---|
30 | | - that no valid destination ID have been assigned to the mport |
---|
31 | | - (yet). Normally, before enumeration/discovery have been executed |
---|
32 | | - only fabric enumerating mports have a valid destination ID |
---|
33 | | - assigned to them using "hdid=..." rapidio module parameter. |
---|
| 31 | + |
---|
| 32 | +(RO) reports RapidIO destination ID assigned to the given |
---|
| 33 | +RapidIO mport device. If value 0xFFFFFFFF is returned this means |
---|
| 34 | +that no valid destination ID have been assigned to the mport |
---|
| 35 | +(yet). Normally, before enumeration/discovery have been executed |
---|
| 36 | +only fabric enumerating mports have a valid destination ID |
---|
| 37 | +assigned to them using "hdid=..." rapidio module parameter. |
---|
34 | 38 | |
---|
35 | 39 | After enumeration or discovery was performed for a given mport device, |
---|
36 | 40 | the corresponding subdirectory will also contain subdirectories for each |
---|
37 | 41 | child RapidIO device connected to the mport. |
---|
38 | 42 | |
---|
39 | 43 | The example below shows mport device subdirectory with several child RapidIO |
---|
40 | | -devices attached to it. |
---|
| 44 | +devices attached to it:: |
---|
41 | 45 | |
---|
42 | | -[rio@rapidio ~]$ ls /sys/class/rapidio_port/rapidio0/ -l |
---|
43 | | -total 0 |
---|
44 | | -drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0001 |
---|
45 | | -drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0004 |
---|
46 | | -drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0007 |
---|
47 | | -drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0002 |
---|
48 | | -drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0003 |
---|
49 | | -drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0005 |
---|
50 | | -lrwxrwxrwx 1 root root 0 Feb 11 15:11 device -> ../../../0000:01:00.0 |
---|
51 | | --r--r--r-- 1 root root 4096 Feb 11 15:11 port_destid |
---|
52 | | -drwxr-xr-x 2 root root 0 Feb 11 15:11 power |
---|
53 | | -lrwxrwxrwx 1 root root 0 Feb 11 15:04 subsystem -> ../../../../../../class/rapidio_port |
---|
54 | | --r--r--r-- 1 root root 4096 Feb 11 15:11 sys_size |
---|
55 | | --rw-r--r-- 1 root root 4096 Feb 11 15:04 uevent |
---|
| 46 | + [rio@rapidio ~]$ ls /sys/class/rapidio_port/rapidio0/ -l |
---|
| 47 | + total 0 |
---|
| 48 | + drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0001 |
---|
| 49 | + drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0004 |
---|
| 50 | + drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0007 |
---|
| 51 | + drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0002 |
---|
| 52 | + drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0003 |
---|
| 53 | + drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0005 |
---|
| 54 | + lrwxrwxrwx 1 root root 0 Feb 11 15:11 device -> ../../../0000:01:00.0 |
---|
| 55 | + -r--r--r-- 1 root root 4096 Feb 11 15:11 port_destid |
---|
| 56 | + drwxr-xr-x 2 root root 0 Feb 11 15:11 power |
---|
| 57 | + lrwxrwxrwx 1 root root 0 Feb 11 15:04 subsystem -> ../../../../../../class/rapidio_port |
---|
| 58 | + -r--r--r-- 1 root root 4096 Feb 11 15:11 sys_size |
---|
| 59 | + -rw-r--r-- 1 root root 4096 Feb 11 15:04 uevent |
---|