Searched refs:tctl (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/e1000/
H A De1000_mac.c1230 u32 tctl; local
1234 tctl = E1000_READ_REG(hw, E1000_TCTL);
1236 tctl &= ~E1000_TCTL_COLD;
1237 tctl |= E1000_COLLISION_DISTANCE << E1000_COLD_SHIFT;
1239 E1000_WRITE_REG(hw, E1000_TCTL, tctl);
H A De1000_82571.c952 u32 ctrl, ctrl_ext, eecd, tctl; local
968 tctl = E1000_READ_REG(hw, E1000_TCTL);
969 tctl &= ~E1000_TCTL_EN;
970 E1000_WRITE_REG(hw, E1000_TCTL, tctl);
H A Dif_em.c3040 u32 tctl, txdctl = 0, tarc, tipg = 0; local
3141 tctl = E1000_READ_REG(&adapter->hw, E1000_TCTL);
3142 tctl &= ~E1000_TCTL_CT;
3143 tctl |= (E1000_TCTL_PSP | E1000_TCTL_RTLC | E1000_TCTL_EN |
3147 tctl |= E1000_TCTL_MULR;
3150 E1000_WRITE_REG(&adapter->hw, E1000_TCTL, tctl);

Completed in 67 milliseconds