Searched refs:is_egress (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
H A D | ipsec.c | 771 bool is_egress) in mlx5_fpga_ipsec_fs_create_sa_ctx() 780 if (is_egress && in mlx5_fpga_ipsec_fs_create_sa_ctx() 1017 bool is_egress) in fpga_ipsec_fs_create_flow_group() 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() 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() 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() 769 mlx5_fpga_ipsec_fs_create_sa_ctx(struct mlx5_core_dev *mdev, struct fs_fte *fte, bool is_egress) mlx5_fpga_ipsec_fs_create_sa_ctx() argument 1013 fpga_ipsec_fs_create_flow_group(struct mlx5_flow_root_namespace *ns, struct mlx5_flow_table *ft, u32 *in, struct mlx5_flow_group *fg, bool is_egress) fpga_ipsec_fs_create_flow_group() argument 1056 fpga_ipsec_fs_create_fte(struct mlx5_flow_root_namespace *ns, struct mlx5_flow_table *ft, struct mlx5_flow_group *fg, struct fs_fte *fte, bool is_egress) fpga_ipsec_fs_create_fte() argument 1107 fpga_ipsec_fs_update_fte(struct mlx5_flow_root_namespace *ns, struct mlx5_flow_table *ft, struct mlx5_flow_group *fg, int modify_mask, struct fs_fte *fte, bool is_egress) fpga_ipsec_fs_update_fte() argument 1138 fpga_ipsec_fs_delete_fte(struct mlx5_flow_root_namespace *ns, struct mlx5_flow_table *ft, struct fs_fte *fte, bool is_egress) fpga_ipsec_fs_delete_fte() argument [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | fs.c | 144 bool is_egress, in parse_flow_flow_action() 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 in mlx5_ib_create_flow() 143 parse_flow_flow_action(struct mlx5_ib_flow_action *maction, bool is_egress, struct mlx5_flow_act *action) parse_flow_flow_action() argument [all...] |
H A D | mlx5_ib.h | 932 bool is_egress,
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | fs.c | 144 bool is_egress, in parse_flow_flow_action() 1055 bool is_egress = flow_attr->flags & IB_FLOW_ATTR_FLAGS_EGRESS; in _create_flow_rule() local 1060 if (dev->is_rep && is_egress) in _create_flow_rule() 1128 if (is_egress) in _create_flow_rule() 1285 bool is_egress = flow_attr->flags & IB_FLOW_ATTR_FLAGS_EGRESS; in mlx5_ib_create_flow() local 1332 if (is_egress && in mlx5_ib_create_flow() 1348 is_egress ? MLX5_IB_FT_TX : MLX5_IB_FT_RX); in mlx5_ib_create_flow() 1362 if (is_egress) { in mlx5_ib_create_flow() 143 parse_flow_flow_action(struct mlx5_ib_flow_action *maction, bool is_egress, struct mlx5_flow_act *action) parse_flow_flow_action() argument
|
H A D | mlx5_ib.h | 1045 bool is_egress,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.c | 175 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.c | 218 bool is_egress = false; in mlxsw_sp_rif_counter_edit() local 222 is_egress = true; in mlxsw_sp_rif_counter_edit() 229 is_egress); in mlxsw_sp_rif_counter_edit()
|
Completed in 44 milliseconds