Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/arcnet/
H A Dcom20020.c379 if (!(lp->setup & PROMISCset)) in com20020_set_mc_list()
382 lp->setup |= PROMISCset; in com20020_set_mc_list()
386 if ((lp->setup & PROMISCset)) in com20020_set_mc_list()
389 lp->setup &= ~PROMISCset; in com20020_set_mc_list()
H A Dcom20020.h106 #define PROMISCset 0x10 /* enable RCV_ALL */ macro