table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
PHY_CHECK_VALID(9) | Network device support | PHY_CHECK_VALID(9) |
NAME¶
phy_check_valid - check if there is a valid PHY setting which matches speed, duplex, and feature maskSYNOPSIS¶
bool
phy_check_valid(int speed, int duplex,
u32 features);
ARGUMENTS¶
speedspeed to match
duplex
duplex to match
features
A mask of the valid settings
DESCRIPTION¶
Returns true if there is a valid setting, false otherwise.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |