Searched refs:flow_group (Results 1 – 1 of 1) sorted by relevance
396 struct mlx5_flow_group *flow_group; in macsec_fs_tx_create() local482 flow_group = mlx5_create_flow_group(tx_tables->ft_check, flow_group_in); in macsec_fs_tx_create()483 if (IS_ERR(flow_group)) { in macsec_fs_tx_create()484 err = PTR_ERR(flow_group); in macsec_fs_tx_create()490 tx_tables->ft_check_group = flow_group; in macsec_fs_tx_create()1217 struct mlx5_flow_group *flow_group; in macsec_fs_rx_roce_miss_create() local1231 flow_group = mlx5_create_flow_group(roce->ft_macsec_op_check, flow_group_in); in macsec_fs_rx_roce_miss_create()1232 if (IS_ERR(flow_group)) { in macsec_fs_rx_roce_miss_create()1233 err = PTR_ERR(flow_group); in macsec_fs_rx_roce_miss_create()1239 roce->miss.g = flow_group; in macsec_fs_rx_roce_miss_create()[all …]