bits_type_ts      196 drivers/infiniband/hw/cxgb4/cq.c 	cqe.bits_type_ts = cpu_to_be64(CQE_GENBIT_V((u64)cq->gen));
bits_type_ts      231 drivers/infiniband/hw/cxgb4/cq.c 	cqe.bits_type_ts = cpu_to_be64(CQE_GENBIT_V((u64)cq->gen));
bits_type_ts      309 drivers/infiniband/hw/cxgb4/cq.c 	read_cqe->bits_type_ts = hw_cqe->bits_type_ts;
bits_type_ts     1003 drivers/infiniband/hw/cxgb4/qp.c 	cqe.bits_type_ts = cpu_to_be64(CQE_GENBIT_V((u64)cq->gen));
bits_type_ts     1054 drivers/infiniband/hw/cxgb4/qp.c 	cqe.bits_type_ts = cpu_to_be64(CQE_GENBIT_V((u64)cq->gen));
bits_type_ts      299 drivers/infiniband/hw/cxgb4/restrack.c 					 be64_to_cpu(cq->bits_type_ts)))
bits_type_ts      327 drivers/infiniband/hw/cxgb4/restrack.c 					 be64_to_cpu(cqe->bits_type_ts)))
bits_type_ts      217 drivers/infiniband/hw/cxgb4/t4.h 	__be64 bits_type_ts;
bits_type_ts      302 drivers/infiniband/hw/cxgb4/t4.h #define CQE_OVFBIT(x)	((unsigned)CQE_OVFBIT_G(be64_to_cpu((x)->bits_type_ts)))
bits_type_ts      303 drivers/infiniband/hw/cxgb4/t4.h #define CQE_GENBIT(x)	((unsigned)CQE_GENBIT_G(be64_to_cpu((x)->bits_type_ts)))
bits_type_ts      304 drivers/infiniband/hw/cxgb4/t4.h #define CQE_TS(x)	(CQE_TS_G(be64_to_cpu((x)->bits_type_ts)))
bits_type_ts      702 drivers/infiniband/hw/cxgb4/t4.h 	__be64 bits_type_ts;
bits_type_ts      771 drivers/infiniband/hw/cxgb4/t4.h 	cq->bits_type_ts = cq->queue[cq->cidx].bits_type_ts;
bits_type_ts      805 drivers/infiniband/hw/cxgb4/t4.h 	if (cq->queue[prev_cidx].bits_type_ts != cq->bits_type_ts) {