Lines Matching refs:cons_index
99 __raw_writel((__force u32) cpu_to_be32((eq->cons_index & 0xffffff) | in eq_set_ci()
123 struct mlx4_eqe *eqe = get_eqe(eq, eq->cons_index, eqe_factor, size); in next_eqe_sw()
124 return !!(eqe->owner & 0x80) ^ !!(eq->cons_index & eq->nent) ? NULL : eqe; in next_eqe_sw()
502 eq->eqn, eq->cons_index, ret); in mlx4_eq_int()
530 eq->eqn, eq->cons_index, ret); in mlx4_eq_int()
642 eq->eqn, eq->cons_index, ret); in mlx4_eq_int()
727 eq->cons_index, eqe->owner, eq->nent, in mlx4_eq_int()
730 !!(eq->cons_index & eq->nent) ? "HW" : "SW"); in mlx4_eq_int()
752 eq->cons_index, eqe->owner, eq->nent, in mlx4_eq_int()
754 !!(eq->cons_index & eq->nent) ? "HW" : "SW"); in mlx4_eq_int()
764 eq->cons_index, eqe->owner, eq->nent, in mlx4_eq_int()
767 !!(eq->cons_index & eq->nent) ? "HW" : "SW"); in mlx4_eq_int()
771 ++eq->cons_index; in mlx4_eq_int()
1008 eq->cons_index = 0; in mlx4_create_eq()