NWAY_LPAR_100TX_FD_CAPS
NWAY_LPAR_100TX_FD_CAPS |
if (!(data & NWAY_LPAR_100TX_FD_CAPS))
if (data & NWAY_LPAR_100TX_FD_CAPS)
(Adapter->phy_lp_able & NWAY_LPAR_100TX_FD_CAPS) ? 1 : 0;
(phy_lp_able & NWAY_LPAR_100TX_FD_CAPS) ? 1 : 0;
*valp = (igc->igc_phy_lp & NWAY_LPAR_100TX_FD_CAPS) != 0;