Searched refs:deth (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_ud_header.c274 { STRUCT_FIELD(deth, qkey),
282 { STRUCT_FIELD(deth, source_qpn),
463 &header->deth, (char *)buf + len);
548 buf, &header->deth);
/freebsd-13-stable/sys/ofed/include/rdma/
H A Dib_hdrs.h96 __be32 deth[2]; member in struct:ib_ehdrs::__anon15525
H A Dib_pack.h276 struct ib_unpacked_deth deth; member in struct:ib_ud_header
/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_cm.c618 //udh->deth.qkey = htonl(0x80010000); /* qp->qkey */ /* TODO: what is?! */
619 //udh->deth.source_qpn = htonl(QLNXR_GSI_QPN);
620 udh->deth.qkey = OSAL_CPU_TO_BE32(0x80010000); /* qp->qkey */ /* TODO: what is?! */
621 udh->deth.source_qpn = OSAL_CPU_TO_BE32(QLNXR_GSI_QPN);
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c2361 sqp->ud_header.deth.qkey = cpu_to_be32(qkey);
2362 sqp->ud_header.deth.source_qpn = cpu_to_be32(sqp->qp.mqp.qpn);
2628 sqp->ud_header.deth.qkey = cpu_to_be32(wr->remote_qkey & 0x80000000 ?
2630 sqp->ud_header.deth.source_qpn = cpu_to_be32(sqp->qp.ibqp.qp_num);
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_qp.c1527 sqp->ud_header.deth.qkey = cpu_to_be32(wr->remote_qkey & 0x80000000 ?
1529 sqp->ud_header.deth.source_qpn = cpu_to_be32(sqp->qp.ibqp.qp_num);

Completed in 267 milliseconds