Searched refs:src_gid (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_roce.c | 218 static void ecore_rdma_copy_gids(struct ecore_rdma_qp *qp, __le32 *src_gid, in ecore_rdma_copy_gids() argument 226 OSAL_MEMSET(src_gid, 0, sizeof(union ecore_gid)); in ecore_rdma_copy_gids() 228 src_gid[3] = OSAL_CPU_TO_LE32(qp->sgid.ipv4_addr); in ecore_rdma_copy_gids() 235 src_gid[i] = OSAL_CPU_TO_LE32(qp->sgid.dwords[i]); in ecore_rdma_copy_gids() 491 ecore_rdma_copy_gids(qp, p_ramrod->src_gid, p_ramrod->dst_gid); in ecore_roce_sp_create_responder() 649 ecore_rdma_copy_gids(qp, p_ramrod->src_gid, p_ramrod->dst_gid); in ecore_roce_sp_create_requester() 807 ecore_rdma_copy_gids(qp, p_ramrod->src_gid, p_ramrod->dst_gid); in ecore_roce_sp_modify_responder() 914 ecore_rdma_copy_gids(qp, p_ramrod->src_gid, p_ramrod->dst_gid); in ecore_roce_sp_modify_requester()
|
H A D | ecore_hsi_roce.h | 167 …__le32 src_gid[4] /* BE order. In case of RRoCE on IPv4 the high register will hold the address. L… member 227 …__le32 src_gid[4] /* BE order. In case of RRoCE on IPv4 the lower register will hold the address. … member 384 …__le32 src_gid[4] /* BE order. In case of IPv4 the higher register will hold the address. Low regi… member 432 …__le32 src_gid[4] /* BE order. In case of IPv4 the higher register will hold the address. Low regi… member
|
/freebsd/contrib/ofed/opensm/include/vendor/ |
H A D | osm_vendor_sa_api.h | 234 ib_gid_t src_gid; member
|
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_mlx_ibmgt.c | 738 memcpy(&p_mad_addr->addr_type.gsi.grh_info.src_gid.raw, in __osmv_IBMGT_rcv_desc_to_osm_addr()
|
H A D | osm_vendor_ibumad_sa.c | 639 src_gid, in osmv_query_sa()
|
H A D | osm_vendor_mlx_sa.c | 714 src_gid, sizeof(ib_gid_t)); in osmv_query_sa()
|
H A D | osm_vendor_mtl.c | 129 memcpy(&p_mad_addr->addr_type.gsi.grh_info.src_gid.raw, in __osm_mtl_conv_ibmgt_rcv_desc_to_osm_addr()
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_trap_rcv.c | 639 &tmp_madw.mad_addr.addr_type.gsi.grh_info.src_gid, in trap_rcv_process_request()
|
/freebsd/contrib/ofed/opensm/include/iba/ |
H A D | ib_types.h | 7454 ib_gid_t src_gid; member 9407 ib_gid_t src_gid; member
|