Home
last modified time | relevance | path

Searched refs:ENETC_PSIPVMR_SET_VP (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/
H A Denetc_pf.c50 val &= ~ENETC_PSIPVMR_SET_VP(ENETC_VLAN_PROMISC_MAP_ALL); in enetc_set_vlan_promisc()
51 enetc_port_wr(hw, ENETC_PSIPVMR, ENETC_PSIPVMR_SET_VP(si_map) | val); in enetc_set_vlan_promisc()
H A Denetc_hw.h170 #define ENETC_PSIPVMR_SET_VP(simap) ((simap) & 0x7) macro