Home
last modified time | relevance | path

Searched refs:qp1_hdr (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/infiniband/hw/bnxt_re/
Dib_verbs.c2243 memset(&qp->qp1_hdr, 0, sizeof(qp->qp1_hdr)); in bnxt_re_build_qp1_send_v2()
2282 ip_version, is_udp, 0, &qp->qp1_hdr); in bnxt_re_build_qp1_send_v2()
2285 ether_addr_copy(qp->qp1_hdr.eth.dmac_h, ah->qplib_ah.dmac); in bnxt_re_build_qp1_send_v2()
2286 ether_addr_copy(qp->qp1_hdr.eth.smac_h, qp->qplib_qp.smac); in bnxt_re_build_qp1_send_v2()
2291 qp->qp1_hdr.eth.type = cpu_to_be16(ether_type); in bnxt_re_build_qp1_send_v2()
2293 qp->qp1_hdr.vlan.type = cpu_to_be16(ether_type); in bnxt_re_build_qp1_send_v2()
2294 qp->qp1_hdr.vlan.tag = cpu_to_be16(vlan_id); in bnxt_re_build_qp1_send_v2()
2298 memcpy(qp->qp1_hdr.grh.source_gid.raw, sgid_attr->gid.raw, in bnxt_re_build_qp1_send_v2()
2300 memcpy(qp->qp1_hdr.grh.destination_gid.raw, qplib_ah->dgid.data, in bnxt_re_build_qp1_send_v2()
2302 qp->qp1_hdr.grh.hop_limit = qplib_ah->hop_limit; in bnxt_re_build_qp1_send_v2()
[all …]
Dib_verbs.h93 struct ib_ud_header qp1_hdr; member