Searched refs:flow_group (Results 1 – 1 of 1) sorted by relevance
400 struct mlx5_flow_group *flow_group; in macsec_fs_tx_create() local486 flow_group = mlx5_create_flow_group(tx_tables->ft_check, flow_group_in); in macsec_fs_tx_create()487 if (IS_ERR(flow_group)) { in macsec_fs_tx_create()488 err = PTR_ERR(flow_group); in macsec_fs_tx_create()494 tx_tables->ft_check_group = flow_group; in macsec_fs_tx_create()1221 struct mlx5_flow_group *flow_group; in macsec_fs_rx_roce_miss_create() local1235 flow_group = mlx5_create_flow_group(roce->ft_macsec_op_check, flow_group_in); in macsec_fs_rx_roce_miss_create()1236 if (IS_ERR(flow_group)) { in macsec_fs_rx_roce_miss_create()1237 err = PTR_ERR(flow_group); in macsec_fs_rx_roce_miss_create()1243 roce->miss.g = flow_group; in macsec_fs_rx_roce_miss_create()[all …]