Searched refs:multicast_mode (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/octeon/
H A Docteon_mgmt.c480 unsigned int multicast_mode = 1; /* 1 - Reject all multicast. */ local
501 multicast_mode = 2; /* 2 - Accept all multicast. */
503 multicast_mode = 0; /* 0 - Use CAM. */
512 if (multicast_mode == 0) {
527 adr_ctl.s.mcst = multicast_mode;

Completed in 171 milliseconds