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)
commit40ab6a6ebeebbcfc313233f5aa0d55930734f529
treea3e8a84c8a468fd9eafa29e577ea7ce34a2017c4
parent5c50368f38317627421bf24a0b66b1af0d44eddc
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
This page took 0.026134 seconds and 5 git commands to generate.