Home
last modified time | relevance | path

Searched refs:packet_life_time (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Dmarshall.c112 dst->packet_life_time = src->packet_life_time; in ibv_copy_path_rec_from_kern()
137 dst->packet_life_time = src->packet_life_time; in ibv_copy_path_rec_to_kern()
H A Dsa.h62 uint8_t packet_life_time; member
78 uint8_t packet_life_time; member
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_marshall.c116 dst->packet_life_time = src->packet_life_time; in ib_copy_path_rec_to_user()
142 dst->packet_life_time = src->packet_life_time; in ib_copy_path_rec_from_user()
H A Dib_cm.c533 av->timeout = path->packet_life_time + 1; in cm_init_av_by_path()
878 static u8 cm_ack_timeout(u8 ca_ack_delay, u8 packet_life_time) in cm_ack_timeout() argument
880 int ack_timeout = packet_life_time + 1; in cm_ack_timeout()
1277 pri_path->packet_life_time)); in cm_format_req()
1298 alt_path->packet_life_time)); in cm_format_req()
1373 param->primary_path->packet_life_time) * 2 + in ib_send_cm_req()
1470 primary_path->packet_life_time = in cm_format_paths_from_req()
1472 primary_path->packet_life_time -= (primary_path->packet_life_time > 0); in cm_format_paths_from_req()
1492 alt_path->packet_life_time = in cm_format_paths_from_req()
1494 alt_path->packet_life_time -= (alt_path->packet_life_time > 0); in cm_format_paths_from_req()
[all …]
H A Dib_multicast.c317 src->packet_life_time, dst->packet_life_time)) in cmp_rec()
H A Dib_sa_query.c237 { PATH_REC_FIELD(packet_life_time),
301 { MCMEMBER_REC_FIELD(packet_life_time),
H A Dib_cma.c2827 route->path_rec->packet_life_time = CMA_IBOE_PACKET_LIFETIME; in cma_resolve_iboe_route()
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_sa.h78 __u8 packet_life_time; member
/freebsd/sys/ofed/include/rdma/
H A Dib_sa.h172 u8 packet_life_time; member
222 u8 packet_life_time; member
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h276 uint8_t packet_life_time; member
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c790 { "packet_life_time", OPT_OFFSET(packet_life_time), opts_parse_uint8, NULL, 1 },
1565 p_opt->packet_life_time = OSM_DEFAULT_SWITCH_PACKET_LIFE; in osm_subn_set_default_opt()
2417 p_opts->packet_life_time, in osm_subn_output_conf()
H A Dosm_ucast_mgr.c946 ib_switch_info_set_life_time(&si, p_mgr->p_subn->opt.packet_life_time); in ucast_mgr_set_fwd_top()
/freebsd/contrib/ofed/librdmacm/
H A Dcma.c708 sa_path->packet_life_time = path_data->path.packetlifetime & 0x1F; in ucma_convert_path()
H A Drsocket.c3563 path_data->path.packetlifetime = sa_path->packet_life_time | 2 << 6; in rs_convert_sa_path()