Home
last modified time | relevance | path

Searched refs:num_links (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_mesh.c271 if (s->node->num_links != n) in poly_diff()
605 unsigned int num_links = node->num_links; in get_switch_metric() local
610 if (!(m = m_alloc(p_lash, num_links))) in get_switch_metric()
613 for (i = 0; i < num_links; i++) { in get_switch_metric()
630 for (j = 0; j < s2->node->num_links; j++) { in get_switch_metric()
645 for (j = 0; j < num_links; j++) { in get_switch_metric()
652 if (char_poly(p_lash, num_links, m, &node->poly)) { in get_switch_metric()
653 m_free(m, num_links); in get_switch_metric()
689 if (poly_diff(s->node->num_links, s->node->poly, s1)) in classify_switch()
757 for (i = 0; i < n->num_links; i++) { in remove_edges()
[all …]
H A Dosm_ucast_lash.c71 unsigned num = p_lash->switches[sw1]->node->num_links; in connect_switches()
105 for (i = 0; i < s2->node->num_links; i++) { in connect_switches()
113 node->num_links++; in connect_switches()
256 for (i = 0; i < sw->node->num_links; i++) in get_phys_connection()
275 for (i = 0; i < sw->node->num_links; i++) { in shortest_path()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_mesh.h69 unsigned int num_links; /* number of 'links' to adjacent switches */ member
/freebsd/contrib/wpa/src/ap/
H A Dhostapd.h511 u8 num_links; member
H A Dhostapd.c626 if (!hapd->mld->num_links) in hostapd_bss_link_deinit()
4865 mld->num_links++; in hostapd_mld_add_link()
4868 mld->name, hapd->mld_link_id, mld->num_links); in hostapd_mld_add_link()
4893 mld->num_links--; in hostapd_mld_remove_link()
4896 mld->name, hapd->mld_link_id, mld->num_links); in hostapd_mld_remove_link()
H A Dieee802_11_eht.c506 active_links = hapd->mld->num_links - 1; in hostapd_eid_eht_basic_ml_common()
H A Dctrl_iface_ap.c919 hapd->mld->num_links); in hostapd_ctrl_iface_status()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa.c801 unsigned int num_links = 0; in wpa_mlo_link_kde_len() local
805 num_links++; in wpa_mlo_link_kde_len()
808 return num_links * (RSN_SELECTOR_LEN + 1 + ETH_ALEN + 2); in wpa_mlo_link_kde_len()