Home
last modified time | relevance | path

Searched refs:pause_time (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/sys/dev/ixgbe/
H A Dixgbe_dcb_82598.c306 reg = hw->fc.pause_time | (hw->fc.pause_time << 16); in ixgbe_dcb_config_pfc_82598()
311 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_dcb_config_pfc_82598()
H A Dixgbe_dcb_82599.c364 reg = hw->fc.pause_time | (hw->fc.pause_time << 16); in ixgbe_dcb_config_pfc_82599()
369 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_dcb_config_pfc_82599()
H A Dixgbe_82598.c423 if (!hw->fc.pause_time) { in ixgbe_fc_enable_82598()
539 reg = hw->fc.pause_time * 0x00010001; in ixgbe_fc_enable_82598()
544 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_fc_enable_82598()
H A Dixgbe_common.c2824 if (!hw->fc.pause_time) { in ixgbe_fc_enable_generic()
2929 reg = hw->fc.pause_time * 0x00010001; in ixgbe_fc_enable_generic()
2934 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_fc_enable_generic()
H A Dixgbe_type.h3791 u16 pause_time; /* Flow Control Pause timer */ member
H A Dif_ix.c3201 hw->fc.pause_time = IXGBE_FC_PAUSE; in ixgbe_config_delay_values()
/freebsd-12.1/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_tgec.c211 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, &regs->pause_quant); in fman_tgec_set_tx_pause_frames()
H A Dfman_memac.c282 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-12.1/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_tgec.h410 void fman_tgec_set_tx_pause_frames(struct tgec_regs *regs, uint16_t pause_time);
/freebsd-12.1/sys/dev/e1000/
H A De1000_82542.c360 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time); in e1000_setup_link_82542()
H A De1000_hw.h891 u16 pause_time; /* Flow control pause timer */ member
H A Dif_em.c2560 hw->fc.pause_time = 0xFFFF; in em_reset()
2562 hw->fc.pause_time = EM_FC_PAUSE_TIME; in em_reset()
2571 hw->fc.pause_time = 0xFFFF; /* override */ in em_reset()
2587 hw->fc.pause_time = 0x0650; in em_reset()
2620 hw->fc.pause_time = 0xFFFF; in em_reset()
H A De1000_mac.c1047 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time); in e1000_setup_link_generic()
H A De1000_ich8lan.c5261 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time); in e1000_setup_link_ich8lan()
5270 hw->fc.pause_time); in e1000_setup_link_ich8lan()