Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/realtek/
Dr8169.c665 u16 cp_cmd; member
1615 tp->cp_cmd |= RxChkSum; in rtl8169_set_features()
1617 tp->cp_cmd &= ~RxChkSum; in rtl8169_set_features()
1620 tp->cp_cmd |= RxVlan; in rtl8169_set_features()
1622 tp->cp_cmd &= ~RxVlan; in rtl8169_set_features()
1624 RTL_W16(tp, CPlusCmd, tp->cp_cmd); in rtl8169_set_features()
1928 scale = &ci->scalev[tp->cp_cmd & INTT_MASK]; in rtl_get_coalesce()
2027 tp->cp_cmd = (tp->cp_cmd & ~INTT_MASK) | cp01; in rtl_set_coalesce()
2028 RTL_W16(tp, CPlusCmd, tp->cp_cmd); in rtl_set_coalesce()
4673 tp->cp_cmd |= PCIMulRW; in rtl_hw_start_8169()
[all …]