Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/realtek/
H A Dr8169_main.c658 u16 cp_cmd; member
1698 tp->cp_cmd |= RxChkSum; in rtl8169_set_features()
1700 tp->cp_cmd &= ~RxChkSum; in rtl8169_set_features()
1704 tp->cp_cmd |= RxVlan; in rtl8169_set_features()
1706 tp->cp_cmd &= ~RxVlan; in rtl8169_set_features()
1709 RTL_W16(tp, CPlusCmd, tp->cp_cmd); in rtl8169_set_features()
2057 tp->cp_cmd |= PktCntrDisable; in rtl_set_coalesce()
2059 tp->cp_cmd &= ~PktCntrDisable; in rtl_set_coalesce()
2062 tp->cp_cmd = (tp->cp_cmd & ~INTT_MASK) | cp01; in rtl_set_coalesce()
3959 tp->cp_cmd |= PCIMulRW; in rtl_hw_start_8169()
[all …]