Searched refs:pause_time (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/sys/dev/ixgbe/ |
| H A D | ixgbe_dcb_82598.c | 306 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 D | ixgbe_dcb_82599.c | 364 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 D | ixgbe_82598.c | 423 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 D | ixgbe_common.c | 2824 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 D | ixgbe_type.h | 3791 u16 pause_time; /* Flow Control Pause timer */ member
|
| H A D | if_ix.c | 3201 hw->fc.pause_time = IXGBE_FC_PAUSE; in ixgbe_config_delay_values()
|
| /freebsd-12.1/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-12.1/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-12.1/sys/dev/e1000/ |
| H A D | e1000_82542.c | 360 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time); in e1000_setup_link_82542()
|
| H A D | e1000_hw.h | 891 u16 pause_time; /* Flow control pause timer */ member
|
| H A D | if_em.c | 2560 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 D | e1000_mac.c | 1047 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time); in e1000_setup_link_generic()
|
| H A D | e1000_ich8lan.c | 5261 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()
|