On 6/9/2020 12:59 PM, Qi Zhang wrote: > struct ice_aqc_get_phy_caps_data has multiple autoneg enable bits. > ice_is_phy_caps_an_enabled checks all bits and returns true if any > autoneg enable bits are set.
We refer as API to the functions that are exposed to applications, what do you think about following: net/ice/base: support checking all autoneg enable bits > > Signed-off-by: Paul Greenwalt <[email protected]> > Signed-off-by: Paul M. Stillwell Jr <[email protected]> > Signed-off-by: Qi Zhang <[email protected]> <...>

