Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c709 enum rtl_dash_type dash_type; member
1440 if (tp->dash_type == RTL_DASH_DP) in rtl8168_driver_start()
1442 else if (tp->dash_type == RTL_DASH_25_BP) in rtl8168_driver_start()
1473 if (tp->dash_type == RTL_DASH_DP) in rtl8168_driver_stop()
1475 else if (tp->dash_type == RTL_DASH_25_BP) in rtl8168_driver_stop()
1495 switch (tp->dash_type) { in rtl_dash_is_enabled()
4812 if (tp->dash_type != RTL_DASH_NONE && !tp->saved_wolopts) in rtl8169_down()
4818 if (tp->dash_type != RTL_DASH_NONE) in rtl8169_up()
5079 if (tp->dash_type != RTL_DASH_NONE) in rtl_remove_one()
5471 tp->dash_type = rtl_get_dash_type(tp); in rtl_init_one()
[all …]