OSDN Git Service

net: hns3: split function hns3_handle_bdinfo()
authorYufeng Mo <moyufeng@huawei.com>
Mon, 29 Nov 2021 14:00:26 +0000 (22:00 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Nov 2021 14:26:17 +0000 (14:26 +0000)
commit2fbf6a07f537e89b0a79d74feffd6bce3f164261
treee46d842d677e9dcb7c6f2f76a3cfc554e03cd51f
parent8469b645c9a188c6a748bc2c45ddd0c67302a2ab
net: hns3: split function hns3_handle_bdinfo()

Function hns3_handle_bdinfo() is a bit too long. So add two
new functions hns3_handle_rx_ts_info() and hns3_handle_rx_vlan_tag(
to simplify code and improve code readability.

Signed-off-by: Yufeng Mo <moyufeng@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c