Home
last modified time | relevance | path

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

/src/contrib/ofed/libibnetdisc/
H A Dchassis.c526 n->ch_found = 1; in get_router_slot()
632 if (node->ch_found) /* somehow this node has already been passed */ in fill_mellanox_chassis_record()
708 node->ch_found = 1; in fill_mellanox_chassis_record()
773 if (node->ch_found) /* somehow this node has already been passed */ in fill_voltaire_chassis_record()
775 node->ch_found = 1; in fill_voltaire_chassis_record()
804 if (!remnode->ch_found) in fill_voltaire_chassis_record()
937 if (!remnode->ch_found) in pass_on_lines_catch_spines()
975 if (!remnode->ch_found) in pass_on_spines_catch_lines()
1036 if (!remnode->ch_found) in build_chassis()
1166 if (!node->ch_found || (!is_line(node) && !is_4700x2_spine)) { in voltaire_portmap()
[all …]
H A Dibnetdisc.h99 unsigned char ch_found; member
/src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/
H A Dchannel.c702 bool ch_found = false; in brcms_reg_notifier() local
710 for (band = 0; !ch_found && band < NUM_NL80211_BANDS; band++) { in brcms_reg_notifier()
715 for (i = 0; !ch_found && i < sband->n_channels; i++) { in brcms_reg_notifier()
719 ch_found = true; in brcms_reg_notifier()
723 if (ch_found) { in brcms_reg_notifier()