Searched refs:src_gid (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_roce.c | 220 static void ecore_rdma_copy_gids(struct ecore_rdma_qp *qp, __le32 *src_gid, in ecore_rdma_copy_gids() argument 228 OSAL_MEMSET(src_gid, 0, sizeof(union ecore_gid)); in ecore_rdma_copy_gids() 230 src_gid[3] = OSAL_CPU_TO_LE32(qp->sgid.ipv4_addr); in ecore_rdma_copy_gids() 237 src_gid[i] = OSAL_CPU_TO_LE32(qp->sgid.dwords[i]); in ecore_rdma_copy_gids() 493 ecore_rdma_copy_gids(qp, p_ramrod->src_gid, p_ramrod->dst_gid); in ecore_roce_sp_create_responder() 651 ecore_rdma_copy_gids(qp, p_ramrod->src_gid, p_ramrod->dst_gid); in ecore_roce_sp_create_requester() 809 ecore_rdma_copy_gids(qp, p_ramrod->src_gid, p_ramrod->dst_gid); in ecore_roce_sp_modify_responder() 916 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 | 169 …__le32 src_gid[4] /* BE order. In case of RRoCE on IPv4 the high register will hold the address. L… member 229 …__le32 src_gid[4] /* BE order. In case of RRoCE on IPv4 the lower register will hold the address. … member 386 …__le32 src_gid[4] /* BE order. In case of IPv4 the higher register will hold the address. Low regi… member 434 …__le32 src_gid[4] /* BE order. In case of IPv4 the higher register will hold the address. Low regi… member
|
| /freebsd-13.1/contrib/ofed/opensm/include/vendor/ |
| H A D | osm_vendor_sa_api.h | 234 ib_gid_t src_gid; member
|
| /freebsd-13.1/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-13.1/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-13.1/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
|