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()
530 eq->eqn, eq->cons_index, ret); in mlx4_eq_int()
558 eq->eqn, eq->cons_index, ret); in mlx4_eq_int()
674 eq->eqn, eq->cons_index, ret); in mlx4_eq_int()
759 eq->cons_index, eqe->owner, eq->nent, in mlx4_eq_int()
762 !!(eq->cons_index & eq->nent) ? "HW" : "SW"); in mlx4_eq_int()
784 eq->cons_index, eqe->owner, eq->nent, in mlx4_eq_int()
786 !!(eq->cons_index & eq->nent) ? "HW" : "SW"); in mlx4_eq_int()
796 eq->cons_index, eqe->owner, eq->nent, in mlx4_eq_int()
799 !!(eq->cons_index & eq->nent) ? "HW" : "SW"); in mlx4_eq_int()
803 ++eq->cons_index; in mlx4_eq_int()
1040 eq->cons_index = 0; in mlx4_create_eq()