Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/realtek/
Dr8169_main.c666 u16 cp_cmd; member
1603 tp->cp_cmd |= RxChkSum; in rtl8169_set_features()
1605 tp->cp_cmd &= ~RxChkSum; in rtl8169_set_features()
1609 tp->cp_cmd |= RxVlan; in rtl8169_set_features()
1611 tp->cp_cmd &= ~RxVlan; in rtl8169_set_features()
1614 RTL_W16(tp, CPlusCmd, tp->cp_cmd); in rtl8169_set_features()
1921 scale = &ci->scalev[tp->cp_cmd & INTT_MASK]; in rtl_get_coalesce()
2023 tp->cp_cmd = (tp->cp_cmd & ~INTT_MASK) | cp01; in rtl_set_coalesce()
2024 RTL_W16(tp, CPlusCmd, tp->cp_cmd); in rtl_set_coalesce()
5446 tp->cp_cmd |= PCIMulRW; in rtl_hw_start_8169()
[all …]