Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dcore.c167 fpga_device_id = MLX5_CAP_FPGA(fdev->mdev, fpga_device); in mlx5_fpga_device_start()
172 MLX5_CAP_FPGA(fdev->mdev, image_version), in mlx5_fpga_device_start()
173 MLX5_CAP_FPGA(fdev->mdev, ieee_vendor_id), in mlx5_fpga_device_start()
174 MLX5_CAP_FPGA(fdev->mdev, sandbox_product_id), in mlx5_fpga_device_start()
175 MLX5_CAP_FPGA(fdev->mdev, sandbox_product_version)); in mlx5_fpga_device_start()
177 max_num_qps = MLX5_CAP_FPGA(mdev, shell_caps.max_num_qps); in mlx5_fpga_device_start()
259 max_num_qps = MLX5_CAP_FPGA(mdev, shell_caps.max_num_qps); in mlx5_fpga_device_stop()
Dtls.c397 if (MLX5_CAP_FPGA(mdev, ieee_vendor_id) != in mlx5_fpga_is_tls_device()
401 if (MLX5_CAP_FPGA(mdev, sandbox_product_id) != in mlx5_fpga_is_tls_device()
405 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.c123 if (MLX5_CAP_FPGA(mdev, ieee_vendor_id) != in mlx5_fpga_is_ipsec_device()
127 if (MLX5_CAP_FPGA(mdev, sandbox_product_id) != in mlx5_fpga_is_ipsec_device()
/Linux-v4.19/include/linux/mlx5/
Ddevice.h1200 #define MLX5_CAP_FPGA(mdev, cap) \ macro