Lines Matching refs:cp_cmd
794 u16 cp_cmd; member
2055 tp->cp_cmd |= RxChkSum; in __rtl8169_set_features()
2057 tp->cp_cmd &= ~RxChkSum; in __rtl8169_set_features()
2060 tp->cp_cmd |= RxVlan; in __rtl8169_set_features()
2062 tp->cp_cmd &= ~RxVlan; in __rtl8169_set_features()
2064 tp->cp_cmd |= RTL_R16(CPlusCmd) & ~(RxVlan | RxChkSum); in __rtl8169_set_features()
2066 RTL_W16(CPlusCmd, tp->cp_cmd); in __rtl8169_set_features()
5402 tp->cp_cmd |= rtl_rw_cpluscmd(ioaddr) | PCIMulRW; in rtl_hw_start_8169()
5408 tp->cp_cmd |= (1 << 14); in rtl_hw_start_8169()
5411 RTL_W16(CPlusCmd, tp->cp_cmd); in rtl_hw_start_8169()
6304 tp->cp_cmd |= RTL_R16(CPlusCmd) | PktCntrDisable | INTT_1; in rtl_hw_start_8168()
6306 RTL_W16(CPlusCmd, tp->cp_cmd); in rtl_hw_start_8168()
6598 tp->cp_cmd &= ~R810X_CPCMD_QUIRK_MASK; in rtl_hw_start_8101()
6599 RTL_W16(CPlusCmd, tp->cp_cmd); in rtl_hw_start_8101()
7244 if ((tp->cp_cmd & PCIDAC) && !tp->cur_rx) { in rtl8169_pcierr_interrupt()
7248 tp->cp_cmd &= ~PCIDAC; in rtl8169_pcierr_interrupt()
7249 RTL_W16(CPlusCmd, tp->cp_cmd); in rtl8169_pcierr_interrupt()
8227 tp->cp_cmd = 0; in rtl_init_one()
8231 tp->cp_cmd |= PCIDAC; in rtl_init_one()
8378 tp->cp_cmd |= RxChkSum | RxVlan; in rtl_init_one()