Searched refs:sm_lid (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca_anafa.c138 p_ca_info->attr.p_port_attr[0].sm_lid = port_info.port_info.sm_lid;
H A Dosm_vendor_mlx_sa.c59 uint16_t sm_lid; member in struct:_osmv_sa_bind_info
225 OUT uint16_t * sm_lid)
238 "Using previously stored lid:0x%04x sm_lid:0x%04x\n",
239 *lid, *sm_lid);
279 *sm_lid = p_attr_array[port_num].sm_lid;
347 /* obtain the sm_lid from the vendor */
353 &p_sa_bind_info->sm_lid);
436 since the sm_lid might change we obtain it every send
446 &p_bind->sm_lid);
221 __osmv_get_lid_and_sm_lid_by_port_guid(IN osm_vendor_t * const p_vend, IN ib_net64_t port_guid, IN OUT uint64_t * p_lids_update_time_sec, OUT uint16_t * lid, OUT uint16_t * sm_lid) argument
[all...]
H A Dosm_vendor_mlx_hca_sim.c295 uint16_t sm_lid; member in struct:_sim_port_info
314 int lid, sm_lid, lmc, sm_sl; local
414 if (sscanf(p_ch, "SM LID: %x", &sm_lid) != 1) {
420 sim_port_info->sm_lid = sm_lid;
439 "Obtained Port:%d = state:%d, lid:0x%04X, lmc:%d, sm_lid:0x%04X, sm_sl:%d\n",
441 sim_port_info->lmc, sim_port_info->sm_lid,
574 p_ca_info->p_attr->p_port_attr[port_num - 1].sm_lid =
575 sim_port_info.sm_lid;
H A Dosm_vendor_mlx_hca_pfs.c249 uint16_t sm_lid; member in struct:_pfs_port_info
268 int lid, sm_lid, lmc, sm_sl; local
368 if (sscanf(p_ch, "SM LID: %x", &sm_lid) != 1) {
374 pfs_port_info->sm_lid = sm_lid;
393 "Obtained Port:%d = state:%d, lid:0x%04X, lmc:%d, sm_lid:0x%04X, sm_sl:%d\n",
395 pfs_port_info->lmc, pfs_port_info->sm_lid,
528 p_ca_info->p_attr->p_port_attr[port_num - 1].sm_lid =
529 pfs_port_info.sm_lid;
H A Dosm_vendor_ibumad_sa.c214 p_vend->umad_port.sm_lid = port.sm_lid;
347 since the sm_lid might change we obtain it every send
410 cl_hton16(p_bind->p_vendor->umad_port.sm_lid);
H A Dosm_vendor_mlx_hca.c253 p_ca_info->p_attr->p_port_attr[port_num].sm_lid =
254 hca_port.sm_lid;
H A Dosm_vendor_mtl_hca_guid.c273 p_ca_info->p_attr->p_port_attr[port_num].sm_lid =
274 hca_port.sm_lid;
H A Dosm_vendor_ibumad.c686 attr->sm_lid = ca.ports[j]->sm_lid;
/freebsd-11-stable/contrib/ofed/libibmad/
H A Dresolve.c64 if (!IB_LID_VALID(port.sm_lid)) {
70 ret = ib_portid_set(sm_id, port.sm_lid, 0, 0);
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_smi.h92 __be16 sm_lid; member in struct:ib_port_info
H A Dopa_port_info.h371 __be32 sm_lid; member in struct:opa_port_info
H A Drdma_vt.h86 u16 sm_lid; member in struct:rvt_ibport
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibstat.c188 printf("%sSM lid: %d\n", pre, port->sm_lid);
H A Dibdiag_common.c579 sm_id->lid = port.sm_lid;
/freebsd-11-stable/contrib/ofed/libibumad/
H A Dumad.h145 #define SYS_PORT_SMLID "sm_lid"
161 unsigned sm_lid; member in struct:umad_port
H A Dumad.c149 if (sys_read_uint(port_dir, SYS_PORT_SMLID, &port->sm_lid) < 0)
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_mad.c122 be16_to_cpu(pinfo->sm_lid),
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c1223 uint16_t sm_lid = 0; local
1354 sm_lid = p_mgr->p_subn->master_sm_base_lid;
1355 p_port = osm_get_port_by_lid(p_mgr->p_subn, sm_lid);
1356 err = dijkstra(p_mgr, adj_list, adj_list_size, p_port, sm_lid);
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mad.c526 props->sm_lid = be16_to_cpup((__be16 *)(out_mad->data + 18));
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c543 printf("\t\t\tsm_lid:\t\t\t%d\n", port_attr.sm_lid);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c199 return sprintf(buf, "0x%x\n", attr.sm_lid);
320 static PORT_ATTR_RO(sm_lid);
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h314 __u16 sm_lid; member in struct:ibv_query_port_resp
H A Dcmd.c269 port_attr->sm_lid = resp.sm_lid;
H A Dverbs.h336 uint16_t sm_lid; member in struct:ibv_port_attr
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h274 __u16 sm_lid; member in struct:ib_uverbs_query_port_resp

Completed in 192 milliseconds

12