Searched refs:mirror_rx (Results 1 – 4 of 4) sorted by relevance
941 dev->mirror_rx |= BIT(port); in ksz8795_port_mirror_add()950 if (dev->mirror_rx || dev->mirror_tx) in ksz8795_port_mirror_add()965 dev->mirror_rx &= ~BIT(port); in ksz8795_port_mirror_del()973 if (!dev->mirror_rx && !dev->mirror_tx) in ksz8795_port_mirror_del()
89 u16 mirror_rx; member
1475 if ((ingress ? priv->mirror_rx : priv->mirror_tx) & BIT(port)) in mt753x_port_mirror_add()1494 priv->mirror_rx |= BIT(port); in mt753x_port_mirror_add()1513 priv->mirror_rx &= ~BIT(port); in mt753x_port_mirror_del()1520 if (!priv->mirror_rx && !priv->mirror_tx) { in mt753x_port_mirror_del()
733 u8 mirror_rx; member