mlxsw: spectrum: Create a function to map vPort's FID
authorIdo Schimmel <idosch@mellanox.com>
Mon, 20 Jun 2016 21:04:10 +0000 (23:04 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jun 2016 09:02:49 +0000 (05:02 -0400)
commit9c4d442314e0dcc0ba82dfa3850ef938af123a02
tree2541e3ad99b4336ca7d64701f30d7115f95d3a3f
parentc7e920b5be6b2deaef51ae65a9ce18da3c8fa7da
mlxsw: spectrum: Create a function to map vPort's FID

A FID used by a vPort (vFID, but also rFID later in the series) is
always mapped using {Port, VID} and not only VID as with the 4K FIDs of
the VLAN-aware bridge.

Instead of specifying all the arguments each time, just wrap this
operation using a dedicated function and simplify the code.

As before, the function takes FID as its argument in preparation for a
generic FID struct.

Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum.c