Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e100/
De100_config.c383 if (!(bdp->config[21] & CB_CFIG_MULTICAST_ALL)) { in e100_config_mulcast_enbl()
384 bdp->config[21] |= CB_CFIG_MULTICAST_ALL; in e100_config_mulcast_enbl()
389 if (bdp->config[21] & CB_CFIG_MULTICAST_ALL) { in e100_config_mulcast_enbl()
390 bdp->config[21] &= ~CB_CFIG_MULTICAST_ALL; in e100_config_mulcast_enbl()
De100_config.h140 #define CB_CFIG_MULTICAST_ALL BIT_3 /* Multicast All */ macro