Searched refs:rtl_tx_performance_tweak (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/realtek/ |
D | r8169.c | 756 static void rtl_tx_performance_tweak(struct rtl8169_private *tp, u16 force) in rtl_tx_performance_tweak() function 4325 rtl_tx_performance_tweak(tp, PCI_EXP_DEVCTL_READRQ_512B); in r8168c_hw_jumbo_enable() 4332 rtl_tx_performance_tweak(tp, PCI_EXP_DEVCTL_READRQ_4096B); in r8168c_hw_jumbo_disable() 4350 rtl_tx_performance_tweak(tp, PCI_EXP_DEVCTL_READRQ_512B); in r8168e_hw_jumbo_enable() 4358 rtl_tx_performance_tweak(tp, PCI_EXP_DEVCTL_READRQ_4096B); in r8168e_hw_jumbo_disable() 4363 rtl_tx_performance_tweak(tp, in r8168b_0_hw_jumbo_enable() 4369 rtl_tx_performance_tweak(tp, in r8168b_0_hw_jumbo_disable() 4811 rtl_tx_performance_tweak(tp, PCI_EXP_DEVCTL_READRQ_4096B | in rtl_hw_start_8168bb() 4832 rtl_tx_performance_tweak(tp, PCI_EXP_DEVCTL_READRQ_4096B); in __rtl_hw_start_8168cp() 4864 rtl_tx_performance_tweak(tp, PCI_EXP_DEVCTL_READRQ_4096B); in rtl_hw_start_8168cp_2() [all …]
|