PAUSE_AUTONEG
if (lc->requested_fc & PAUSE_AUTONEG)
lc->requested_fc |= PAUSE_AUTONEG;
if (!(lc->requested_fc & PAUSE_AUTONEG))
lc->requested_fc |= PAUSE_AUTONEG;
static int t4_pause_settings = PAUSE_RX | PAUSE_TX | PAUSE_AUTONEG;
PAUSE_AUTONEG);
MPASS((lc->requested_fc & ~(PAUSE_TX | PAUSE_RX | PAUSE_AUTONEG)) == 0);
if (!(lc->requested_fc & PAUSE_AUTONEG) &&
lc->requested_fc |= PAUSE_AUTONEG;
if (!(lc->requested_fc & PAUSE_AUTONEG))
if (lc->link_ok && !(lc->requested_fc & PAUSE_AUTONEG))
(lc->requested_fc & PAUSE_AUTONEG), bits);
PAUSE_RX | PAUSE_AUTONEG), bits);
PAUSE_AUTONEG));
if (n & ~(PAUSE_TX | PAUSE_RX | PAUSE_AUTONEG))