Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/realtek/
Dr8169_main.c611 u16 cp_cmd; member
1506 tp->cp_cmd |= RxChkSum; in rtl8169_set_features()
1508 tp->cp_cmd &= ~RxChkSum; in rtl8169_set_features()
1512 tp->cp_cmd |= RxVlan; in rtl8169_set_features()
1514 tp->cp_cmd &= ~RxVlan; in rtl8169_set_features()
1517 RTL_W16(tp, CPlusCmd, tp->cp_cmd); in rtl8169_set_features()
1773 scale = ci->scale_nsecs[tp->cp_cmd & INTT_MASK]; in rtl_get_coalesce()
1868 tp->cp_cmd |= PktCntrDisable; in rtl_set_coalesce()
1870 tp->cp_cmd &= ~PktCntrDisable; in rtl_set_coalesce()
1873 tp->cp_cmd = (tp->cp_cmd & ~INTT_MASK) | cp01; in rtl_set_coalesce()
[all …]