Searched refs:src_gid (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_roce.c220 static void ecore_rdma_copy_gids(struct ecore_rdma_qp *qp, __le32 *src_gid, argument
228 OSAL_MEMSET(src_gid, 0, sizeof(union ecore_gid));
230 src_gid[3] = OSAL_CPU_TO_LE32(qp->sgid.ipv4_addr);
237 src_gid[i] = OSAL_CPU_TO_LE32(qp->sgid.dwords[i]);
493 ecore_rdma_copy_gids(qp, p_ramrod->src_gid, p_ramrod->dst_gid);
651 ecore_rdma_copy_gids(qp, p_ramrod->src_gid, p_ramrod->dst_gid);
809 ecore_rdma_copy_gids(qp, p_ramrod->src_gid, p_ramrod->dst_gid);
916 ecore_rdma_copy_gids(qp, p_ramrod->src_gid, p_ramrod->dst_gid);
H A Decore_hsi_roce.h169 __le32 src_gid[4] /* BE order. In case of RRoCE on IPv4 the high register will hold the address. Low registers must be zero! */; member in struct:roce_create_qp_req_ramrod_data
229 __le32 src_gid[4] /* BE order. In case of RRoCE on IPv4 the lower register will hold the address. High registers must be zero! */; member in struct:roce_create_qp_resp_ramrod_data
386 __le32 src_gid[4] /* BE order. In case of IPv4 the higher register will hold the address. Low registers must be zero! */; member in struct:roce_modify_qp_req_ramrod_data
434 __le32 src_gid[4] /* BE order. In case of IPv4 the higher register will hold the address. Low registers must be zero! */; member in struct:roce_modify_qp_resp_ramrod_data
/freebsd-13-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_sa_api.h234 ib_gid_t src_gid; member in struct:_osmv_gid_pair
239 * src_gid
/freebsd-13-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad_sa.c639 src_gid,
H A Dosm_vendor_mlx_ibmgt.c738 memcpy(&p_mad_addr->addr_type.gsi.grh_info.src_gid.raw,
H A Dosm_vendor_mlx_sa.c714 src_gid, sizeof(ib_gid_t));
H A Dosm_vendor_mtl.c129 memcpy(&p_mad_addr->addr_type.gsi.grh_info.src_gid.raw,
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_trap_rcv.c639 &tmp_madw.mad_addr.addr_type.gsi.grh_info.src_gid,
/freebsd-13-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h7454 ib_gid_t src_gid;
9407 ib_gid_t src_gid;

Completed in 215 milliseconds