Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_glue.c124 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 Dmlx4_glue.h53 int comp_vector);
/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.h158 int comp_vector);
H A Dmlx5_glue.c104 struct ibv_comp_channel *channel, int comp_vector) in mlx5_glue_create_cq() argument
106 return ibv_create_cq(context, cqe, cq_context, channel, comp_vector); in mlx5_glue_create_cq()
/f-stack/freebsd/contrib/rdma/krping/
H A Dkrping.c668 attr.comp_vector = 0; in krping_setup_qp()