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

/freebsd-10-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.c669 if (su->sup_hdr.sm_sl != NULL)
670 su->sup_hdr.sm_sl->sl_idx = -1;
873 softs->syncupd[sl->sl_idx].sup_hdr.sm_sl = NULL;
1202 slu->sup_hdr.sm_sl = sl;
1282 softs->syncupd[sl->sl_idx].sup_hdr.sm_sl = NULL;
/freebsd-10-stable/contrib/ofed/management/opensm/libvendor/
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_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);
/freebsd-10-stable/contrib/ofed/management/libibumad/include/infiniband/
H A Dumad.h113 #define SYS_PORT_SMSL "sm_sl"
128 unsigned sm_sl; member in struct:umad_port
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Dlocal_sa.c95 u8 sm_sl; member in struct:sa_db_port
420 ah_attr.sl = port->sm_sl;
632 port->sm_sl = port_attr.sm_sl;
H A Dsysfs.c162 return sprintf(buf, "%d\n", attr.sm_sl);
266 static PORT_ATTR_RO(sm_sl);
H A Dsa_query.c550 ah_attr.sl = port_attr.sm_sl;
H A Duverbs_cmd.c468 resp.sm_sl = attr.sm_sl;
/freebsd-10-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c307 printf("\t\t\tsm_sl:\t\t\t%d\n", port_attr.sm_sl);
/freebsd-10-stable/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h185 uint8_t sm_sl; member in struct:ibv_port_attr
H A Dkern-abi.h228 __u8 sm_sl; member in struct:ibv_query_port_resp
/freebsd-10-stable/sys/ofed/include/rdma/
H A Dib_user_verbs.h214 __u8 sm_sl; member in struct:ib_uverbs_query_port_resp
H A Dib_verbs.h373 u8 sm_sl; member in struct:ib_port_attr
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mad.c487 props->sm_sl = out_mad->data[36] & 0xf;
H A Dmlx5_ib_main.c473 props->sm_sl = MLX5_GET(hca_vport_context, ctx, sm_sl);
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Deq.c378 int mlx4_gen_slaves_port_mgt_ev(struct mlx4_dev *dev, u8 port, int attr, u16 sm_lid, u8 sm_sl) argument
393 sm_sl;
/freebsd-10-stable/contrib/ofed/management/libibumad/src/
H A Dumad.c144 if (sys_read_uint(port_dir, SYS_PORT_SMSL, &port->sm_sl) < 0)
/freebsd-10-stable/contrib/ofed/libibverbs/src/
H A Dcmd.c193 port_attr->sm_sl = resp.sm_sl;
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c170 props->sm_sl = out_mad->data[36] & 0xf;
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c263 props->sm_sl = out_mad->data[36] & 0xf;
/freebsd-10-stable/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h8753 uint8_t sm_sl;
/freebsd-10-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h2519 u8 sm_sl[0x4]; member in struct:mlx5_ifc_hca_vport_context_bits
2853 u8 sm_sl[0x4]; member in struct:mlx5_ifc_nodnic_port_config_reg_bits

Completed in 420 milliseconds