Searched refs:comp_vector (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_glue.c | 124 struct ibv_comp_channel *channel, int comp_vector) in mlx4_glue_create_cq() argument 126 return ibv_create_cq(context, cqe, cq_context, channel, comp_vector); in mlx4_glue_create_cq()
|
| H A D | mlx4_glue.h | 53 int comp_vector);
|
| /dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_glue.h | 177 int comp_vector);
|
| H A D | mlx5_glue.c | 142 struct ibv_comp_channel *channel, int comp_vector) in mlx5_glue_create_cq() argument 144 return ibv_create_cq(context, cqe, cq_context, channel, comp_vector); in mlx5_glue_create_cq()
|