Searched refs:TXGBE_PSRCTL_MCP (Results 1 – 3 of 3) sorted by relevance
313 ~(TXGBE_PSRCTL_UCP | TXGBE_PSRCTL_MCP)); in txgbe_set_rx_mode()328 TXGBE_PSRCTL_MCP; in txgbe_set_rx_mode()332 fctrl |= TXGBE_PSRCTL_MCP; in txgbe_set_rx_mode()
2508 fctrl |= (TXGBE_PSRCTL_UCP | TXGBE_PSRCTL_MCP); in txgbe_dev_promiscuous_enable()2523 fctrl |= TXGBE_PSRCTL_MCP; in txgbe_dev_promiscuous_disable()2525 fctrl &= (~TXGBE_PSRCTL_MCP); in txgbe_dev_promiscuous_disable()2538 fctrl |= TXGBE_PSRCTL_MCP; in txgbe_dev_allmulticast_enable()2554 fctrl &= (~TXGBE_PSRCTL_MCP); in txgbe_dev_allmulticast_disable()
741 #define TXGBE_PSRCTL_MCP MS(8, 0x1) macro