Home
last modified time | relevance | path

Searched refs:p_entry (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_congestion_control.c163 ib_ca_cong_entry_t *p_entry; in cc_setup_mad_data() local
165 p_entry = &p_cc->ca_cong_setting.entry_list[i]; in cc_setup_mad_data()
167 p_entry->ccti_timer = p_opt->cc_ca_cong_entries[i].ccti_timer; in cc_setup_mad_data()
168 p_entry->ccti_increase = p_opt->cc_ca_cong_entries[i].ccti_increase; in cc_setup_mad_data()
169 p_entry->trigger_threshold = p_opt->cc_ca_cong_entries[i].trigger_threshold; in cc_setup_mad_data()
170 p_entry->ccti_min = p_opt->cc_ca_cong_entries[i].ccti_min; in cc_setup_mad_data()
171 p_entry->resv0 = 0; in cc_setup_mad_data()
172 p_entry->resv1 = 0; in cc_setup_mad_data()
/freebsd/stand/libsa/
H A Ddosfs.c918 const u_char *p_entry; in fatget() local
940 p_entry = fs->fatbuf + offset; in fatget()
945 val_out = cv4(p_entry); in fatget()
949 val_out = cv2(p_entry); in fatget()
952 val_out = cv2(p_entry); in fatget()
/freebsd/sys/dev/wg/
H A Dif_wg.c175 TAILQ_ENTRY(wg_peer) p_entry;
472 TAILQ_REMOVE(&sc->sc_peers, peer, p_entry); in wg_peer_destroy()
481 TAILQ_FOREACH_SAFE(peer, &sc->sc_peers, p_entry, tpeer) in wg_peer_destroy_all()
2473 TAILQ_INSERT_TAIL(&sc->sc_peers, peer, p_entry); in wg_peer_add()
2634 TAILQ_FOREACH(peer, &sc->sc_peers, p_entry) { in wgc_get()
2815 TAILQ_FOREACH(peer, &sc->sc_peers, p_entry) in wg_up()
2840 TAILQ_FOREACH(peer, &sc->sc_peers, p_entry) { in wg_down()
2847 TAILQ_FOREACH(peer, &sc->sc_peers, p_entry) { in wg_down()