Searched refs:subnet_timeout (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h275 uint8_t subnet_timeout; member in struct:osm_subn_opt
463 * subnet_timeout
464 * The subnet_timeout that will be set for all the ports in the
/freebsd-11-stable/sys/ofed/include/rdma/
H A Drdma_vt.h89 u8 subnet_timeout; member in struct:rvt_ibport
H A Dib_verbs.h536 u8 subnet_timeout; member in struct:ib_port_attr
/freebsd-11-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h4636 uint8_t subnet_timeout; /* cli_rereg(1b), mcast_pkey_trap_suppr(1b), reserv(1b), timeout(5b) */
5622 p_pi->subnet_timeout =
5623 (uint8_t) ((p_pi->subnet_timeout & 0xE0) | (timeout & 0x1F));
5656 p_pi->subnet_timeout =
5657 (uint8_t) ((p_pi->subnet_timeout & 0x7F) | (client_rereg << 7));
5691 p_pi->subnet_timeout =
5692 (uint8_t) ((p_pi->subnet_timeout & 0xBF) | (trap_suppress << 6));
5724 return (p_pi->subnet_timeout & 0x1F);
5897 return ((p_pi->subnet_timeout & 0x80) >> 7);
5926 return ((p_pi->subnet_timeout
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_prtn.c272 mc_rec.pkt_life = p_subn->opt.subnet_timeout;
H A Dosm_link_mgr.c273 subnet_timeout);
H A Dosm_subnet.c789 { "subnet_timeout", OPT_OFFSET(subnet_timeout), opts_parse_uint8, NULL, 1 },
1564 p_opt->subnet_timeout = OSM_DEFAULT_SUBNET_TIMEOUT;
2397 "# The subnet_timeout code that will be set for all the ports\n"
2398 "# The actual timeout is 4.096usec * 2^<subnet_timeout>\n"
2399 "subnet_timeout %u\n\n"
2426 p_opts->subnet_timeout,
H A Dosm_lid_mgr.c929 ib_port_info_set_timeout(p_pi, p_mgr->p_subn->opt.subnet_timeout);
H A Dosm_sa_multipath_record.c554 pkt_life = sa->p_subn->opt.subnet_timeout;
H A Dosm_sa_path_record.c484 pkt_life = sa->p_subn->opt.subnet_timeout;
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mad.c540 props->subnet_timeout = out_mad->data[51] & 0x1f;
H A Dmlx5_ib_main.c948 props->subnet_timeout = MLX5_GET(hca_vport_context, ctx,
949 subnet_timeout);
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c559 printf("\t\t\tsubnet_timeout:\t\t%d\n", port_attr.subnet_timeout);
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h321 __u8 subnet_timeout; member in struct:ibv_query_port_resp
H A Dcmd.c273 port_attr->subnet_timeout = resp.subnet_timeout;
H A Dverbs.h340 uint8_t subnet_timeout; member in struct:ibv_port_attr
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h281 __u8 subnet_timeout; member in struct:ib_uverbs_query_port_resp
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.c175 props->subnet_timeout = out_mad->data[51] & 0x1f;
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c530 resp.subnet_timeout = attr.subnet_timeout;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c642 props->subnet_timeout = out_mad->data[51] & 0x1f;
/freebsd-11-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h2675 u8 subnet_timeout[0x5]; member in struct:mlx5_ifc_hca_vport_context_bits

Completed in 612 milliseconds