Home
last modified time | relevance | path

Searched refs:bits_type_ts (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dt4.h218 __be64 bits_type_ts; member
301 #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; member
638 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()
H A Dcq.c206 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()
H A Dqp.c706 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()
/freebsd/contrib/ofed/libcxgb4/
H A Dt4.h229 __be64 bits_type_ts; member
311 #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; member
660 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()
H A Dcq.c54 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()
H A Dqp.c449 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()
H A Ddev.c254 … chp->cq.size, chp->cq.error, chp->cq.gen, chp->cq.cidx_inc, be64toh(chp->cq.bits_type_ts), in dump_cq()