Searched refs:direction_sx (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/accel/ |
D | tls.h | 101 u8 direction_sx[0x1]; member 109 bool direction_sx); 111 bool direction_sx); 125 bool direction_sx) { return -ENOTSUPP; } in mlx5_accel_tls_add_flow() argument 127 bool direction_sx) { } in mlx5_accel_tls_del_flow() argument
|
D | tls.c | 46 bool direction_sx) in mlx5_accel_tls_add_flow() argument 50 direction_sx); in mlx5_accel_tls_add_flow() 54 bool direction_sx) in mlx5_accel_tls_del_flow() argument 56 mlx5_fpga_tls_del_flow(mdev, swid, GFP_KERNEL, direction_sx); in mlx5_accel_tls_del_flow()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | tls.c | 193 MLX5_SET(tls_cmd, cmd, direction_sx, in mlx5_fpga_tls_flow_to_cmd() 194 MLX5_GET(tls_flow, flow, direction_sx)); in mlx5_fpga_tls_flow_to_cmd() 266 gfp_t flags, bool direction_sx) in mlx5_fpga_tls_del_flow() argument 271 if (direction_sx) in mlx5_fpga_tls_del_flow() 341 direction_sx)); in mlx5_fpga_tls_setup_completion() 587 bool direction_sx) in mlx5_fpga_tls_add_flow() argument 593 if (direction_sx) in mlx5_fpga_tls_add_flow() 604 MLX5_SET(tls_flow, flow, direction_sx, direction_sx ? 1 : 0); in mlx5_fpga_tls_add_flow() 614 if (direction_sx) in mlx5_fpga_tls_add_flow()
|
D | tls.h | 57 bool direction_sx); 60 gfp_t flags, bool direction_sx);
|
/Linux-v5.4/include/linux/mlx5/ |
D | mlx5_ifc_fpga.h | 590 u8 direction_sx[0x1]; member
|