Lines Matching refs:cp_cmd
715 u16 cp_cmd; member
1754 tp->cp_cmd |= RxChkSum; in rtl8169_set_features()
1756 tp->cp_cmd &= ~RxChkSum; in rtl8169_set_features()
1760 tp->cp_cmd |= RxVlan; in rtl8169_set_features()
1762 tp->cp_cmd &= ~RxVlan; in rtl8169_set_features()
1765 RTL_W16(tp, CPlusCmd, tp->cp_cmd); in rtl8169_set_features()
2015 scale = ci->scale_nsecs[tp->cp_cmd & INTT_MASK]; in rtl_get_coalesce()
2113 tp->cp_cmd |= PktCntrDisable; in rtl_set_coalesce()
2115 tp->cp_cmd &= ~PktCntrDisable; in rtl_set_coalesce()
2118 tp->cp_cmd = (tp->cp_cmd & ~INTT_MASK) | cp01; in rtl_set_coalesce()
2119 RTL_W16(tp, CPlusCmd, tp->cp_cmd); in rtl_set_coalesce()
3906 tp->cp_cmd |= PCIMulRW; in rtl_hw_start_8169()
3910 tp->cp_cmd |= EnAnaPLL; in rtl_hw_start_8169()
3912 RTL_W16(tp, CPlusCmd, tp->cp_cmd); in rtl_hw_start_8169()
3925 RTL_W16(tp, CPlusCmd, tp->cp_cmd); in rtl_hw_start()
5453 tp->cp_cmd = RTL_R16(tp, CPlusCmd) & CPCMD_MASK; in rtl_init_one()