embeddedsw/XilinxProcessorIPLib/drivers/dp
Andrei-Liviu Simion f8a61f7c7b dp: rx: mst: Keep the internal port number the same as the index.
When setting the configuration of a port, always keep the port number of the
port structure to the same value as the index of the structure's index in the
port structure array.

This simplifies functions that operate on the port structure since they don't
need to search each port structure in the array for the port number, the port
number is known from the index.

Note: The existence of the port number member in the port structure is required
since the TX populates this structure when receiving LINK_ADDRESS sideband
messages.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-07-07 00:12:18 +05:30
..
data dp: Updated to version to 2.0. 2015-07-07 00:12:01 +05:30
examples dp: New version v2.0. 2015-07-07 00:12:00 +05:30
src dp: rx: mst: Keep the internal port number the same as the index. 2015-07-07 00:12:18 +05:30