Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/freescale/enetc/
Denetc_pf.c391 cfgr = (cfgr & ~ENETC_PSICFGR0_ASE) | (en ? ENETC_PSICFGR0_ASE : 0); in enetc_pf_set_vf_spoofchk()
Denetc_hw.h196 #define ENETC_PSICFGR0_ASE BIT(15) macro