Searched refs:MLX5_REPRESENTOR_ID (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_ethdev.c | 409 return MLX5_REPRESENTOR_ID(info->pf_num, type, repr); in mlx5_representor_id_encode() 454 MLX5_REPRESENTOR_ID(pf, info->ranges[i].type, 0); in mlx5_representor_info_get() 456 MLX5_REPRESENTOR_ID(pf, info->ranges[i].type, -1); in mlx5_representor_info_get() 468 MLX5_REPRESENTOR_ID(pf, info->ranges[i].type, -1); in mlx5_representor_info_get() 470 MLX5_REPRESENTOR_ID(pf, info->ranges[i].type, -1); in mlx5_representor_info_get() 482 MLX5_REPRESENTOR_ID(pf, info->ranges[i].type, 0); in mlx5_representor_info_get() 484 MLX5_REPRESENTOR_ID(pf, info->ranges[i].type, -1); in mlx5_representor_info_get() 496 MLX5_REPRESENTOR_ID(pf, info->ranges[i].type, -1); in mlx5_representor_info_get() 498 MLX5_REPRESENTOR_ID(pf, info->ranges[i].type, -1); in mlx5_representor_info_get()
|
| H A D | mlx5.h | 1637 #define MLX5_REPRESENTOR_ID(pf, type, repr) \ macro
|
| /dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_os.c | 986 id = MLX5_REPRESENTOR_ID in mlx5_representor_match()
|