deth              269 drivers/infiniband/core/ud_header.c 	{ STRUCT_FIELD(deth, qkey),
deth              277 drivers/infiniband/core/ud_header.c 	{ STRUCT_FIELD(deth, source_qpn),
deth              454 drivers/infiniband/core/ud_header.c 		&header->deth, buf + len);
deth              539 drivers/infiniband/core/ud_header.c 		  buf, &header->deth);
deth             1957 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	qp->qp1_hdr.deth.qkey = cpu_to_be32(IB_QP1_QKEY);
deth             1958 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	qp->qp1_hdr.deth.source_qpn = IB_QP1;
deth              449 drivers/infiniband/hw/hfi1/trace.c 				 be32_to_cpu(eh->ud.deth[0]),
deth              450 drivers/infiniband/hw/hfi1/trace.c 				 be32_to_cpu(eh->ud.deth[1]) & RVT_QPN_MASK);
deth              297 drivers/infiniband/hw/hfi1/ud.c 	ohdr->u.ud.deth[0] =
deth              300 drivers/infiniband/hw/hfi1/ud.c 	ohdr->u.ud.deth[1] = cpu_to_be32(qp->ibqp.qp_num);
deth             2947 drivers/infiniband/hw/mlx4/qp.c 	sqp->ud_header.deth.qkey = cpu_to_be32(qkey);
deth             2948 drivers/infiniband/hw/mlx4/qp.c 	sqp->ud_header.deth.source_qpn = cpu_to_be32(sqp->qp.mqp.qpn);
deth             3229 drivers/infiniband/hw/mlx4/qp.c 	sqp->ud_header.deth.qkey = cpu_to_be32(wr->remote_qkey & 0x80000000 ?
deth             3231 drivers/infiniband/hw/mlx4/qp.c 	sqp->ud_header.deth.source_qpn = cpu_to_be32(sqp->qp.ibqp.qp_num);
deth             1550 drivers/infiniband/hw/mthca/mthca_qp.c 	sqp->ud_header.deth.qkey = cpu_to_be32(wr->remote_qkey & 0x80000000 ?
deth             1552 drivers/infiniband/hw/mthca/mthca_qp.c 	sqp->ud_header.deth.source_qpn = cpu_to_be32(sqp->qp.ibqp.qp_num);
deth              455 drivers/infiniband/hw/qedr/qedr_roce_cm.c 	udh->deth.qkey = htonl(0x80010000);
deth              456 drivers/infiniband/hw/qedr/qedr_roce_cm.c 	udh->deth.source_qpn = htonl(QEDR_GSI_QPN);
deth             1433 drivers/infiniband/hw/qib/qib_iba7322.c 		.u.oth.u.ud.deth[0] = cpu_to_be32(0),
deth             1434 drivers/infiniband/hw/qib/qib_iba7322.c 		.u.oth.u.ud.deth[1] = cpu_to_be32(0),
deth              381 drivers/infiniband/hw/qib/qib_ud.c 	ohdr->u.ud.deth[0] =
deth              384 drivers/infiniband/hw/qib/qib_ud.c 	ohdr->u.ud.deth[1] = cpu_to_be32(qp->ibqp.qp_num);
deth              446 drivers/infiniband/hw/qib/qib_ud.c 	qkey = be32_to_cpu(ohdr->u.ud.deth[0]);
deth              447 drivers/infiniband/hw/qib/qib_ud.c 	src_qp = be32_to_cpu(ohdr->u.ud.deth[1]) & RVT_QPN_MASK;
deth              501 drivers/infiniband/sw/rxe/rxe_hdr.h 	struct rxe_deth *deth = arg;
deth              503 drivers/infiniband/sw/rxe/rxe_hdr.h 	return be32_to_cpu(deth->qkey);
deth              508 drivers/infiniband/sw/rxe/rxe_hdr.h 	struct rxe_deth *deth = arg;
deth              510 drivers/infiniband/sw/rxe/rxe_hdr.h 	deth->qkey = cpu_to_be32(qkey);
deth              515 drivers/infiniband/sw/rxe/rxe_hdr.h 	struct rxe_deth *deth = arg;
deth              517 drivers/infiniband/sw/rxe/rxe_hdr.h 	return DETH_SQP_MASK & be32_to_cpu(deth->sqp);
deth              522 drivers/infiniband/sw/rxe/rxe_hdr.h 	struct rxe_deth *deth = arg;
deth              524 drivers/infiniband/sw/rxe/rxe_hdr.h 	deth->sqp = cpu_to_be32(DETH_SQP_MASK & sqp);
deth              107 include/rdma/ib_hdrs.h 		__be32 deth[2];
deth              258 include/rdma/ib_hdrs.h 	return be32_to_cpu(ohdr->u.ud.deth[0]);
deth              263 include/rdma/ib_hdrs.h 	return ((be32_to_cpu(ohdr->u.ud.deth[1])) & IB_QPN_MASK);
deth              278 include/rdma/ib_pack.h 	struct ib_unpacked_deth deth;