Home
last modified time | relevance | path

Searched refs:dynamic_aspm_packet_threshold (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_n.c397 static int dynamic_aspm_packet_threshold = 10; variable
493 module_param(dynamic_aspm_packet_threshold, int, 0);
494 MODULE_PARM_DESC(dynamic_aspm_packet_threshold, "Dynamic ASPM packet threshold.");
4109 if (tp->dynamic_aspm_packet_count > dynamic_aspm_packet_threshold) in rtl8168_check_link_status()