Searched refs:mirror_rx (Results 1 – 4 of 4) sorted by relevance
882 dev->mirror_rx |= BIT(port); in ksz8795_port_mirror_add()891 if (dev->mirror_rx || dev->mirror_tx) in ksz8795_port_mirror_add()906 dev->mirror_rx &= ~BIT(port); in ksz8795_port_mirror_del()914 if (!dev->mirror_rx && !dev->mirror_tx) in ksz8795_port_mirror_del()
88 u16 mirror_rx; member
1488 if ((ingress ? priv->mirror_rx : priv->mirror_tx) & BIT(port)) in mt753x_port_mirror_add()1507 priv->mirror_rx |= BIT(port); in mt753x_port_mirror_add()1526 priv->mirror_rx &= ~BIT(port); in mt753x_port_mirror_del()1533 if (!priv->mirror_rx && !priv->mirror_tx) { in mt753x_port_mirror_del()
733 u8 mirror_rx; member