]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5e: Rename/move functions following the ndo_stop flow change
authorAchiad Shochat <achiad@mellanox.com>
Tue, 4 Aug 2015 11:05:44 +0000 (14:05 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Aug 2015 05:00:58 +0000 (22:00 -0700)
commit71991181cca27031a7a11f846def0e85d322f107
treea3e8a84c8a468fd9eafa29e577ea7ce34a2017c4
parent030220985db10604e963dc982ff10abef962539b
net/mlx5e: Rename/move functions following the ndo_stop flow change

Rename some functions that used to be invoked upon ndo_open/stop and
are now invoked upon create/destroy_netdev() in order to better hint
their place in the flow.

Change some functions location in the file so that functions involved
in ndo_open/stop flow will not be interleaved with other functions.

This is a cosmetic change, no logical change here.

Signed-off-by: Achiad Shochat <achiad@mellanox.com>
Signed-off-by: Amir Vadai <amirv@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/en.h
drivers/net/ethernet/mellanox/mlx5/core/en_flow_table.c
drivers/net/ethernet/mellanox/mlx5/core/en_main.c