Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_dcb_82598.c297 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 Dixgbe_dcb_82599.c363 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 Dixgbe_82598.c422 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 Dixgbe_common.c2822 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 Dixgbe_type.h3904 u16 pause_time; /* Flow Control Pause timer */ member
H A Dif_ix.c3552 hw->fc.pause_time = IXGBE_FC_PAUSE; in ixgbe_config_delay_values()
/freebsd/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/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/sys/dev/igc/
H A Digc_hw.h498 u16 pause_time; /* Flow control pause timer */ member
H A Digc_mac.c569 IGC_WRITE_REG(hw, IGC_FCTTV, hw->fc.pause_time); in igc_setup_link_generic()
H A Dif_igc.c1840 hw->fc.pause_time = IGC_FC_PAUSE_TIME; in igc_reset()
/freebsd/sys/dev/e1000/
H A De1000_82542.c359 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time); in e1000_setup_link_82542()
H A De1000_hw.h931 u16 pause_time; /* Flow control pause timer */ member
H A Dif_em.c3208 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 De1000_mac.c1053 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time); in e1000_setup_link_generic()
H A De1000_ich8lan.c5316 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()