Searched refs:bits_type_ts (Results 1 – 7 of 7) sorted by relevance
218 __be64 bits_type_ts; member301 #define CQE_OVFBIT(x) ((unsigned)G_CQE_OVFBIT(be64_to_cpu((x)->bits_type_ts)))302 #define CQE_GENBIT(x) ((unsigned)G_CQE_GENBIT(be64_to_cpu((x)->bits_type_ts)))303 #define CQE_TS(x) (G_CQE_TS(be64_to_cpu((x)->bits_type_ts)))571 __be64 bits_type_ts; member638 cq->bits_type_ts = cq->queue[cq->cidx].bits_type_ts; in t4_hwcq_consume()672 if (cq->queue[prev_cidx].bits_type_ts != cq->bits_type_ts) { in t4_next_hw_cqe()
206 cqe.bits_type_ts = cpu_to_be64(V_CQE_GENBIT((u64)cq->gen)); in insert_recv_cqe()240 cqe.bits_type_ts = cpu_to_be64(V_CQE_GENBIT((u64)cq->gen)); in insert_sq_cqe()325 read_cqe->bits_type_ts = hw_cqe->bits_type_ts; in create_read_req_cqe()
706 cqe.bits_type_ts = cpu_to_be64(V_CQE_GENBIT((u64)cq->gen)); in complete_sq_drain_wr()755 cqe.bits_type_ts = cpu_to_be64(V_CQE_GENBIT((u64)cq->gen)); in complete_rq_drain_wr()
229 __be64 bits_type_ts; member311 #define CQE_OVFBIT(x) ((unsigned)G_CQE_OVFBIT(be64toh((x)->bits_type_ts)))312 #define CQE_GENBIT(x) ((unsigned)G_CQE_GENBIT(be64toh((x)->bits_type_ts)))313 #define CQE_TS(x) (G_CQE_TS(be64toh((x)->bits_type_ts)))603 u64 bits_type_ts; member660 cq->bits_type_ts = cq->queue[cq->cidx].bits_type_ts; in t4_hwcq_consume()691 if (cq->queue[prev_cidx].bits_type_ts != cq->bits_type_ts) { in t4_next_hw_cqe()
54 cqe.bits_type_ts = htobe64(V_CQE_GENBIT((u64)cq->gen)); in insert_recv_cqe()88 cqe.bits_type_ts = htobe64(V_CQE_GENBIT((u64)cq->gen)); in insert_sq_cqe()172 read_cqe->bits_type_ts = hw_cqe->bits_type_ts; in create_read_req_cqe()
449 cqe.bits_type_ts = htobe64(V_CQE_GENBIT((u64)cq->gen)); in complete_sq_drain_wr()493 cqe.bits_type_ts = htobe64(V_CQE_GENBIT((u64)cq->gen)); in complete_rq_drain_wr()
254 … chp->cq.size, chp->cq.error, chp->cq.gen, chp->cq.cidx_inc, be64toh(chp->cq.bits_type_ts), in dump_cq()