Searched refs:mirror_rx (Results 1 – 4 of 4) sorted by relevance
1819 dev->mirror_rx |= BIT(port); in ksz8_port_mirror_add()1828 if (dev->mirror_rx || dev->mirror_tx) in ksz8_port_mirror_add()1846 dev->mirror_rx &= ~BIT(port); in ksz8_port_mirror_del()1854 if (!dev->mirror_rx && !dev->mirror_tx) in ksz8_port_mirror_del()
241 u16 mirror_rx; member
2117 if ((ingress ? priv->mirror_rx : priv->mirror_tx) & BIT(port)) in mt753x_port_mirror_add()2136 priv->mirror_rx |= BIT(port); in mt753x_port_mirror_add()2155 priv->mirror_rx &= ~BIT(port); in mt753x_port_mirror_del()2162 if (!priv->mirror_rx && !priv->mirror_tx) { in mt753x_port_mirror_del()
899 u8 mirror_rx; member