Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dipsec.c771 bool is_egress) in mlx5_fpga_ipsec_fs_create_sa_ctx() argument
780 if (is_egress && in mlx5_fpga_ipsec_fs_create_sa_ctx()
1017 bool is_egress) in fpga_ipsec_fs_create_flow_group() argument
1022 mlx5_fs_cmd_get_default(egress_to_fs_ft(is_egress))->create_flow_group; in fpga_ipsec_fs_create_flow_group()
1060 bool is_egress) in fpga_ipsec_fs_create_fte() argument
1066 mlx5_fs_cmd_get_default(egress_to_fs_ft(is_egress))->create_fte; in fpga_ipsec_fs_create_fte()
1085 rule->ctx = mlx5_fpga_ipsec_fs_create_sa_ctx(dev, fte, is_egress); in fpga_ipsec_fs_create_fte()
1112 bool is_egress) in fpga_ipsec_fs_update_fte() argument
1119 mlx5_fs_cmd_get_default(egress_to_fs_ft(is_egress))->update_fte; in fpga_ipsec_fs_update_fte()
1141 bool is_egress) in fpga_ipsec_fs_delete_fte() argument
[all …]
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
Dfs.c144 bool is_egress, in parse_flow_flow_action() argument
155 action->action |= is_egress ? in parse_flow_flow_action()
920 bool is_egress = flow_attr->flags & IB_FLOW_ATTR_FLAGS_EGRESS; in _create_flow_rule() local
925 if (dev->is_rep && is_egress) in _create_flow_rule()
970 if (is_egress && in _create_flow_rule()
971 !is_valid_spec(dev->mdev, spec, &flow_act, is_egress)) { in _create_flow_rule()
999 if (is_egress) in _create_flow_rule()
1156 bool is_egress = flow_attr->flags & IB_FLOW_ATTR_FLAGS_EGRESS; in mlx5_ib_create_flow() local
1204 if (is_egress && in mlx5_ib_create_flow()
1220 is_egress ? MLX5_IB_FT_TX : MLX5_IB_FT_RX); in mlx5_ib_create_flow()
[all …]
Dmlx5_ib.h932 bool is_egress,
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c175 bool is_egress = false; in mlxsw_sp_rif_counter_edit() local
179 is_egress = true; in mlxsw_sp_rif_counter_edit()
186 is_egress); in mlxsw_sp_rif_counter_edit()