Searched refs:pause_time (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb_82598.c297 reg = hw->fc.pause_time | (hw->fc.pause_time << 16);
302 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2);
H A Dixgbe_dcb_82599.c352 reg = hw->fc.pause_time | (hw->fc.pause_time << 16);
357 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2);
H A Dixgbe_82598.c422 if (!hw->fc.pause_time) {
538 reg = hw->fc.pause_time * 0x00010001;
543 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2);
H A Dixgbe_common.c2723 if (!hw->fc.pause_time) {
2828 reg = hw->fc.pause_time * 0x00010001;
2833 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2);
H A Dixgbe_type.h3546 u16 pause_time; /* Flow Control Pause timer */ member in struct:ixgbe_fc_info
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h239 hrtime_t pause_time; member in struct:ch
H A Dsge.c1038 adapter->pause_time = gethrtime();
1050 time = (gethrtime() - adapter->pause_time)/1000;
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82542.c359 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time);
H A De1000_hw.h881 u16 pause_time; /* Flow control pause timer */ member in struct:e1000_fc_info
H A De1000_mac.c1046 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time);
H A De1000_ich8lan.c5267 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time);
5276 hw->fc.pause_time);
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c3051 uint32_t txmac_sts, rxmac_sts, macctl_sts, pause_time; local
3158 pause_time = ((macctl_sts &
3162 pause_time);
3164 erip->stats.pause_time_count += pause_time;
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c3499 npi_bmac_send_pause(npi_handle_t handle, uint8_t portn, uint16_t pause_time) argument
3505 val = MAC_SEND_PAUSE_SEND | pause_time;
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c1514 hw->fc.pause_time = 0xFFFF;
1516 hw->fc.pause_time = E1000_FC_PAUSE_TIME;
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c1415 hw->fc.pause_time = E1000_FC_PAUSE_TIME;
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c1398 hw->fc.pause_time = DEFAULT_FCPAUSE;

Completed in 3165 milliseconds