Searched refs:qp1_hdr (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/bnxt_re/ |
| H A D | ib_verbs.c | 2144 memset(&qp->qp1_hdr, 0, sizeof(qp->qp1_hdr)); in bnxt_re_build_qp1_send_v2() 2183 ip_version, is_udp, 0, &qp->qp1_hdr); in bnxt_re_build_qp1_send_v2() 2186 ether_addr_copy(qp->qp1_hdr.eth.dmac_h, ah->qplib_ah.dmac); in bnxt_re_build_qp1_send_v2() 2187 ether_addr_copy(qp->qp1_hdr.eth.smac_h, qp->qplib_qp.smac); in bnxt_re_build_qp1_send_v2() 2192 qp->qp1_hdr.eth.type = cpu_to_be16(ether_type); in bnxt_re_build_qp1_send_v2() 2194 qp->qp1_hdr.vlan.type = cpu_to_be16(ether_type); in bnxt_re_build_qp1_send_v2() 2195 qp->qp1_hdr.vlan.tag = cpu_to_be16(vlan_id); in bnxt_re_build_qp1_send_v2() 2199 memcpy(qp->qp1_hdr.grh.source_gid.raw, sgid_attr->gid.raw, in bnxt_re_build_qp1_send_v2() 2201 memcpy(qp->qp1_hdr.grh.destination_gid.raw, qplib_ah->dgid.data, in bnxt_re_build_qp1_send_v2() 2203 qp->qp1_hdr.grh.hop_limit = qplib_ah->hop_limit; in bnxt_re_build_qp1_send_v2() [all …]
|
| H A D | ib_verbs.h | 91 struct ib_ud_header qp1_hdr; member
|