Searched refs:direction_sx (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/accel/ |
D | tls.h | 59 u8 direction_sx[0x1]; member 66 bool direction_sx); 68 bool direction_sx); 82 bool direction_sx) { return -ENOTSUPP; } in mlx5_accel_tls_add_flow() argument 84 bool direction_sx) { } in mlx5_accel_tls_del_flow() argument
|
D | tls.c | 43 bool direction_sx) in mlx5_accel_tls_add_flow() argument 47 direction_sx); in mlx5_accel_tls_add_flow() 51 bool direction_sx) in mlx5_accel_tls_del_flow() argument 53 mlx5_fpga_tls_del_flow(mdev, swid, GFP_KERNEL, direction_sx); in mlx5_accel_tls_del_flow()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | tls.c | 189 else if (MLX5_GET(tls_cmd, cmd->buf.sg[0].data, direction_sx)) in mlx5_fpga_tls_teardown_completion() 207 MLX5_SET(tls_cmd, cmd, direction_sx, in mlx5_fpga_tls_flow_to_cmd() 208 MLX5_GET(tls_flow, flow, direction_sx)); in mlx5_fpga_tls_flow_to_cmd() 273 gfp_t flags, bool direction_sx) in mlx5_fpga_tls_del_flow() argument 279 if (direction_sx) in mlx5_fpga_tls_del_flow() 346 direction_sx)); in mlx5_fpga_tls_setup_completion() 592 bool direction_sx) in mlx5_fpga_tls_add_flow() argument 598 if (direction_sx) in mlx5_fpga_tls_add_flow() 609 MLX5_SET(tls_flow, flow, direction_sx, direction_sx ? 1 : 0); in mlx5_fpga_tls_add_flow() 619 if (direction_sx) in mlx5_fpga_tls_add_flow()
|
D | tls.h | 57 bool direction_sx); 60 gfp_t flags, bool direction_sx);
|
/Linux-v4.19/include/linux/mlx5/ |
D | mlx5_ifc_fpga.h | 590 u8 direction_sx[0x1]; member
|