Searched refs:mirror_del (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_acl_flex_actions.c | 220 .mirror_del = mlxsw_sp_act_mirror_del, 299 .mirror_del = mlxsw_sp_act_mirror_del,
|
A D | core_acl_flex_actions.h | 27 void (*mirror_del)(void *priv, u16 local_in_port, int span_id, member
|
A D | core_acl_flex_actions.c | 1365 block->afa->ops->mirror_del(block->afa->ops_priv, in mlxsw_afa_mirror_destroy()
|
/linux-6.3-rc2/drivers/net/dsa/microchip/ |
A D | ksz_common.c | 213 .mirror_del = ksz8_port_mirror_del, 248 .mirror_del = ksz9477_port_mirror_del, 284 .mirror_del = ksz9477_port_mirror_del, 2633 if (dev->dev_ops->mirror_del) in ksz_port_mirror_del() 2634 dev->dev_ops->mirror_del(dev, port, mirror); in ksz_port_mirror_del()
|
A D | ksz_common.h | 330 void (*mirror_del)(struct ksz_device *dev, int port, member
|
Completed in 23 milliseconds