Home
last modified time | relevance | path

Searched refs:Jumbo_En1 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/
H A Dr8169_main.c426 Jumbo_En1 = (1 << 1), /* 8168 only. Reserved in the 8168b */ enumerator
2343 RTL_W8(tp, Config4, RTL_R8(tp, Config4) | Jumbo_En1); in r8168c_hw_jumbo_enable()
2349 RTL_W8(tp, Config4, RTL_R8(tp, Config4) & ~Jumbo_En1); in r8168c_hw_jumbo_disable()
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/
H A Dr8169_main.c420 Jumbo_En1 = (1 << 1), /* 8168 only. Reserved in the 8168b */ enumerator
2331 RTL_W8(tp, Config4, RTL_R8(tp, Config4) | Jumbo_En1); in r8168c_hw_jumbo_enable()
2337 RTL_W8(tp, Config4, RTL_R8(tp, Config4) & ~Jumbo_En1); in r8168c_hw_jumbo_disable()

Completed in 15 milliseconds