Searched refs:sw1 (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_mesh.c600 int sw1, sw2, sw3; local
614 sw1 = node->links[i]->switch_id;
615 s1 = p_lash->switches[sw1];
929 int sw1, sw2; local
955 for (sw1 = 0; sw1 < num_switches; sw1++) {
956 s1 = p_lash->switches[sw1];
1014 for (sw1 = 0; sw1 < num_switche
[all...]
H A Dosm_ucast_lash.c68 static void connect_switches(lash_t * p_lash, int sw1, int sw2, int phy_port_1) argument
71 unsigned num = p_lash->switches[sw1]->node->num_links;
72 switch_t *s1 = p_lash->switches[sw1];
85 if (sw1 == sw2)
106 if (s2->node->links[i]->switch_id == sw1) {
116 "LASH connect: %d, %d, %d\n", sw1, sw2, phy_port_1);
H A Dosm_ucast_dfsssp.c1100 vertex_t *sw1 = *((vertex_t **) l1); local
1104 if (sw1)
1105 num_hca1 = sw1->num_hca;
H A Dosm_torus.c703 struct f_switch *sw0, *sw1; local
724 sw1 = find_f_sw(f, sw_guid1);
725 if (!sw1) {
746 l->end[1].sw = sw1;
749 sw1->port[sw_port1] = &l->end[1];
/freebsd-11-stable/sys/i386/i386/
H A Dswtch.s96 jmp sw1
194 jmp sw1
198 sw1: label
/freebsd-11-stable/sys/arm/arm/
H A Dswtch-v6.S278 * They must match the ones in sw1 position !!!
281 b sw1 /* share new thread init with cpu_switch() */
431 sw1: label
/freebsd-11-stable/sys/amd64/amd64/
H A Dcpu_switch.S75 jmp sw1
154 sw1: label
/freebsd-11-stable/sys/kern/
H A Dkern_umtx.c319 u_int sw0, sw1, sw2, sw3, sw4; local
335 sw0 = sw1 = sw2 = sw3 = sw4 = 0;
346 } else if (UPROF_PERC_BIGGER(whole, fract, sw1,
350 sw1 = whole;
371 sbuf_printf(&sb, "2nd: %u.%u%% idx: %u\n", sw1 / tot,
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp7089 case MipsInterruptAttr::sw1: Kind = "sw1"; break;

Completed in 795 milliseconds