Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dmacsec_fs.c248 struct mlx5_flow_group *flow_group; in macsec_fs_tx_create() local
336 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() local
969 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