Searched refs:pkt_life (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.2-release/contrib/ofed/management/opensm/opensm/
H A Dosm_sa_path_record.c86 uint8_t pkt_life; member in struct:osm_path_parms
188 uint8_t pkt_life; local
444 pkt_life = 0;
446 pkt_life = p_qos_level->pkt_life;
448 pkt_life = sa->p_subn->opt.subnet_timeout;
545 if (pkt_life <= required_pkt_life)
550 if (pkt_life >= required_pkt_life) {
554 pkt_life = required_pkt_life - 1;
561 if (pkt_life < required_pkt_lif
[all...]
H A Dosm_sa_multipath_record.c79 uint8_t pkt_life; member in struct:osm_path_parms
178 uint8_t pkt_life; local
522 pkt_life = 0; /* loopback */
524 pkt_life = p_qos_level->pkt_life;
526 pkt_life = sa->p_subn->opt.subnet_timeout;
534 if (pkt_life <= required_pkt_life)
539 if (pkt_life >= required_pkt_life) {
543 pkt_life = required_pkt_life - 1;
550 if (pkt_life < required_pkt_lif
[all...]
H A Dosm_sa_mcmember_record.c103 dest->pkt_life = src->pkt_life;
256 item->rec.pkt_life &= 0x3f;
257 item->rec.pkt_life |= 2 << 6; /* exactly */
923 (*pp_mgrp)->mcmember_rec.pkt_life &= 0x3f;
924 (*pp_mgrp)->mcmember_rec.pkt_life |= 2 << 6; /* exactly */
1327 /* copy qkey mlid tclass pkey sl_flow_hop mtu rate pkt_life sl_flow_hop */
H A Dosm_helper.c1117 p_pr->pkt_life,
1184 p_mpr->pkt_life,
1226 p_mcmr->pkt_life,
H A Dosm_prtn.c213 mc_rec.pkt_life = p_subn->opt.subnet_timeout;
H A Dosm_sa.c574 " pkey=0x%04x rate=0x%02x pkt_life=0x%02x sl_flow_hop=0x%08x"
588 p_mgrp->mcmember_rec.pkt_life,
982 PARSE_AHEAD(p, net8, " pkt_life=0x", &mcm_rec.pkt_life);
H A Dosm_qos_parser_y.y1817 p_current_qos_level->pkt_life = (uint8_t)(*p_num);
/freebsd-10.2-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_qos_policy.h115 uint8_t pkt_life; member in struct:osm_qos_level
/freebsd-10.2-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h2359 uint8_t pkt_life; member in struct:_ib_path_rec
2405 * pkt_life
2696 IN uint8_t pkt_life, IN uint8_t preference)
2710 p_rec->pkt_life = (uint8_t) ((pkt_life & IB_PATH_REC_BASE_MASK) |
2769 * pkt_life
3086 * Get encoded path pkt_life.
3093 return ((uint8_t) (p_rec->pkt_life & IB_PATH_REC_BASE_MASK));
3102 * Encoded path pkt_life = 4.096 usec * 2 ** PacketLifeTime.
3122 return ((uint8_t) ((p_rec->pkt_life
2682 ib_path_rec_init_local(IN ib_path_rec_t * const p_rec, IN ib_gid_t * const p_dgid, IN ib_gid_t * const p_sgid, IN ib_net16_t dlid, IN ib_net16_t slid, IN uint8_t num_path, IN ib_net16_t pkey, IN uint8_t sl, IN uint16_t qos_class, IN uint8_t mtu_selector, IN uint8_t mtu, IN uint8_t rate_selector, IN uint8_t rate, IN uint8_t pkt_life_selector, IN uint8_t pkt_life, IN uint8_t preference) argument
[all...]
/freebsd-10.2-release/contrib/ofed/management/opensm/osmtest/
H A Dosmt_multicast.c414 /* uint8_t pkt_life; zero means greater than zero ... */
1079 mc_req_rec.pkt_life = 0 | IB_PATH_SELECTOR_LESS_THAN << 6;
1484 mc_req_rec.pkt_life = 0 | IB_PATH_SELECTOR_GREATER_THAN << 6;
2245 mc_req_rec.pkt_life = 0 | IB_PATH_SELECTOR_GREATER_THAN << 6;
H A Dosmtest.c1838 "# pkt_life 0x%X\n"
1848 p_rec->mtu, p_rec->rate, p_rec->pkt_life,
/freebsd-10.2-release/contrib/ofed/management/infiniband-diags/src/
H A Dsaquery.c244 p_pr->pkt_life,

Completed in 271 milliseconds