Home
last modified time | relevance | path

Searched refs:ch_slot (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/libibnetdisc/
H A Dchassis.c115 if (node->ch_slot == UNRESOLVED_CS || node->ch_slot > SRBD_CS) in ibnd_get_chassis_slot_str()
119 snprintf(str, size, "%s %d Chip %d", ChassisSlotTypeStr[node->ch_slot], in ibnd_get_chassis_slot_str()
486 n->ch_slot = SPINE_CS; in get_sfb_slot()
528 n->ch_slot = SRBD_CS; in get_router_slot()
564 n->ch_slot = LINE_CS; in get_slb_slot()
699 node->ch_slot = LINE_CS; in fill_mellanox_chassis_record()
701 node->ch_slot = SPINE_CS; in fill_mellanox_chassis_record()
711 if((node->ch_slot == LINE_CS && (node->ch_slotnum > (LINES_MAX_NUM + 1))) || in fill_mellanox_chassis_record()
712 (node->ch_slot == SPINE_CS && (node->ch_slotnum > (SPINES_MAX_NUM + 1)))){ in fill_mellanox_chassis_record()
722 if(node->ch_slot == LINE_CS) in fill_mellanox_chassis_record()
[all …]
H A Dibnetdisc.h96 unsigned char ch_slot; member