Lines Matching refs:cp_cmd
784 u16 cp_cmd; member
2043 tp->cp_cmd |= RxChkSum; in __rtl8169_set_features()
2045 tp->cp_cmd &= ~RxChkSum; in __rtl8169_set_features()
2048 tp->cp_cmd |= RxVlan; in __rtl8169_set_features()
2050 tp->cp_cmd &= ~RxVlan; in __rtl8169_set_features()
2052 tp->cp_cmd |= RTL_R16(CPlusCmd) & ~(RxVlan | RxChkSum); in __rtl8169_set_features()
2054 RTL_W16(CPlusCmd, tp->cp_cmd); in __rtl8169_set_features()
5332 tp->cp_cmd |= rtl_rw_cpluscmd(ioaddr) | PCIMulRW; in rtl_hw_start_8169()
5338 tp->cp_cmd |= (1 << 14); in rtl_hw_start_8169()
5341 RTL_W16(CPlusCmd, tp->cp_cmd); in rtl_hw_start_8169()
6234 tp->cp_cmd |= RTL_R16(CPlusCmd) | PktCntrDisable | INTT_1; in rtl_hw_start_8168()
6236 RTL_W16(CPlusCmd, tp->cp_cmd); in rtl_hw_start_8168()
6528 tp->cp_cmd &= ~R810X_CPCMD_QUIRK_MASK; in rtl_hw_start_8101()
6529 RTL_W16(CPlusCmd, tp->cp_cmd); in rtl_hw_start_8101()
7174 if ((tp->cp_cmd & PCIDAC) && !tp->cur_rx) { in rtl8169_pcierr_interrupt()
7178 tp->cp_cmd &= ~PCIDAC; in rtl8169_pcierr_interrupt()
7179 RTL_W16(CPlusCmd, tp->cp_cmd); in rtl8169_pcierr_interrupt()
8130 tp->cp_cmd = 0; in rtl_init_one()
8134 tp->cp_cmd |= PCIDAC; in rtl_init_one()
8281 tp->cp_cmd |= RxChkSum | RxVlan; in rtl_init_one()