Searched refs:rack (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/arch/ia64/sn/kernel/ |
H A D | klconflib.c | 28 * MODULE_FORMAT_LONG is the hwgraph format, eg. rack/002/bay/15 29 * of rack/101/bay/17 (note that the brick 46 int rack, position; format_module_id() local 49 rack = MODULE_GET_RACK(m); format_module_id() 83 /* Decompress the rack number */ format_module_id() 84 *buffer++ = '0' + RACK_GET_CLASS(rack); format_module_id() 85 *buffer++ = '0' + RACK_GET_GROUP(rack); format_module_id() 86 *buffer++ = '0' + RACK_GET_NUM(rack); format_module_id() 92 /* Fuller hwgraph format, eg. rack/002/bay/15 */ format_module_id() 94 strcpy(buffer, "rack" "/"); buffer += strlen(buffer); format_module_id() 96 *buffer++ = '0' + RACK_GET_CLASS(rack); format_module_id() 97 *buffer++ = '0' + RACK_GET_GROUP(rack); format_module_id() 98 *buffer++ = '0' + RACK_GET_NUM(rack); format_module_id()
|
/linux-4.1.27/arch/ia64/include/asm/sn/ |
H A D | module.h | 21 * 7-0 Bay (brick position in rack (0-63) - 8-bit unsigned int) 35 * Macros for getting the rack ID. 49 * Macros for encoding and decoding rack IDs 50 * A rack number consists of three parts: 71 * Macros for encoding and decoding rack IDs 72 * A rack number consists of three parts:
|
/linux-4.1.27/arch/ia64/sn/kernel/sn2/ |
H A D | sn_hwperf.c | 90 int *rack, int *bay, int *slot, int *slab) sn_hwperf_location_to_bpos() 96 rack, &type, bay, slab) == 4) sn_hwperf_location_to_bpos() 100 rack, &type, bay, slot, slab) != 5) sn_hwperf_location_to_bpos() 111 int rack, bay, slot, slab; sn_hwperf_geoid_to_cnode() local 114 if (sn_hwperf_location_to_bpos(location, &rack, &bay, &slot, &slab)) sn_hwperf_geoid_to_cnode() 128 if (rack == this_rack && bay == this_bay && sn_hwperf_geoid_to_cnode() 89 sn_hwperf_location_to_bpos(char *location, int *rack, int *bay, int *slot, int *slab) sn_hwperf_location_to_bpos() argument
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | rtas-proc.c | 88 #define LOC_RACKMOUNTED 'U' /* for _u_nit is rack mounted */
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
H A D | ipath_iba6110.c | 1110 /* Allow override of LED display for, e.g. Locating system in rack */ ipath_setup_ht_setextled()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
H A D | qib_iba6120.c | 1460 /* Allow override of LED display for, e.g. Locating system in rack */ qib_6120_setup_setextled()
|
H A D | qib_iba7322.c | 2641 /* Allow override of LED display for, e.g. Locating system in rack */ qib_setup_7322_setextled()
|
Completed in 232 milliseconds