Scroll to navigation

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 mask

SYNOPSIS

bool phy_check_valid(int speed, int duplex, u32 features);

ARGUMENTS

int speed
speed to match

int duplex

duplex to match

u32 features

A mask of the valid settings

DESCRIPTION

Returns true if there is a valid setting, false otherwise.

COPYRIGHT

September 2017 Kernel Hackers Manual 4.12