Searched refs:mirror_del (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_acl_flex_actions.c | 220 .mirror_del = mlxsw_sp_act_mirror_del, 299 .mirror_del = mlxsw_sp_act_mirror_del,
|
D | core_acl_flex_actions.h | 27 void (*mirror_del)(void *priv, u16 local_in_port, int span_id, member
|
D | core_acl_flex_actions.c | 1365 block->afa->ops->mirror_del(block->afa->ops_priv, in mlxsw_afa_mirror_destroy()
|
/linux-6.1.9/drivers/net/dsa/microchip/ |
D | ksz_common.c | 167 .mirror_del = ksz8_port_mirror_del, 201 .mirror_del = ksz9477_port_mirror_del, 237 .mirror_del = ksz9477_port_mirror_del, 2457 if (dev->dev_ops->mirror_del) in ksz_port_mirror_del() 2458 dev->dev_ops->mirror_del(dev, port, mirror); in ksz_port_mirror_del()
|
D | ksz_common.h | 306 void (*mirror_del)(struct ksz_device *dev, int port, member
|