Searched refs:p_entry (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/ofed/opensm/opensm/ |
| H A D | 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()
|
| /src/stand/libsa/ |
| H A D | dosfs.c | 919 const u_char *p_entry; in fatget() local 941 p_entry = fs->fatbuf + offset; in fatget() 946 val_out = cv4(p_entry); in fatget() 950 val_out = cv2(p_entry); in fatget() 953 val_out = cv2(p_entry); in fatget()
|
| /src/sys/dev/wg/ |
| H A D | if_wg.c | 175 TAILQ_ENTRY(wg_peer) p_entry; 435 TAILQ_INSERT_TAIL(&sc->sc_peers, peer, p_entry); in wg_peer_create() 491 TAILQ_REMOVE(&sc->sc_peers, peer, p_entry); in wg_peer_destroy() 500 TAILQ_FOREACH_SAFE(peer, &sc->sc_peers, p_entry, tpeer) in wg_peer_destroy_all() 2739 TAILQ_FOREACH(peer, &sc->sc_peers, p_entry) { in wgc_get() 2920 TAILQ_FOREACH(peer, &sc->sc_peers, p_entry) in wg_up() 2945 TAILQ_FOREACH(peer, &sc->sc_peers, p_entry) { in wg_down() 2952 TAILQ_FOREACH(peer, &sc->sc_peers, p_entry) { in wg_down()
|