Home
last modified time | relevance | path

Searched refs:flow_counter (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dmacsec_fs.c642 struct mlx5_fc *flow_counter; in macsec_fs_tx_init() local
651 flow_counter = mlx5_fc_create(mdev, false); in macsec_fs_tx_init()
652 if (IS_ERR(flow_counter)) { in macsec_fs_tx_init()
653 err = PTR_ERR(flow_counter); in macsec_fs_tx_init()
659 tx_tables->check_rule_counter = flow_counter; in macsec_fs_tx_init()
661 flow_counter = mlx5_fc_create(mdev, false); in macsec_fs_tx_init()
662 if (IS_ERR(flow_counter)) { in macsec_fs_tx_init()
663 err = PTR_ERR(flow_counter); in macsec_fs_tx_init()
669 tx_tables->check_miss_rule_counter = flow_counter; in macsec_fs_tx_init()
1229 struct mlx5_fc *flow_counter; in macsec_fs_rx_init() local
[all …]
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
Degress_lgcy.c86 } else if (MLX5_CAP_ESW_EGRESS_ACL(esw->dev, flow_counter)) { in esw_acl_egress_lgcy_setup()
Dingress_lgcy.c168 } else if (MLX5_CAP_ESW_INGRESS_ACL(esw->dev, flow_counter)) { in esw_acl_ingress_lgcy_setup()
/linux-6.1.9/include/linux/mlx5/
Dmlx5_ifc.h411 u8 flow_counter[0x1]; member