1DEV_CHANGE_PROTO_DOW(9) Network device support DEV_CHANGE_PROTO_DOW(9)
23
4
NAME
6dev_change_proto_down - update protocol port state information
7
SYNOPSIS
9int dev_change_proto_down(struct net_device * dev, bool proto_down);
10
ARGUMENTS
12dev
13device
1415
proto_down
16new value
17
DESCRIPTION
19This info can be used by switch drivers to set the phys state of the
20port.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 DEV_CHANGE_PROTO_DOW(9)