Searched refs:flow_group (Results 1 – 1 of 1) sorted by relevance
248 struct mlx5_flow_group *flow_group; in macsec_fs_tx_create() local336 flow_group = mlx5_create_flow_group(tx_tables->ft_check, flow_group_in); in macsec_fs_tx_create()337 if (IS_ERR(flow_group)) { in macsec_fs_tx_create()338 err = PTR_ERR(flow_group); in macsec_fs_tx_create()344 tx_tables->ft_check_group = flow_group; in macsec_fs_tx_create()897 struct mlx5_flow_group *flow_group; in macsec_fs_rx_create() local969 flow_group = mlx5_create_flow_group(rx_tables->ft_check, flow_group_in); in macsec_fs_rx_create()970 if (IS_ERR(flow_group)) { in macsec_fs_rx_create()971 err = PTR_ERR(flow_group); in macsec_fs_rx_create()977 rx_tables->ft_check_group = flow_group; in macsec_fs_rx_create()
Completed in 6 milliseconds