Home
last modified time | relevance | path

Searched refs:dest_qpn (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dtrace_ibhdrs.h69 u8 l4, u32 dest_qpn, u32 src_qpn,
101 u32 dest_qpn, u32 src_qpn);
106 parse_everbs_hdrs(p, op, l4, dest_qpn, src_qpn, ehdrs)
145 __field(u32, dest_qpn)
156 __entry->dest_qpn = 0;
257 __entry->dest_qpn,
264 __entry->dest_qpn,
304 __field(u32, dest_qpn)
316 __entry->dest_qpn = 0;
420 __entry->dest_qpn,
[all …]
H A Dtrace.c225 u32 dest_qpn, u32 src_qpn) in hfi1_trace_fmt_rest() argument
232 opcode, opname, dest_qpn, src_qpn); in hfi1_trace_fmt_rest()
250 u8 opcode, u8 l4, u32 dest_qpn, u32 src_qpn, in parse_everbs_hdrs() argument
H A Dverbs.h75 __be32 dest_qpn; member
H A Dhfi.h495 return be32_to_cpu(mgmt->dest_qpn) & OPA_16B_MGMT_QPN_MASK; in hfi1_16B_get_dest_qpn()
506 mgmt->dest_qpn = cpu_to_be32(dest_qp & OPA_16B_MGMT_QPN_MASK); in hfi1_16B_set_qpn()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dqp.c961 u32 dest_qpn = be32_to_cpu(context.remote_qpn) & 0xffffff; in mlx4_qp_roce_entropy() local
962 u16 folded_dst = folded_qp(dest_qpn); in mlx4_qp_roce_entropy()
965 return (dest_qpn != qpn) ? in mlx4_qp_roce_entropy()
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.h297 u32 dest_qpn; member
H A Dqplib_fp.c1360 req.dest_qp_id = cpu_to_le32(qp->dest_qpn); in bnxt_qplib_modify_qp()
1451 qp->dest_qpn = le32_to_cpu(sb->dest_qp_id); in bnxt_qplib_query_qp()
H A Dib_verbs.c2156 qp->qplib_qp.dest_qpn = qp_attr->dest_qp_num; in bnxt_re_modify_qp()
2213 qp_attr->dest_qp_num = qplib_qp->dest_qpn; in bnxt_re_query_qp()