Searched refs:p_entry (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/contrib/ofed/opensm/opensm/ |
| HD | osm_congestion_control.c | 163 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-13-stable/stand/libsa/ |
| HD | dosfs.c | 852 const u_char *p_entry; in fatget() local 874 p_entry = fs->fatbuf + offset; in fatget() 879 val_out = cv4(p_entry); in fatget() 883 val_out = cv2(p_entry); in fatget() 886 val_out = cv2(p_entry); in fatget()
|
| /freebsd-13-stable/sys/dev/wg/ |
| HD | if_wg.c | 179 TAILQ_ENTRY(wg_peer) p_entry; 476 TAILQ_REMOVE(&sc->sc_peers, peer, p_entry); in wg_peer_destroy() 485 TAILQ_FOREACH_SAFE(peer, &sc->sc_peers, p_entry, tpeer) in wg_peer_destroy_all() 2335 TAILQ_INSERT_TAIL(&sc->sc_peers, peer, p_entry); in wg_peer_add() 2496 TAILQ_FOREACH(peer, &sc->sc_peers, p_entry) { in wgc_get() 2677 TAILQ_FOREACH(peer, &sc->sc_peers, p_entry) in wg_up() 2702 TAILQ_FOREACH(peer, &sc->sc_peers, p_entry) { in wg_down() 2709 TAILQ_FOREACH(peer, &sc->sc_peers, p_entry) { in wg_down()
|