Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibnetdisc/
H A Dchassis.c612 char *system_slot_name; in fill_mellanox_chassis_record() local
667 system_slot_name = iter; in fill_mellanox_chassis_record()
698 if(system_slot_name[0] == 'L') in fill_mellanox_chassis_record()
700 else if(system_slot_name[0] == 'S') in fill_mellanox_chassis_record()
703 IBND_DEBUG("fill_mellanox_chassis_record: Unsupported system_slot_name:%s \n",system_slot_name); in fill_mellanox_chassis_record()
710 node->ch_slotnum = (unsigned char) atoi(&system_slot_name[1]); in fill_mellanox_chassis_record()