Searched refs:flow_counter (Results 1 – 5 of 5) sorted by relevance
206 struct mlx5_fc *flow_counter; in rx_add_rule_drop_auth_trailer() local215 if (IS_ERR(flow_counter)) { in rx_add_rule_drop_auth_trailer()216 err = PTR_ERR(flow_counter); in rx_add_rule_drop_auth_trailer()226 dest.counter = flow_counter; in rx_add_rule_drop_auth_trailer()244 if (IS_ERR(flow_counter)) { in rx_add_rule_drop_auth_trailer()245 err = PTR_ERR(flow_counter); in rx_add_rule_drop_auth_trailer()252 dest.counter = flow_counter; in rx_add_rule_drop_auth_trailer()294 if (IS_ERR(flow_counter)) { in rx_add_rule_drop_replay()304 dest.counter = flow_counter; in rx_add_rule_drop_replay()366 if (IS_ERR(flow_counter)) { in ipsec_rx_status_drop_all_create()[all …]
935 struct mlx5_fc *flow_counter; in macsec_fs_tx_init() local944 flow_counter = mlx5_fc_create(mdev, false); in macsec_fs_tx_init()945 if (IS_ERR(flow_counter)) { in macsec_fs_tx_init()946 err = PTR_ERR(flow_counter); in macsec_fs_tx_init()955 if (IS_ERR(flow_counter)) { in macsec_fs_tx_init()956 err = PTR_ERR(flow_counter); in macsec_fs_tx_init()1851 struct mlx5_fc *flow_counter; in macsec_fs_rx_init() local1859 if (IS_ERR(flow_counter)) { in macsec_fs_rx_init()1860 err = PTR_ERR(flow_counter); in macsec_fs_rx_init()1871 if (IS_ERR(flow_counter)) { in macsec_fs_rx_init()[all …]
86 } else if (MLX5_CAP_ESW_EGRESS_ACL(esw->dev, flow_counter)) { in esw_acl_egress_lgcy_setup()
168 } else if (MLX5_CAP_ESW_INGRESS_ACL(esw->dev, flow_counter)) { in esw_acl_ingress_lgcy_setup()
438 u8 flow_counter[0x1]; member