Home
last modified time | relevance | path

Searched refs:p_rec (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h2847 ib_path_rec_init_local(IN ib_path_rec_t * const p_rec, in ib_path_rec_init_local() argument
2863 p_rec->dgid = *p_dgid; in ib_path_rec_init_local()
2864 p_rec->sgid = *p_sgid; in ib_path_rec_init_local()
2865 p_rec->dlid = dlid; in ib_path_rec_init_local()
2866 p_rec->slid = slid; in ib_path_rec_init_local()
2867 p_rec->num_path = num_path; in ib_path_rec_init_local()
2868 p_rec->pkey = pkey; in ib_path_rec_init_local()
2869 p_rec->qos_class_sl = cl_hton16((sl & IB_PATH_REC_SL_MASK) | in ib_path_rec_init_local()
2871 p_rec->mtu = (uint8_t) ((mtu & IB_PATH_REC_BASE_MASK) | in ib_path_rec_init_local()
2873 p_rec->rate = (uint8_t) ((rate & IB_PATH_REC_BASE_MASK) | in ib_path_rec_init_local()
[all …]
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c617 struct ib_sa_path_rec p_rec; in path_rec_start() local
619 p_rec = path->pathrec; in path_rec_start()
620 p_rec.mtu_selector = IB_SA_GT; in path_rec_start()
624 p_rec.mtu = IB_MTU_256; in path_rec_start()
627 p_rec.mtu = IB_MTU_512; in path_rec_start()
630 p_rec.mtu = IB_MTU_1024; in path_rec_start()
633 p_rec.mtu = IB_MTU_2048; in path_rec_start()
638 p_rec.mtu = 0; in path_rec_start()
639 p_rec.mtu_selector = 0; in path_rec_start()
643 p_rec.dgid.raw, ":", in path_rec_start()
[all …]
/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c652 l_fp p_rec; /* receive timestamp */ in receive() local
1004 NTOHL_FP(&pkt->rec, &p_rec); in receive()
1321 &p_org, &p_rec, &p_xmt, &rbufp->recv_time, in receive()
1410 &p_org, &p_rec, &p_xmt, &rbufp->recv_time, in receive()
2018 || L_ISZERO(&p_rec)) { in receive()
2027 || !L_ISEQU(&p_xmt, &p_rec)) { in receive()
2161 || L_ISZERO(&p_rec) in receive()
2545 peer->rec = p_rec; in receive()
2571 l_fp p_rec, p_xmt, p_org, p_reftime, ci; in process_packet() local
2583 NTOHL_FP(&pkt->rec, &p_rec); in process_packet()
[all …]
/freebsd/contrib/ntp/sntp/
H A Dmain.c1326 l_fp p_rec, p_xmt, p_ref, p_org, tmp, dst; in offset_calculation() local
1335 NTOHL_FP(&rpkt->rec, &p_rec); in offset_calculation()
1343 tmp = p_rec; in offset_calculation()
1401 l_fp_output(&p_rec, stdout); in offset_calculation()