Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/realtek/
H A Dr8169_main.c648 enum rtl_dash_type dash_type; member
1378 if (tp->dash_type == RTL_DASH_DP) in rtl8168_driver_start()
1380 else if (tp->dash_type == RTL_DASH_25_BP) in rtl8168_driver_start()
1411 if (tp->dash_type == RTL_DASH_DP) in rtl8168_driver_stop()
1413 else if (tp->dash_type == RTL_DASH_25_BP) in rtl8168_driver_stop()
1433 switch (tp->dash_type) { in rtl_dash_is_enabled()
4854 if (tp->dash_type != RTL_DASH_NONE) in rtl8169_down()
4860 if (tp->dash_type != RTL_DASH_NONE) in rtl8169_up()
5124 if (tp->dash_type != RTL_DASH_NONE) in rtl_remove_one()
5505 tp->dash_type = rtl_get_dash_type(tp); in rtl_init_one()
[all …]