Searched refs:sm_sl (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_sync.h22 struct synclist *sm_sl; /* back pointer to parent */ member in struct:synchdr
H A Dip_sync.c633 if (su->sup_hdr.sm_sl != NULL)
634 su->sup_hdr.sm_sl->sl_idx = -1;
837 softs->syncupd[sl->sl_idx].sup_hdr.sm_sl = NULL;
1166 slu->sup_hdr.sm_sl = sl;
1246 softs->syncupd[sl->sl_idx].sup_hdr.sm_sl = NULL;
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca_sim.c296 uint8_t sm_sl; member in struct:_sim_port_info
314 int lid, sm_lid, lmc, sm_sl; local
430 if (sscanf(p_ch, "SM SL: %x", &sm_sl) != 1) {
436 sim_port_info->sm_sl = sm_sl;
439 "Obtained Port:%d = state:%d, lid:0x%04X, lmc:%d, sm_lid:0x%04X, sm_sl:%d\n",
442 sim_port_info->sm_sl);
H A Dosm_vendor_mlx_hca_pfs.c250 uint8_t sm_sl; member in struct:_pfs_port_info
268 int lid, sm_lid, lmc, sm_sl; local
384 if (sscanf(p_ch, "SM SL: %x", &sm_sl) != 1) {
390 pfs_port_info->sm_sl = sm_sl;
393 "Obtained Port:%d = state:%d, lid:0x%04X, lmc:%d, sm_lid:0x%04X, sm_sl:%d\n",
396 pfs_port_info->sm_sl);
H A Dosm_vendor_ibumad.c687 attr->sm_sl = ca.ports[j]->sm_sl;
/freebsd-11-stable/contrib/ofed/libibmad/
H A Dresolve.c68 sm_id->sl = port.sm_sl;
/freebsd-11-stable/contrib/ofed/libibumad/
H A Dumad.h146 #define SYS_PORT_SMSL "sm_sl"
162 unsigned sm_sl; member in struct:umad_port
H A Dumad.c151 if (sys_read_uint(port_dir, SYS_PORT_SMSL, &port->sm_sl) < 0)
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_link_mgr.c78 return sm->p_subn->opt.sm_sl;
84 sl = re->path_sl(re->context, sm->p_subn->opt.sm_sl,
H A Dmain.c193 printf("--sm_sl <sl number>\n"
690 {"sm_sl", 1, NULL, 7},
1125 opt.sm_sl = (uint8_t) temp;
1126 printf(" SMSL = %d\n", opt.sm_sl);
H A Dosm_subnet.c913 { "sm_sl", OPT_OFFSET(sm_sl), opts_parse_uint8, NULL, 1 },
1655 p_opt->sm_sl = OSM_DEFAULT_SL;
2345 "# sm_sl determines SMSL used for SM/SA communication\n"
2346 "sm_sl %u\n\n"
2416 p_opts->sm_sl,
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h380 uint8_t sm_sl; /* which SL to use for SM/SA communication */ member in struct:osm_subn_opt
/freebsd-11-stable/sys/ofed/include/rdma/
H A Drdma_vt.h87 u8 sm_sl; member in struct:rvt_ibport
H A Dib_verbs.h535 u8 sm_sl; member in struct:ib_port_attr
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.c580 sm_id->sl = port.sm_sl;
607 portid->sl = port.sm_sl;
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mad.c527 props->sm_sl = out_mad->data[36] & 0xf;
H A Dmlx5_ib_main.c936 props->sm_sl = MLX5_GET(hca_vport_context, ctx, sm_sl);
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c556 printf("\t\t\tsm_sl:\t\t\t%d\n", port_attr.sm_sl);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c212 return sprintf(buf, "%d\n", attr.sm_sl);
321 static PORT_ATTR_RO(sm_sl);
H A Dib_sa_query.c530 ah_attr.sl = port_attr.sm_sl;
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h320 __u8 sm_sl; member in struct:ibv_query_port_resp
H A Dcmd.c272 port_attr->sm_sl = resp.sm_sl;
H A Dverbs.h339 uint8_t sm_sl; member in struct:ibv_port_attr
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h280 __u8 sm_sl; member in struct:ib_uverbs_query_port_resp
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.c162 props->sm_sl = out_mad->data[36] & 0xf;

Completed in 552 milliseconds

12