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.c734 enum rtl_dash_type dash_type; member
1510 if (tp->dash_type == RTL_DASH_DP) in rtl8168_driver_start()
1512 else if (tp->dash_type == RTL_DASH_25_BP) in rtl8168_driver_start()
1543 if (tp->dash_type == RTL_DASH_DP) in rtl8168_driver_stop()
1545 else if (tp->dash_type == RTL_DASH_25_BP) in rtl8168_driver_stop()
1565 switch (tp->dash_type) { in rtl_dash_is_enabled()
5018 if (tp->dash_type != RTL_DASH_NONE && !tp->saved_wolopts) in rtl8169_down()
5024 if (tp->dash_type != RTL_DASH_NONE) in rtl8169_up()
5285 if (tp->dash_type != RTL_DASH_NONE) in rtl_remove_one()
5682 tp->dash_type = rtl_get_dash_type(tp); in rtl_init_one()
[all …]