Lines Matching refs:cp_cmd
638 u16 cp_cmd; member
1602 tp->cp_cmd |= RxChkSum; in rtl8169_set_features()
1604 tp->cp_cmd &= ~RxChkSum; in rtl8169_set_features()
1608 tp->cp_cmd |= RxVlan; in rtl8169_set_features()
1610 tp->cp_cmd &= ~RxVlan; in rtl8169_set_features()
1613 RTL_W16(tp, CPlusCmd, tp->cp_cmd); in rtl8169_set_features()
1863 scale = ci->scale_nsecs[tp->cp_cmd & INTT_MASK]; in rtl_get_coalesce()
1961 tp->cp_cmd |= PktCntrDisable; in rtl_set_coalesce()
1963 tp->cp_cmd &= ~PktCntrDisable; in rtl_set_coalesce()
1966 tp->cp_cmd = (tp->cp_cmd & ~INTT_MASK) | cp01; in rtl_set_coalesce()
1967 RTL_W16(tp, CPlusCmd, tp->cp_cmd); in rtl_set_coalesce()
3803 tp->cp_cmd |= PCIMulRW; in rtl_hw_start_8169()
3807 tp->cp_cmd |= EnAnaPLL; in rtl_hw_start_8169()
3809 RTL_W16(tp, CPlusCmd, tp->cp_cmd); in rtl_hw_start_8169()
3822 RTL_W16(tp, CPlusCmd, tp->cp_cmd); in rtl_hw_start()
5348 tp->cp_cmd = RTL_R16(tp, CPlusCmd) & CPCMD_MASK; in rtl_init_one()