Lines Matching refs:ch_slot
115 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()
737 if (node->ch_slot == LINE_CS){ in insert_mellanox_line_and_spine()
744 else if (node->ch_slot == SPINE_CS){ in insert_mellanox_line_and_spine()