Lines Matching refs:cp_cmd
609 u16 cp_cmd; member
1537 tp->cp_cmd |= RxChkSum; in rtl8169_set_features()
1539 tp->cp_cmd &= ~RxChkSum; in rtl8169_set_features()
1543 tp->cp_cmd |= RxVlan; in rtl8169_set_features()
1545 tp->cp_cmd &= ~RxVlan; in rtl8169_set_features()
1548 RTL_W16(tp, CPlusCmd, tp->cp_cmd); in rtl8169_set_features()
1798 scale = ci->scale_nsecs[tp->cp_cmd & INTT_MASK]; in rtl_get_coalesce()
1896 tp->cp_cmd |= PktCntrDisable; in rtl_set_coalesce()
1898 tp->cp_cmd &= ~PktCntrDisable; in rtl_set_coalesce()
1901 tp->cp_cmd = (tp->cp_cmd & ~INTT_MASK) | cp01; in rtl_set_coalesce()
1902 RTL_W16(tp, CPlusCmd, tp->cp_cmd); in rtl_set_coalesce()
3732 tp->cp_cmd |= PCIMulRW; in rtl_hw_start_8169()
3736 tp->cp_cmd |= EnAnaPLL; in rtl_hw_start_8169()
3738 RTL_W16(tp, CPlusCmd, tp->cp_cmd); in rtl_hw_start_8169()
3751 RTL_W16(tp, CPlusCmd, tp->cp_cmd); in rtl_hw_start()
5251 tp->cp_cmd = RTL_R16(tp, CPlusCmd) & CPCMD_MASK; in rtl_init_one()