Home
last modified time | relevance | path

Searched refs:mirror_del (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_flex_actions.c220 .mirror_del = mlxsw_sp_act_mirror_del,
299 .mirror_del = mlxsw_sp_act_mirror_del,
H A Dcore_acl_flex_actions.h27 void (*mirror_del)(void *priv, u16 local_in_port, int span_id, member
H A Dcore_acl_flex_actions.c1365 block->afa->ops->mirror_del(block->afa->ops_priv, in mlxsw_afa_mirror_destroy()
/linux/drivers/net/dsa/microchip/
H A Dksz_common.c357 .mirror_del = ksz8_port_mirror_del,
389 .mirror_del = ksz8_port_mirror_del,
424 .mirror_del = ksz8_port_mirror_del,
487 .mirror_del = ksz9477_port_mirror_del,
536 .mirror_del = ksz9477_port_mirror_del,
3618 if (dev->dev_ops->mirror_del) in ksz_port_mirror_del()
3619 dev->dev_ops->mirror_del(dev, port, mirror); in ksz_port_mirror_del()
H A Dksz_common.h414 void (*mirror_del)(struct ksz_device *dev, int port, member