/linux-6.3-rc2/drivers/net/ethernet/intel/ixgb/ |
A D | ixgb_param.c | 372 unsigned int pause_time = FCReqTimeout[bd]; in ixgb_check_options() local 373 ixgb_validate_option(&pause_time, &opt); in ixgb_check_options() 374 adapter->hw.fc.pause_time = pause_time; in ixgb_check_options() 376 adapter->hw.fc.pause_time = opt.def; in ixgb_check_options()
|
A D | ixgb_hw.c | 650 pap_reg = hw->fc.pause_time; in ixgb_setup_fc() 657 pap_reg = hw->fc.pause_time; in ixgb_setup_fc()
|
A D | ixgb_hw.h | 616 u16 pause_time; /* Flow Control Pause timer */ member
|
/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/ |
A D | dwmac100_core.c | 128 unsigned int fc, unsigned int pause_time, in dwmac100_flow_ctrl() argument 135 flow |= (pause_time << MAC_FLOW_CTRL_PT_SHIFT); in dwmac100_flow_ctrl()
|
A D | dwmac1000_core.c | 220 unsigned int fc, unsigned int pause_time, in dwmac1000_flow_ctrl() argument 240 pr_debug("\tduplex mode: PAUSE %d\n", pause_time); in dwmac1000_flow_ctrl() 241 flow |= (pause_time << GMAC_FLOW_CTRL_PT_SHIFT); in dwmac1000_flow_ctrl()
|
A D | dwmac4_core.c | 731 unsigned int fc, unsigned int pause_time, in dwmac4_flow_ctrl() argument 751 pr_debug("\tduplex mode: PAUSE %d\n", pause_time); in dwmac4_flow_ctrl() 758 (pause_time << GMAC_TX_FLOW_CTRL_PT_SHIFT); in dwmac4_flow_ctrl()
|
A D | dwxgmac2_core.c | 299 unsigned int fc, unsigned int pause_time, in dwxgmac2_flow_ctrl() argument 312 value |= pause_time << XGMAC_PT_SHIFT; in dwxgmac2_flow_ctrl()
|
A D | dwmac-sun8i.c | 714 unsigned int pause_time, u32 tx_cnt) in sun8i_dwmac_flow_ctrl() argument
|
A D | hwif.h | 325 unsigned int fc, unsigned int pause_time, u32 tx_cnt);
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/ |
A D | ixgbe_dcb_82598.c | 209 reg = hw->fc.pause_time * 0x00010001; in ixgbe_dcb_config_pfc_82598() 214 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_dcb_config_pfc_82598()
|
A D | ixgbe_dcb_82599.c | 258 reg = hw->fc.pause_time * 0x00010001; in ixgbe_dcb_config_pfc_82599() 263 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_dcb_config_pfc_82599()
|
A D | ixgbe_82598.c | 285 if (!hw->fc.pause_time) in ixgbe_fc_enable_82598() 396 reg = hw->fc.pause_time * 0x00010001; in ixgbe_fc_enable_82598() 401 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_fc_enable_82598()
|
A D | ixgbe_common.c | 2148 if (!hw->fc.pause_time) in ixgbe_fc_enable_generic() 2246 reg = hw->fc.pause_time * 0x00010001U; in ixgbe_fc_enable_generic() 2250 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_fc_enable_generic()
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/fman/ |
A D | fman_dtsec.c | 839 u16 pause_time, in dtsec_set_tx_pause_frames() argument 845 if (pause_time) { in dtsec_set_tx_pause_frames() 847 if (dtsec->fm_rev_info.major == 2 && pause_time <= 320) { in dtsec_set_tx_pause_frames() 849 pause_time); in dtsec_set_tx_pause_frames() 855 ptv |= pause_time & PTV_PT_MASK; in dtsec_set_tx_pause_frames() 936 u16 pause_time = tx_pause ? FSL_FM_PAUSE_TIME_ENABLE : in dtsec_link_up() local 940 dtsec_set_tx_pause_frames(dtsec, 0, pause_time, 0); in dtsec_link_up()
|
A D | fman_tgec.c | 409 u8 __maybe_unused priority, u16 pause_time, in tgec_set_tx_pause_frames() argument 414 iowrite32be((u32)pause_time, ®s->pause_quant); in tgec_set_tx_pause_frames() 446 u16 pause_time = tx_pause ? FSL_FM_PAUSE_TIME_ENABLE : in tgec_link_up() local 450 tgec_set_tx_pause_frames(tgec, 0, pause_time, 0); in tgec_link_up()
|
A D | fman_memac.c | 571 u16 pause_time, u16 thresh_time) in memac_set_tx_pause_frames() argument 591 tmp |= ((u32)pause_time << (16 * (priority % 2))); in memac_set_tx_pause_frames() 721 u16 pause_time = tx_pause ? FSL_FM_PAUSE_TIME_ENABLE : in memac_link_up() local 724 memac_set_tx_pause_frames(memac, 0, pause_time, 0); in memac_link_up()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/igc/ |
A D | igc_hw.h | 167 u16 pause_time; /* Flow control pause timer */ member
|
A D | igc_mac.c | 158 wr32(IGC_FCTTV, hw->fc.pause_time); in igc_setup_link()
|
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns/ |
A D | hns_dsaf_xgmac.c | 428 u32 pause_time, pause_ctrl, port_mode, ctrl_val; in hns_xgmac_get_info() local 434 pause_time = dsaf_read_dev(drv, XGMAC_MAC_PAUSE_TIME_REG); in hns_xgmac_get_info() 435 mac_info->tx_pause_time = pause_time; in hns_xgmac_get_info()
|
A D | hns_dsaf_mac.h | 368 void (*set_tx_auto_pause_frames)(void *mac_drv, u16 pause_time);
|
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/ |
A D | e1000_hw.h | 467 u16 pause_time; /* Flow control pause timer */ member
|
A D | e1000_mac.c | 720 wr32(E1000_FCTTV, hw->fc.pause_time); in igb_setup_link()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/e1000e/ |
A D | hw.h | 671 u16 pause_time; /* Flow control pause timer */ member
|
A D | mac.c | 709 ew32(FCTTV, hw->fc.pause_time); in e1000e_setup_link_generic()
|
A D | netdev.c | 4019 fc->pause_time = 0xFFFF; in e1000e_reset() 4021 fc->pause_time = E1000_FC_PAUSE_TIME; in e1000e_reset() 4066 fc->pause_time = 0xFFFF; in e1000e_reset()
|