Searched refs:cons_index (Results 1 – 3 of 3) sorted by relevance
51 u32 cons_index; member144 *cq->set_ci_db = cpu_to_be32(cq->cons_index & 0xffffff); in mlx5_cq_set_ci()154 u32 cons_index) in mlx5_cq_arm() argument161 ci = cons_index & 0xffffff; in mlx5_cq_arm()
156 ci = cq->cons_index & 0xffffff; in mlx4_cq_arm()174 *cq->set_ci_db = cpu_to_be32(cq->cons_index & 0xffffff); in mlx4_cq_set_ci()
732 u32 cons_index; member