| /illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
| H A D | ixgbe_dcb_82598.c | 297 reg = hw->fc.pause_time | (hw->fc.pause_time << 16); in ixgbe_dcb_config_pfc_82598() 302 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_dcb_config_pfc_82598()
|
| H A D | ixgbe_dcb_82599.c | 363 reg = hw->fc.pause_time | (hw->fc.pause_time << 16); in ixgbe_dcb_config_pfc_82599() 368 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_dcb_config_pfc_82599()
|
| H A D | ixgbe_82598.c | 422 if (!hw->fc.pause_time) { in ixgbe_fc_enable_82598() 538 reg = hw->fc.pause_time * 0x00010001; in ixgbe_fc_enable_82598() 543 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_fc_enable_82598()
|
| H A D | ixgbe_common.c | 2830 if (!hw->fc.pause_time) { in ixgbe_fc_enable_generic() 2935 reg = hw->fc.pause_time * 0x00010001; in ixgbe_fc_enable_generic() 2940 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_fc_enable_generic()
|
| H A D | ixgbe_type.h | 3925 u16 pause_time; /* Flow Control Pause timer */ member
|
| /illumos-gate/usr/src/uts/common/io/chxge/ |
| H A D | ch.h | 237 hrtime_t pause_time; member
|
| H A D | sge.c | 1036 adapter->pause_time = gethrtime(); in t1_sge_check_pause() 1048 time = (gethrtime() - adapter->pause_time)/1000; in t1_sge_check_pause()
|
| /illumos-gate/usr/src/uts/common/io/e1000api/ |
| H A D | e1000_82542.c | 359 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time); in e1000_setup_link_82542()
|
| H A D | e1000_hw.h | 958 u16 pause_time; /* Flow control pause timer */ member
|
| H A D | e1000_mac.c | 1046 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time); in e1000_setup_link_generic()
|
| H A D | e1000_ich8lan.c | 5321 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time); in e1000_setup_link_ich8lan() 5330 hw->fc.pause_time); in e1000_setup_link_ich8lan()
|
| /illumos-gate/usr/src/uts/common/io/igc/core/ |
| H A D | igc_hw.h | 498 u16 pause_time; /* Flow control pause timer */ member
|
| H A D | igc_mac.c | 568 IGC_WRITE_REG(hw, IGC_FCTTV, hw->fc.pause_time); in igc_setup_link_generic()
|
| /illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/ |
| H A D | smartpqi_init.c | 1177 int pause_time = 10 * MILLISEC; /* 10ms */ in poll_for_admin_response() local 1179 countdown /= pause_time; in poll_for_admin_response() 1187 drv_usecwait(pause_time); in poll_for_admin_response()
|
| /illumos-gate/usr/src/uts/sun/io/eri/ |
| H A D | eri.c | 3051 uint32_t txmac_sts, rxmac_sts, macctl_sts, pause_time; in eri_nonfatal_err() local 3158 pause_time = ((macctl_sts & in eri_nonfatal_err() 3162 pause_time); in eri_nonfatal_err() 3164 erip->stats.pause_time_count += pause_time; in eri_nonfatal_err()
|
| /illumos-gate/usr/src/uts/common/io/igc/ |
| H A D | igc.c | 1351 hw->fc.pause_time = IGC_FC_PAUSE_TIME; in igc_hw_common_init()
|
| /illumos-gate/usr/src/uts/common/io/nxge/npi/ |
| H A D | npi_mac.c | 3490 npi_bmac_send_pause(npi_handle_t handle, uint8_t portn, uint16_t pause_time) in npi_bmac_send_pause() argument 3496 val = MAC_SEND_PAUSE_SEND | pause_time; in npi_bmac_send_pause()
|
| /illumos-gate/usr/src/uts/common/io/e1000g/ |
| H A D | e1000g_main.c | 1560 hw->fc.pause_time = 0xFFFF; in e1000g_init() 1562 hw->fc.pause_time = E1000_FC_PAUSE_TIME; in e1000g_init()
|
| /illumos-gate/usr/src/uts/common/io/igb/ |
| H A D | igb_main.c | 1460 hw->fc.pause_time = E1000_FC_PAUSE_TIME; in igb_init_adapter()
|
| /illumos-gate/usr/src/uts/common/io/ixgbe/ |
| H A D | ixgbe_main.c | 1596 hw->fc.pause_time = DEFAULT_FCPAUSE; in ixgbe_init()
|