/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_mlx_hca_pfs.c | 250 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 D | osm_vendor_mlx_hca_sim.c | 296 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 D | osm_vendor_ibumad.c | 687 attr->sm_sl = ca.ports[j]->sm_sl; in osm_vendor_get_all_port_attr()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_std_types_device.c | 152 resp->sm_sl = attr->sm_sl; in copy_port_attr_to_resp()
|
H A D | ib_sysfs.c | 225 return sprintf(buf, "%d\n", attr.sm_sl); in sm_sl_show() 348 static PORT_ATTR_RO(sm_sl);
|
H A D | ib_sa_query.c | 528 ah_attr.sl = port_attr.sm_sl; in update_sm_ah()
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_sync.h | 20 struct synclist *sm_sl; /* back pointer to parent */ member
|
H A D | ip_sync.c | 612 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 D | osm_link_mgr.c | 78 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 D | main.c | 1125 opt.sm_sl = (uint8_t) temp; in main() 1126 printf(" SMSL = %d\n", opt.sm_sl); in main()
|
H A D | osm_subnet.c | 913 { "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/libibumad/ |
H A D | umad.h | 162 unsigned sm_sl; member
|
H A D | umad.c | 151 if (sys_read_uint(port_dir, SYS_PORT_SMSL, &port->sm_sl) < 0) in get_port()
|
/freebsd/contrib/ofed/libibmad/ |
H A D | resolve.c | 68 sm_id->sl = port.sm_sl; in ib_resolve_smlid_via()
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibdiag_common.c | 587 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 D | rdma_vt.h | 85 u8 sm_sl; member
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_subnet.h | 380 uint8_t sm_sl; /* which SL to use for SM/SA communication */ member
|
/freebsd/contrib/ofed/libibverbs/examples/ |
H A D | devinfo.c | 556 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 D | mlx5_ib_mad.c | 528 props->sm_sl = out_mad->data[36] & 0xf; in mlx5_query_mad_ifc_port()
|
/freebsd/sys/ofed/include/uapi/rdma/ |
H A D | ib_user_verbs.h | 303 __u8 sm_sl; member
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | kern-abi.h | 320 __u8 sm_sl; member
|
H A D | cmd.c | 272 port_attr->sm_sl = resp.sm_sl; in ibv_cmd_query_port()
|
H A D | verbs.h | 339 uint8_t sm_sl; member
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_provider.c | 163 props->sm_sl = out_mad->data[36] & 0xf; in mthca_query_port()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_kcompat.c | 1519 props->sm_sl = 0; in irdma_query_port()
|