Home
last modified time | relevance | path

Searched refs:RxVlan (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/
H A Dr8169_main.c449 RxVlan = (1 << 6), enumerator
454 #define CPCMD_MASK (Normal_mode | RxVlan | RxChkSum | INTT_MASK)
1514 tp->cp_cmd |= RxVlan; in rtl8169_set_features()
1516 tp->cp_cmd &= ~RxVlan; in rtl8169_set_features()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h1221 RxVlan = (1 << 6), enumerator
H A Dr8168_n.c5380 tp->cp_cmd |= RxVlan; in rtl8168_vlan_rx_register()
5382 tp->cp_cmd &= ~RxVlan; in rtl8168_vlan_rx_register()
5494 tp->cp_cmd |= RxVlan; in rtl8168_hw_set_features()
5496 tp->cp_cmd &= ~RxVlan; in rtl8168_hw_set_features()