Searched refs:pause_time (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/dev/ixgbe/ |
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 | 2822 if (!hw->fc.pause_time) { in ixgbe_fc_enable_generic() 2927 reg = hw->fc.pause_time * 0x00010001; in ixgbe_fc_enable_generic() 2932 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_fc_enable_generic()
|
H A D | ixgbe_type.h | 3904 u16 pause_time; /* Flow Control Pause timer */ member
|
H A D | if_ix.c | 3552 hw->fc.pause_time = IXGBE_FC_PAUSE; in ixgbe_config_delay_values()
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/ |
H A D | fman_tgec.c | 211 void fman_tgec_set_tx_pause_frames(struct tgec_regs *regs, uint16_t pause_time) in fman_tgec_set_tx_pause_frames() argument 213 iowrite32be((uint32_t)pause_time, ®s->pause_quant); in fman_tgec_set_tx_pause_frames()
|
H A D | fman_memac.c | 282 uint16_t pause_time, in fman_memac_set_tx_pause_frames() argument 311 tmp |= ((uint32_t)pause_time << (16 * (priority % 2))); in fman_memac_set_tx_pause_frames()
|
/freebsd/sys/contrib/ncsw/inc/flib/ |
H A D | fsl_fman_tgec.h | 410 void fman_tgec_set_tx_pause_frames(struct tgec_regs *regs, uint16_t pause_time);
|
/freebsd/sys/dev/igc/ |
H A D | igc_hw.h | 498 u16 pause_time; /* Flow control pause timer */ member
|
H A D | igc_mac.c | 569 IGC_WRITE_REG(hw, IGC_FCTTV, hw->fc.pause_time); in igc_setup_link_generic()
|
H A D | if_igc.c | 1840 hw->fc.pause_time = IGC_FC_PAUSE_TIME; in igc_reset()
|
/freebsd/sys/dev/e1000/ |
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 | 931 u16 pause_time; /* Flow control pause timer */ member
|
H A D | if_em.c | 3208 hw->fc.pause_time = 0xFFFF; in em_reset() 3210 hw->fc.pause_time = EM_FC_PAUSE_TIME; in em_reset() 3219 hw->fc.pause_time = 0xFFFF; /* override */ in em_reset() 3239 hw->fc.pause_time = 0x0650; in em_reset() 3272 hw->fc.pause_time = 0xFFFF; in em_reset()
|
H A D | e1000_mac.c | 1053 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time); in e1000_setup_link_generic()
|
H A D | e1000_ich8lan.c | 5316 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time); in e1000_setup_link_ich8lan() 5325 hw->fc.pause_time); in e1000_setup_link_ich8lan()
|