Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dcore.c184 fpga_device_id = MLX5_CAP_FPGA(fdev->mdev, fpga_device); in mlx5_fpga_device_start()
189 MLX5_CAP_FPGA(fdev->mdev, image_version), in mlx5_fpga_device_start()
190 MLX5_CAP_FPGA(fdev->mdev, ieee_vendor_id), in mlx5_fpga_device_start()
191 MLX5_CAP_FPGA(fdev->mdev, sandbox_product_id), in mlx5_fpga_device_start()
192 MLX5_CAP_FPGA(fdev->mdev, sandbox_product_version)); in mlx5_fpga_device_start()
194 max_num_qps = MLX5_CAP_FPGA(mdev, shell_caps.max_num_qps); in mlx5_fpga_device_start()
286 max_num_qps = MLX5_CAP_FPGA(mdev, shell_caps.max_num_qps); in mlx5_fpga_device_stop()
Dtls.c392 if (MLX5_CAP_FPGA(mdev, ieee_vendor_id) != in mlx5_fpga_is_tls_device()
396 if (MLX5_CAP_FPGA(mdev, sandbox_product_id) != in mlx5_fpga_is_tls_device()
400 if (MLX5_CAP_FPGA(mdev, sandbox_product_version) != 0) in mlx5_fpga_is_tls_device()
Dcmd.c96 unsigned int cap_size = MLX5_CAP_FPGA(dev, sandbox_extended_caps_len); in mlx5_fpga_sbu_caps()
Dipsec.c129 if (MLX5_CAP_FPGA(mdev, ieee_vendor_id) != in mlx5_fpga_is_ipsec_device()
133 if (MLX5_CAP_FPGA(mdev, sandbox_product_id) != in mlx5_fpga_is_ipsec_device()
/Linux-v5.4/include/linux/mlx5/
Ddevice.h1282 #define MLX5_CAP_FPGA(mdev, cap) \ macro