Searched refs:qp1_hdr (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/infiniband/hw/bnxt_re/ |
| D | ib_verbs.c | 1902 memset(&qp->qp1_hdr, 0, sizeof(qp->qp1_hdr)); in bnxt_re_build_qp1_send_v2() 1939 ip_version, is_udp, 0, &qp->qp1_hdr); in bnxt_re_build_qp1_send_v2() 1942 ether_addr_copy(qp->qp1_hdr.eth.dmac_h, ah->qplib_ah.dmac); in bnxt_re_build_qp1_send_v2() 1943 ether_addr_copy(qp->qp1_hdr.eth.smac_h, qp->qplib_qp.smac); in bnxt_re_build_qp1_send_v2() 1948 qp->qp1_hdr.eth.type = cpu_to_be16(ether_type); in bnxt_re_build_qp1_send_v2() 1950 qp->qp1_hdr.vlan.type = cpu_to_be16(ether_type); in bnxt_re_build_qp1_send_v2() 1951 qp->qp1_hdr.vlan.tag = cpu_to_be16(vlan_id); in bnxt_re_build_qp1_send_v2() 1955 memcpy(qp->qp1_hdr.grh.source_gid.raw, sgid_attr->gid.raw, in bnxt_re_build_qp1_send_v2() 1957 memcpy(qp->qp1_hdr.grh.destination_gid.raw, qplib_ah->dgid.data, in bnxt_re_build_qp1_send_v2() 1959 qp->qp1_hdr.grh.hop_limit = qplib_ah->hop_limit; in bnxt_re_build_qp1_send_v2() [all …]
|
| D | ib_verbs.h | 91 struct ib_ud_header qp1_hdr; member
|