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()
543 eq->eqn, eq->cons_index, ret); in mlx4_eq_int()
572 eq->eqn, eq->cons_index, ret); in mlx4_eq_int()
696 eq->eqn, eq->cons_index, ret); in mlx4_eq_int()
781 eq->cons_index, eqe->owner, eq->nent, in mlx4_eq_int()
784 !!(eq->cons_index & eq->nent) ? "HW" : "SW"); in mlx4_eq_int()
806 eq->cons_index, eqe->owner, eq->nent, in mlx4_eq_int()
808 !!(eq->cons_index & eq->nent) ? "HW" : "SW"); in mlx4_eq_int()
818 eq->cons_index, eqe->owner, eq->nent, in mlx4_eq_int()
821 !!(eq->cons_index & eq->nent) ? "HW" : "SW"); in mlx4_eq_int()
825 ++eq->cons_index; in mlx4_eq_int()
1056 eq->cons_index = 0; in mlx4_create_eq()