Home
last modified time | relevance | path

Searched refs:sm_sl (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca_pfs.c250 uint8_t sm_sl; member
268 int lid, sm_lid, lmc, sm_sl; in __parse_port_info_file() local
384 if (sscanf(p_ch, "SM SL: %x", &sm_sl) != 1) { in __parse_port_info_file()
390 pfs_port_info->sm_sl = sm_sl; in __parse_port_info_file()
396 pfs_port_info->sm_sl); in __parse_port_info_file()
H A Dosm_vendor_mlx_hca_sim.c296 uint8_t sm_sl; member
314 int lid, sm_lid, lmc, sm_sl; in __parse_port_info_file() local
430 if (sscanf(p_ch, "SM SL: %x", &sm_sl) != 1) { in __parse_port_info_file()
436 sim_port_info->sm_sl = sm_sl; in __parse_port_info_file()
442 sim_port_info->sm_sl); in __parse_port_info_file()
H A Dosm_vendor_ibumad.c687 attr->sm_sl = ca.ports[j]->sm_sl; in osm_vendor_get_all_port_attr()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types_device.c152 resp->sm_sl = attr->sm_sl; in copy_port_attr_to_resp()
H A Dib_sysfs.c225 return sprintf(buf, "%d\n", attr.sm_sl); in sm_sl_show()
348 static PORT_ATTR_RO(sm_sl);
H A Dib_sa_query.c528 ah_attr.sl = port_attr.sm_sl; in update_sm_ah()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_sync.h20 struct synclist *sm_sl; /* back pointer to parent */ member
H A Dip_sync.c612 if (su->sup_hdr.sm_sl != NULL) in ipf_sync_read()
613 su->sup_hdr.sm_sl->sl_idx = -1; in ipf_sync_read()
811 softs->syncupd[sl->sl_idx].sup_hdr.sm_sl = NULL; in ipf_sync_del()
1126 slu->sup_hdr.sm_sl = sl; in ipf_sync_update()
1203 softs->syncupd[sl->sl_idx].sup_hdr.sm_sl = NULL; in ipf_sync_flush_table()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_link_mgr.c78 return sm->p_subn->opt.sm_sl; in link_mgr_get_smsl()
84 sl = re->path_sl(re->context, sm->p_subn->opt.sm_sl, in link_mgr_get_smsl()
H A Dmain.c1125 opt.sm_sl = (uint8_t) temp; in main()
1126 printf(" SMSL = %d\n", opt.sm_sl); in main()
H A Dosm_subnet.c913 { "sm_sl", OPT_OFFSET(sm_sl), opts_parse_uint8, NULL, 1 },
1655 p_opt->sm_sl = OSM_DEFAULT_SL; in osm_subn_set_default_opt()
2416 p_opts->sm_sl, in osm_subn_output_conf()
/freebsd/contrib/ofed/libibmad/
H A Dresolve.c68 sm_id->sl = port.sm_sl; in ib_resolve_smlid_via()
/freebsd/contrib/ofed/libibumad/
H A Dumad.h162 unsigned sm_sl; member
H A Dumad.c151 if (sys_read_uint(port_dir, SYS_PORT_SMSL, &port->sm_sl) < 0) in get_port()
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.c587 sm_id->sl = port.sm_sl; in resolve_sm_portid()
614 portid->sl = port.sm_sl; in resolve_self()
/freebsd/sys/ofed/include/rdma/
H A Drdma_vt.h85 u8 sm_sl; member
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h380 uint8_t sm_sl; /* which SL to use for SM/SA communication */ member
/freebsd/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c556 printf("\t\t\tsm_sl:\t\t\t%d\n", port_attr.sm_sl); in print_hca_cap()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mad.c528 props->sm_sl = out_mad->data[36] & 0xf; in mlx5_query_mad_ifc_port()
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h303 __u8 sm_sl; member
/freebsd/contrib/ofed/libibverbs/
H A Dkern-abi.h320 __u8 sm_sl; member
H A Dcmd.c272 port_attr->sm_sl = resp.sm_sl; in ibv_cmd_query_port()
H A Dverbs.h339 uint8_t sm_sl; member
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c163 props->sm_sl = out_mad->data[36] & 0xf; in mthca_query_port()
/freebsd/sys/dev/irdma/
H A Dirdma_kcompat.c1519 props->sm_sl = 0; in irdma_query_port()

12